Alex
Alex
This enum: https://github.com/GeyserMC/MCProtocolLib/blob/master/protocol/src/main/java/org/geysermc/mcprotocollib/protocol/data/game/inventory/MoveToHotbarAction.java Has the issue, that there are too few possible values. According to the protocol documentation any value between 0-40 is allowed on the protocol level:  https://minecraft.wiki/w/Java_Edition_protocol#Click_Container
Hi, this PR adds support for the following things to allow fabric loader to run in mojmap namespace without issues: - Add API to remap obf game jar to arbitrary...
This fixes issues where plugins that relocate gson didn't work anymore because the previous changes in 7b025cdb were not taking into account that some plugins might relocate gson.