
Jellyfish falling from sky
SettingDust opened this issue · 8 comments
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']
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.
Same here, makes pillagers raid farm annoying because as you use the elevator, a Jellyfish appears out of nowhere