Hybrid Aquatic

Hybrid Aquatic

2M Downloads

Jellyfish falling from sky

SettingDust opened this issue · 8 comments

commented

They are generating on the buildings above ocean

commented

I've been getting this issue too, as a work around I used the "Mob Filter" mod and put this inside the config file.

rules:

 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:atolla_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:barrel_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:blue_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:cauliflower_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:compass_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:fried_egg_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:lions_mane_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:moon_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']
 - name: Disable jellyfish spawning out of water
   what: DISALLOW_SPAWN
   when:
     entityId: ['hybrid-aquatic:nomura_jellyfish']
     blockId: ['minecraft:air', 'minecraft:cave_air']

commented

thanks, it helped a lot.

commented

thanks, it helped a lot.

No problem :)
You might occasionally see one spawn still but at a much reduced rate. This is due to them still being able to spawn in non full blocks, I recently added ladders to my config as they occasionally spawn inside them while I am climbing.

commented

They are not spawn, they just appear! (F3)

commented

Confirming this happens for me as well

commented

Same here, makes pillagers raid farm annoying because as you use the elevator, a Jellyfish appears out of nowhere

commented

They also spawn in tunnels dug out under the ocean. :)

commented

Yep. Happened for me to.

Not only that, but they also apparently can spawn at the build limit height AND in structures where mob spawns are disabled completely!