WesJD / AnvilGUI

Capture user input in Minecraft through an anvil GUI in under 20 lines of code
MIT License
481 stars 114 forks source link

Not compatible with version 1.20.4 #341

Closed EURedBoy closed 2 months ago

EURedBoy commented 3 months ago

image image

If i open the library i can see the wrapper, so i don't know why he can't find it image

StarlessDev commented 3 months ago

I actually encountered the same problem 10 minutes ago. On my end It was a shading issue: the jar was minimized and the wrappers were removed. When not minimizing the jar everything works. Maybe you have the same issue?

joestr commented 3 months ago

If the filter section is like the one in the README.md file the <minimizeJar> option has no effect on that.

@EURedBoy can you share the affecting portion of your pom.xml file?

EURedBoy commented 2 months ago

If the filter section is like the one in the README.md file the <minimizeJar> option has no effect on that.

@EURedBoy can you share the affecting portion of your pom.xml file?

Sorry if i'm late, i fixed while ago simply excluding the anvilgui package from the minimize action image (i use gradle not maven)