A Minecraft remapper for already deobfuscated source code.
- Python >=3.9
pip install minecraft-remapper
python -m minecraft_remapper --i <text> --o <text> --m <text>
python -m minecraft_remapper --i input_folder --o output_folder --m mappings_file.tsrg
--i
: Path to deobfuscated and decompiled mod source code.--o
: Path to an existing directory where the script will save the source code remapped in a zip file namedsources.zip
.--m
: Path to mappings file (<filename>.tsrg
)
See UNLICENSE for details.