-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.12, Minecraft 1.12.2, Minecraft 18w20c, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w43b, Minecraft 18w43c, Minecraft 18w44a, 1.16.2, 1.16.4, 20w48a, 21w03a, 1.19.4, 23w13a
-
Confirmed
-
Projectiles
How to reproduce
- Place an end gateway
/setblock ~ ~ ~ end_gateway
- Throw an ender pearl into it
Code analysis
EntityEnderPearl.onImpact(RayTraceResult result) checks if the ender pearl is in an end gateway and if so, triggers the EnterBlock advancement criteria, attempts to teleport the player, and kills the ender pearl.