Skip to content

Commit 0306de4

Browse files
committed
ahhh
1 parent 777d087 commit 0306de4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/laytonsmith/core/functions/EntityManagement.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,8 @@ public String docs() {
50295029
+ " rightRotation, scale, and translation. Both leftRotation and rightRotation have x, y, z, and w"
50305030
+ " values, and scale and translation have x, y, and z values. For leftRotation and rightRotation,"
50315031
+ " these are full width 64 bit doubles, but scale and translation are only 32 bit floats."
5032-
+ " (MC 1.19.4+)";
5032+
+ " (MC 1.19.4+)\n"
5033+
+ "\n";
50335034
}
50345035

50355036
@Override

0 commit comments

Comments
 (0)