-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.10 Pre-Release 1, Minecraft 1.10, Minecraft 1.10.2, Minecraft 16w35a, Minecraft 16w36a, Minecraft 1.11, Minecraft 1.11.2, Minecraft 17w13a, Minecraft 17w13b, Minecraft 17w16a, Minecraft 17w16b, Minecraft 17w17a, Minecraft 17w17b, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 18w11a, Minecraft 18w14a, Minecraft 18w14b, Minecraft 18w16a, Minecraft 18w22a, Minecraft 1.13-pre1, Minecraft 1.13-pre2, Minecraft 1.13.2, Minecraft 19w12b, Minecraft 19w13b, 1.16.1, 20w29a, 20w51a, 21w05b, 21w06a, 1.21
-
Confirmed
-
Collision, Entities
The bug
If an entity based on interacting with hitboxes doesn't have any velocity anymore (for example with the NoGravity tag and flying long enough) they don't seem to interact with hitboxes anymore.
How to reproduce
- Set up and activate a repeating command block with the following command:
execute as @e run data merge entity @s {NoGravity:1b}
- Throw a bottle o' enchanting
- Follow it until it doesn't have any velocity anymore
- Touch it. You will notice that it doesn't break as it should.