BentoBoxWorld / ExtraMobs

BentoBox addon that adjusts some mob spawning rules to get Blazes, Wither Skeleton, and Shulkers
Eclipse Public License 2.0
0 stars 0 forks source link

Fish don't spawn under the prismarine block #12

Closed charlyg31 closed 2 years ago

charlyg31 commented 2 years ago

Expected behavior

In a deep ocean biome, fish no longer spawn. I feel like this is considered a cave and mojang has blocked the Fish Spawn.

image

Observed/Actual behavior

It doesn't spawn at all anymore.

Steps/models to reproduce

Created a box with a prismarine roof.

BentoBox version

07.08 15:57:04 [Server] INFO Serveur PAPER 1.19.1. 07.08 15:57:04 [Server] INFO Version de BentoBox : 1.21.0-SNAPSHOT-b2282 07.08 15:57:04 [Server] INFO Base de données : JSON2MARIADB 07.08 15:57:04 [Server] INFO Mondes de jeu chargés : 07.08 15:57:04 [Server] INFO bskyblock_world (BSkyBlock) : Overworld, Nether, End 07.08 15:57:04 [Server] INFO Addons chargés : 07.08 15:57:04 [Server] INFO Biomes 2.0.0-SNAPSHOT-b220 (ENABLED) 07.08 15:57:04 [Server] INFO BSkyBlock 1.15.2-SNAPSHOT-b719 (ENABLED) 07.08 15:57:04 [Server] INFO CauldronWitchery 2.0.0-SNAPSHOT-#32 (ENABLED) 07.08 15:57:04 [Server] INFO Challenges 1.1.0-SNAPSHOT-b490 (ENABLED) 07.08 15:57:04 [Server] INFO Chat 1.1.4 (ENABLED) 07.08 15:57:04 [Server] INFO ControlPanel 1.13.1-SNAPSHOT-b56 (ENABLED) 07.08 15:57:04 [Server] INFO DimensionalTrees 1.6.1-SNAPSHOT-b84 (ENABLED) 07.08 15:57:04 [Server] INFO ExtraMobs 1.12 (ENABLED) 07.08 15:57:04 [Server] INFO Greenhouses 1.7.0 (ENABLED) 07.08 15:57:04 [Server] INFO Level 2.9.1-SNAPSHOT-b507 (ENABLED) 07.08 15:57:04 [Server] INFO Limits 1.19.1-SNAPSHOT-b300 (ENABLED) 07.08 15:57:04 [Server] INFO MagicCobblestoneGenerator 2.5.0-SNAPSHOT-b251 (ENABLED) 07.08 15:57:04 [Server] INFO Upgrades 0.3.0-SNAPSHOT-b100 (ENABLED) 07.08 15:57:04 [Server] INFO Warps 1.13.0-SNAPSHOT-b328 (ENABLED)

Plugin list

No response

Other

No response

BONNe commented 2 years ago

https://bugs.mojang.com/browse/MC-244683

Based on this report, fishes does not spawn in water bobbles anymore. This change is not related to the BentoBox code, but how Minecraft now operates.

BONNe commented 2 years ago

Based on minecraft wiki:

In Java Edition, fish can spawn inside a water block at Y-level 50 to 63 (from 13 blocks below sea level up to inside the block one above it), that also has water above and below it. The spawn block and the block below can be any kind of water, such as a source block, falling water, bubble column, kelp, or even a waterlogged block (as long as the fish can be placed at the bottom center of the spawn block without colliding with anything solid). The block above must be pure water, such as a source block, falling water, or flowing water of any depth. Particularly, the block above cannot also be a bubble column, so fish no longer spawn inside bubble elevators.