-
Bug
-
Resolution: Unresolved
-
None
-
1.16.5, 21w16a, 1.17 Pre-release 1, 1.17.1, 22w12a, 1.19.1, 1.19.2, 22w44a, 23w18a, 24w13a, 1.21.1 Release Candidate 1, 1.21.1
-
Confirmed
-
Mob spawning
The bug
During a raid, all of the raiders during each wave will spawn on the same block, causing them to explode out after one moves.
This is related to MC-163503.
Steps to Reproduce: provided by Avoma
- Summon a repeating command block that will instantly set all raiders' "NoAI" and "Glowing" tags to "1b" if there are any present within the world.
/setblock ~1 ~ ~1 minecraft:repeating_command_block{auto:1b,Command:"execute as @e[type=#minecraft:raiders] run data merge entity @s {NoAI:1b,Glowing:1b}"}
- Place down a bed and summon a villager close to it.
- Give yourself the bad omen effect in order to start a raid.
/effect give @s minecraft:bad_omen
- Wait for the raid to begin and locate where the raiders spawned in.
- Take note as to whether or not raiders are all spawned at the same position, one block above the ground.
- relates to
-
MC-163503 Witch and cat are spawned at same position in swamp huts
- Open