maruohon / malilib

Library mod for masa's client-side Minecraft mods
GNU Lesser General Public License v3.0
294 stars 124 forks source link

1.19.3 support #105

Closed tomalbrc closed 1 year ago

tomalbrc commented 1 year ago

The required changes for 1.19.3

I'm not quite sure about the Quaternion stuff in RenderUtils for example: Vec3f.POSITIVE_X.getDegreesQuaternion(pitch) vs. new Quaternionf().fromAxisAngleDeg(1,0,0,pitch)

The commit messages are also not very detailed :/