Open Jack253-png opened 1 year ago
What version of Mod Menu are you using?
Same issue here. I tried with 5.0.1 and 5.0.2, same errors. A list of my other mods is attached.
The error still occurs when mod menu is the only active mod.
@HackerDaGreat57 Could you post your own game log with the minimal reproduction environment? Only the latest Fabric loader and Mod Menu versions should be installed for Minecraft 1.19.3.
I am using ModMenu version 5.0.2
this bug didn't occured in 1.19.2, because field "net.minecraft.client.gui.widget.ClickableWidget.y" has "public" modifier in 1.19.2, but this field changed to "private" modifier in 1.19.3 and been replaced by "getY" method.
Can you still reproduce with the latest version?
I am making a mod that used your mod api.But It cannot work in MC 1.19.3.