[1.19.2] Flies spawn on Ad Astra's Moon
rafaelkai opened this issue ยท 3 comments
The mod author stated that it is an Alex's Mobs problem.
terrarium-earth/Ad-Astra#50
I have the same problem with Beyond Earth! ( similiar mod or even exactly like Ad Astra )
I tried use fly_spawns.json to disable fly spawn at moon
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_end"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_nether"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_ocean"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "beyond_earth:moon_desert" <------
},
But no matter which combination with negate, biome tag etc i used - fly keep spawning!
Pls fix that!