Metadata-Version: 2.1
Name: minecraft-remapper
Version: 1.0.0
Summary: A Minecraft remapper for already deobfuscated source code.
Home-page: https://github.com/Nearata/minecraft-remapper
Author: Nearata
Author-email: williamdicicco@protonmail.com
License: UNKNOWN
Description: # Minecraft Remapper
        
        > A Minecraft remapper for already deobfuscated source code.
        
        ## Requirements
        
        - Python 3.8
        
        ## Installation
        
        ```sh
        pip install minecraft-remapper
        ```
        
        ## Usage
        
        ```sh
        python -m mc_remapper
        ```
        
        or
        
        ```sh
        python -m mc_remapper -i <input_directory> -o <output_directory> -m <mappings_directory>
        ```
        
        ## Parameters
        
        - `-i` / `--input`: Path to deobfuscated and decompiled mod source code.
        - `-o` / `--output`: Path to an existing directory where the script will save the source code remapped in a zip file named `sources.zip`.
        - `-m` / `--mappings`: Path to mcp mappings folder (`fields.csv`, `methods.csv` and `params.csv`).
        
        ## License
        
        Distributed under the MIT license. See `LICENSE` for more information.
        
        ## Contributing
        
        1. Fork it
        2. Commit your changes
        3. Push to the branch
        4. Create a new Pull Request
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
