Flies keep dying when on the moon with Ad Astra
Antop90fr1 opened this issue ยท 2 comments
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!