-
Bug
-
Resolution: Fixed
-
23w04a
-
Confirmed
-
Commands
-
Low
-
Expansion A
The Bug:
Camels with large "LastPoseTick" NBT values still behave strangely and cause a variety of issues.
MC-258430 fixed a lot of the severe problems when it comes to camels with large "LastPoseTick" NBT values, but some issues still remain.
The issues are as follows:
- The player model is offset when riding the camel.
- The camel doesn't move when the player steers it.
- The camel will never naturally walk around.
- The camel cannot be pushed.
Steps to Reproduce:
- Summon a camel with a large "LastPoseTick" NBT value by using the command provided below.
/summon minecraft:camel ~ ~ ~ {LastPoseTick:500000L,SaddleItem:{id:"minecraft:saddle",Count:1b}}
- Mount the camel and look at the positioning of your player model.
- Take note as to whether or not camels with large "LastPoseTick" NBT values still behave strangely and cause a variety of issues.
Observed Behavior:
Camels behave strangely.
Expected Behavior:
Camels would not behave strangely.
- relates to
-
MC-258430 Camels with large LastPoseTime values offset the player view model strangely
- Resolved