Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axolotl Pitch Update #10453

Open
TheAbsolutionism opened this issue Apr 24, 2024 · 0 comments
Open

Axolotl Pitch Update #10453

TheAbsolutionism opened this issue Apr 24, 2024 · 0 comments
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4

Comments

@TheAbsolutionism
Copy link

Expected behavior

When teleporting an axolotl using both vanilla commands and with Skript, to a location with a modified pitch. The pitch should be retained in the axolotl.
Changing the "Rotation" NBT of the axolotl has the same results

Observed/Actual behavior

Axolotl's location and yaw are updated but not pitch. However, when leaving the server (my localhost) and joining back, the axolotl is updated to the pitch. For vanilla teleport command, Skript teleport, and changing the Rotation NBT.

Steps/models to reproduce

Spawn an axolotl with NoAI and do any below

  • Vanilla Teleport command with a provided pitch
  • Manually change the Rotation NBT

With Skript + SkBee
command /test: trigger: spawn axolotl at player: set ai of entity to false set {_loc} to location of player set pitch of {_loc} to 90 teleport last spawned axolotl to {_loc}

Plugin and Datapack List

javaw_8L7mVfmh4y

Paper version

javaw_CMtaZ6lfen

Other

Teleporting the axolotl to a location with a modified yaw works, just not the pitch.
When initially spawning an axolotl at a location with a modified pitch, the axolotl does retain the pitch.
However can not be changed after spawn.
When attempting to change the pitch, it does not update, but leaving and rejoining updates it. (localhost)

@TheAbsolutionism TheAbsolutionism added status: needs triage type: bug Something doesn't work as it was intended to. labels Apr 24, 2024
@kashike kashike added the version: 1.20.4 Game version 1.20.4 label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4
Projects
Status: 🕑 Needs Triage
Development

No branches or pull requests

2 participants