Skip to content

Commit

Permalink
ahhh
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Feb 8, 2024
1 parent 777d087 commit 0306de4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5029,7 +5029,8 @@ public String docs() {
+ " rightRotation, scale, and translation. Both leftRotation and rightRotation have x, y, z, and w"
+ " values, and scale and translation have x, y, and z values. For leftRotation and rightRotation,"
+ " these are full width 64 bit doubles, but scale and translation are only 32 bit floats."
+ " (MC 1.19.4+)";
+ " (MC 1.19.4+)\n"
+ "\n";
}

@Override
Expand Down

0 comments on commit 0306de4

Please sign in to comment.