Consider making MojangMapped jar's available.
ryantheleach opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
When debugging plugins that are in a MojangMapped environment, depending on protocollib means that you cannot debug without additional steps.
Describe the solution you'd like
I would like to see ProtocolLib publish jars with MojangMaps, for development purposes.
Describe alternatives you've considered
Using TinyRemapper to reverse the mappings of ProtocolLib and create these jars myself (I do not have this knowledge yet).
This is a good idea, however there is no tool which can make that for us - we need to make this by hand as we need to update all constants on our own (especially packet class names and some older field accesses are still using a name accessor over better filtering methods)