Port to MC 1.19.3

Building against 1.19.3-rc3 for now because 1.19.3 has yet to release.
ReplayStudio/ViaVersion is already targeting the release version though.
This commit is contained in:
Jonas Herzig
2022-12-06 17:58:52 +01:00
parent e8ea70aabc
commit d571e8fed5
19 changed files with 440 additions and 58 deletions

View File

@@ -0,0 +1,4 @@
org.joml.Matrix3 net.minecraft.util.math.Matrix3f
org.joml.Matrix4f net.minecraft.util.math.Matrix4f
org.joml.Quaternionf net.minecraft.util.math.Quaternion
org.joml.Vector3f net.minecraft.util.math.Vec3f