mojira.dev
MCPE-95529

Magma Cube and Skeletons spawn on Nether Wart Block in fortresses

Steps to reproduce

  1. Replace the floor of a nether fortress with nether wart blocks.

  2. Observe the spawns. (Kill or despawn monsters frequently to speed this up.)

Expected result

Magma cubes and skeletons do not spawn (see explanation in original description below).

Observed result

All nether fortress mobs spawn.


In the spawn rules for Magma Cubes and Skeletons there is a spawn on block filter. This would help make Wither Skeleton farms function well (currently Magma Cubes cause issues).

"conditions": [
      {
        "minecraft:spawns_underground": {
        },        "minecraft:spawns_on_block_prevented_filter": [
          "minecraft:nether_wart_block",
          "minecraft:shroomlight"
        ],

However, Magma Cubes and Skeletons are still spawing on these blocks. Image attached.

Attachments

Comments 6

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Is this still an issue in the latest version? If yes, can you please add it to the affected versions (or mention it if you are not the reporter)?

This ticket will automatically reopen when you reply.

Quick Links:
πŸ““ Issue Guidelines – πŸ’¬ Mojang Support – πŸ“§ Suggestions – πŸ“– Minecraft Wiki

I think I may have found what was happening to this user.
As of 1.17.11, Magma Cubes and Skeletons spawn on nether wart when spawned as part of a structure (on hard-coded spawning spots).
Here is a short clip showcasing this on a stripped-down fortress.

https://streamable.com/omgndi

I suggest this report be reopen.

Zombie pigmen share the same spawns_on_block_prevented_filterΒ and also will spawn on the nether wart blocks within the fortress.

This occurs because structure spawns do not consult the data-driven spawn rules at all. The vanilla behavior files in the spawn_rules folder only control environmental spawns.

Chris Hancocks

(Unassigned)

610792

Confirmed

Multiple

1.17.11 Hotfix, 1.16.1, 1.16.20, 1.18.31

Retrieved