Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nearata/minecraft-remapper
Remaps a deobfuscated minecraft forge mod source code
https://github.com/nearata/minecraft-remapper
minecraft minecraft-forge minecraft-remapper python python-script python3
Last synced: 24 days ago
JSON representation
Remaps a deobfuscated minecraft forge mod source code
- Host: GitHub
- URL: https://github.com/nearata/minecraft-remapper
- Owner: Nearata
- License: unlicense
- Created: 2020-07-11T09:57:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T05:21:00.000Z (about 2 years ago)
- Last Synced: 2024-11-29T05:06:07.691Z (24 days ago)
- Topics: minecraft, minecraft-forge, minecraft-remapper, python, python-script, python3
- Language: Python
- Homepage: https://pypi.org/project/minecraft_remapper/
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Remapper
> A Minecraft remapper for already deobfuscated source code.
## Requirements
- Python >=3.9
## Installation
```sh
pip install minecraft-remapper
```## Usage
```sh
python -m minecraft_remapper --i --o --m
```### Example
```sh
python -m minecraft_remapper --i input_folder --o output_folder --m mappings_file.tsrg
```## Parameters
- `--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 named `sources.zip`.
- `--m`: Path to mappings file (`.tsrg`)## Unlicense
See [UNLICENSE](UNLICENSE) for details.