cteNEV/config/alexsmobs/platypus_spawns.json

35 lines
625 B
JSON
Raw Normal View History

2024-05-04 02:05:39 -07:00
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_river"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_cold/overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:warm_river"
}
]
]
}