hybridlabs / hybrid-aquatic

A Minecraft mod that rewrites the aquatic biomes
Other
5 stars 0 forks source link

Jellyfish falling from sky #3

Open SettingDust opened 7 months ago

SettingDust commented 7 months ago

They are generating on the buildings above ocean

amyfromearth commented 7 months ago

Confirming this happens for me as well

BelzeWasTaken commented 7 months ago

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

jonko0493 commented 7 months ago

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

Vwriter commented 5 months ago

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!

deftesthawk commented 3 months ago

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']
Vwriter commented 3 months ago

thanks, it helped a lot.

deftesthawk commented 3 months ago

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.

kr1sal commented 2 months ago

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