MaxPixelStudios / MinecraftDecompiler

Minecraft Decompiler. A useful tool/library to deobfuscate and decompile Minecraft(or any jar file) through popular mappings and various decompilers. Or use it as a lib to process obfuscation mappings such as converting a mapping to another format
GNU General Public License v3.0
327 stars 19 forks source link

[Enhancement] Mapping Provider API #135

Open XiaoPangxie732 opened 7 months ago

XiaoPangxie732 commented 7 months ago

Is your enhancement related to a problem? Please describe. Currently, MCD only supports downloading official mappings. This could be inconvenient when using other mappings.

Describe the solution you'd like Introduce the Mapping Provider API. It can:

Additional context This also has an association with #82 . This enables interactive console users to conveniently choose the mappings they want.