Alex

Results 54 issues of 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: ![Image](https://github.com/user-attachments/assets/b1b9d386-1a19-46b9-9078-e5ecc0fe9cf6) 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.