Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.