mojira.dev
MC-223300

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 @unknown

  1. 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.

  2. /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}"}
  3. Place down a bed and summon a villager close to it.

  4. Give yourself the bad omen effect in order to start a raid.

    /effect give @s minecraft:bad_omen
  5. Wait for the raid to begin and locate where the raiders spawned in.

  6. Take note as to whether or not raiders are all spawned at the same position, one block above the ground.

Linked issues

Attachments

Comments 5

I can confirm that this is an issue. Also affects 1.17.1.

They are also spawned one block higher than they should.

I can confirm behavior in 1.19.1. Here are some steps to reproduce the issue.

Steps to Reproduce:

  • 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.

Can confirm in 1.19.2.

I had this happen on 1.20.1 but it was on a Fabric server so I don't want to put it on the affects version unless someone can confirm on vanilla.

Brevort

(Unassigned)

Confirmed

Mob spawning

illagers, mob-spawning, raid

1.16.5, 21w16a, 1.17 Pre-release 1, 1.17.1, 22w12a, ..., 22w44a, 23w18a, 24w13a, 1.21.1 Release Candidate 1, 1.21.1

Retrieved