Shulker spawn instant position is crooked.
Linked issues
is cloned by 1
relates to 3
Attachments
Comments 9
Maybe as the issue, it affects the rotation of in the monster spawner.
Link : MC-87864
Shulker is not even spawned on center of block. You can see it by doing in commandblocks in one tick:
/summon ArmorStand ~ ~ ~3
/execute @p ~ ~ ~ /summon Shulker ~ ~ ~
/tp @e[type=ArmorStand] @e[type=Shulker]
/kill @e[type=Shulker]
ArmorStand should be centered on a block, but it is not.
When there is a tick of delay between second and third command, ArmorStand will be centered to block.
This issue relates to MC-87864