lukflug / PanelStudio

An extensible and customizable GUI API/library to create ClickGUIs, HUDEditors and TabGUIs designed for use in Minecraft utility mods.
https://lukflug.github.io/panelstudio.html
MIT License
309 stars 23 forks source link

1.16.5 Text is getting mad #44

Closed f1den closed 10 months ago

f1den commented 10 months ago

After compiling jar for 1.16.5 forge, i entered the menu and saw this sh*t: image How to fix this bad text.

lukflug commented 10 months ago

I don't see what you're referring to. This is 100% expected behavior as far as I can see.

f1den commented 10 months ago

i am talking about functions. they are named like ASOIDFGhjsdfogi sd i jsdf.

why is it and how to make it normal

f1den commented 10 months ago

i just saw public static void init() { for (Category category : values()) { int count = random.nextInt(6) + 5; for (int i = 0; i < count; i++) { if (category != OTHER && category != HUD) category.modules.add(generateRandomModule()); } } }

:DD

On screen shots i saw real l modules :(