Alex's Mobs

Alex's Mobs

72M Downloads

gorilas didnt spawn in my server

saerea opened this issue ยท 3 comments

commented

i have been in 3 diferent jungles and i hasnt find any gorrilas

commented

"Lupicus" posted a solution on discord that seems to work for me. Edit config/alexsmobs/gorilla_spawns.json to:

{
  "biomes": [
    [
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "overworld"
      },
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "jungle"
      },
      {
        "type": "REGISTRY_NAME",
        "negate": true,
        "value": "minecraft:bamboo_jungle"
      },
      {
        "type": "REGISTRY_NAME",
        "negate": true,
        "value": "minecraft:bamboo_jungle_hills"
      }
    ]
  ]
}
commented

Same here. No gorillas spawning at all. In SP, that is.

The "SpawnBalanceUtility" doesn't seem to find them either, btw.

Same here, the uility didnt find gorilas, cave centipides are gone too

commented

Same here. No gorillas spawning at all. In SP, that is.

The "SpawnBalanceUtility" doesn't seem to find them either, btw.