-
Bug
-
Resolution: Unresolved
-
None
-
1.21.1, 1.21.2 Release Candidate 1, 1.21.2
-
None
-
Confirmed
-
Entities
-
Important
-
Platform
Hitting or interacting with entities that intersect the world border yields different results depending on in which direction they are in relation to the world border. Entities just inside the northern and western side of the world border cannot be hit, and entities just outside the southern and eastern side of the world border can be hit.
This is likely caused by using the entity's block position to check if they are inside the world border, instead of their actual position.
Steps to Reproduce
- Create a new superflat world with cheats and without structures
- Run /teleport @s 0 ~ 0
- Run /worldborder center 0.01 0.01
- Run /worldborder set 10
- Run /summon minecraft:armor_stand 3.5 -60.0 -4.5
- Run /summon minecraft:armor_stand 5.5 -60.0 -2.5
- Try hitting and/or interacting with the summoned armor stands
Excepted behavior
The entities that are visually inside the world border should be interactable and the entities that are visually outside the world border should not be interactable.
Observed behavior
The player can interact with entities that are visually outside the world border at the same time as they can't interact with entities that are visually inside the world border.
- relates to
-
MC-274664 Blocks at the north/west edge of the world border cannot be broken or placed, unlike the south/east at certain world border sizes
- Reopened