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

Add support for 1.21.1 #351

Closed BySwiizen closed 2 months ago

WesJD commented 2 months ago

Thanks for the PR. Have you tested this and can confirm its working?

0dinD commented 2 months ago

1.21.1 was already working because the 1_21_R1 wrapper is still compatible and we use that one as a fallback for unknown versions. But of course, adding it to the version map makes sense, and I can confirm that everything still works in this PR after testing it.