atm9/client/config/alexsmobs/mimicube_spawns.json

21 lines
365 B
JSON
Raw Normal View History

2024-10-03 12:30:14 -07:00
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:no_default_monsters"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
}
]
]
}