All raiders spawn on the same block, one block above the ground, during a raid
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 [Mod] 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.
2021-04-15, 06:46 PM
2024-08-08, 06:41 PM
7
3
-