Alex's Mobs

Alex's Mobs

72M Downloads

[1.19.2] Flies spawn on Ad Astra's Moon

rafaelkai opened this issue ยท 3 comments

commented

The mod author stated that it is an Alex's Mobs problem.
terrarium-earth/Ad-Astra#50

commented

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!

commented

I think this is caused by Flies being an ambient mob.

commented

It seems using "BIOME_TAG" "ad_astra:has_structure/lunarian_village_biomes" or "ad_astra:has_structure/moon_dungeon_biomes" in the fly_spawns.json config fixes this!