-
Bug
-
Resolution: Won't Fix
-
None
-
1.21.4
-
None
-
Community Consensus
-
(Unassigned)
If a camel's minecraft:step_height is set to a value below 1.5, preventing it from walking over fences, it will attempt to jump over them.
How to reproduce:
- Spawn a camel
/attribute @n[type=minecraft:camel] minecraft:step_height base set 1.4999
- Construct a fence setup where the camel cannot navigate around it
- Attempt to lure the camel across the fences
Expected result
If the camel is unable to jump over the fence, it should not attempt to do so.
Observed result
The camel may either attempt to pathfind around the fences or repeatedly try to jump over them.
- relates to
-
MC-279162 Mobs with a minecraft:step_height attribute of 1.5 or greater, excluding camels, do not pathfind over fences
- Resolved