AxolotlClient / AxolotlClient-mod

https://axolotlclient.github.io
Other
69 stars 17 forks source link

[1.8.9] Mod Menu's button was unable to show #48

Closed HowardZHY closed 1 year ago

moehreag commented 1 year ago

could you please provide a little more information (e.g logs)?

HowardZHY commented 1 year ago

There isn't any output errors. There only SP, MP and AClient Settings three big buttons on main menu.

https://github.com/HowardZHY/Legacy-Mod-Menu/actions/runs/3759087183/jobs/6388214428 Mod Menu I've fixed for latest LF

moehreag commented 1 year ago

I think you made some mistakes when fixing the ModMenu, f.ex. renderBg(…) does not have the same function as mouseDragged(…), the version field in the fmj is for the mod version, not the minecraft version...

HowardZHY commented 1 year ago

I was unable to find renderBg, I thought it might had a wrong name

HowardZHY commented 1 year ago

there was another similar method 's param also (client, x, y). I got a stackflow error with that so I use mouseDragged

HowardZHY commented 1 year ago

m (Lave;II)V b method_893 renderBg yarn 382

method_893 | mouseDragged yarn 446

and I don't think I need to fix that version; The mod version had been decleared in gradle properties / file name

moehreag commented 1 year ago

fixed in https://github.com/AxolotlClient/AxolotlClient-mod/commit/b803e30f22d98d3e0a855d4a5b6080c2a853eab5