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.20.3 rc.1 #140

Closed sakura-ryoko closed 9 months ago

sakura-ryoko commented 9 months ago

fixes for 1.20.3-rc.1

PAY ATTENTION TO THE .render() call under GuiTextFieldGeneric.java

I might not be smart enough with Java to fix it properly, because the Override fails since pre.2 . This means all dependent mods using .render() call needs to be swapped with the // FIXME: " .renderZ() " call if you require that Z axis support.

I'm also not sure of this is correct: minecraft_version_out = 1.20.3-snap-rc1 Was I supposed to remove "-snap" ?