WesJD / AnvilGUI

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

Removed compile dependency #320

Closed KarmaDeb closed 3 months ago

KarmaDeb commented 3 months ago

I addressed a redundant dependency declaration for 1.20 R2 and R3.

This change does not introduce any functional alterations to the project. It simply streamlines the POM file by removing redundant declarations.

I've tested it without the compile dependencies and it still works