cteNEV0.2/server/config/alexsmobs/bison_spawns.json
2024-09-04 18:24:52 -07:00

96 lines
1.7 KiB
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_plains"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_savanna"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_hot/overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:meadow"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:field"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:forested_field"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:grassland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:pasture"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:prairie"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:cold_shrubland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:rocky_shrubland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:steppe"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:valley_clearing"
}
]
]
}