Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skyrising/mc-deobfuscator

Automatic deobfuscator for Minecraft
https://github.com/skyrising/mc-deobfuscator

deobfuscator minecraft

Last synced: about 2 months ago
JSON representation

Automatic deobfuscator for Minecraft

Awesome Lists containing this project

README

        

# Automatic deobfuscator for Minecraft
![License](https://img.shields.io/github/license/skyrising/mc-deobfuscator.svg)

Automatically generates mappings for any Minecraft version.

Generated mappings: [mc-data](https://github.com/skyrising/mc-data)

## Use
### Installing & building
```shell
yarn install
yarn run build
```

### Running
Run for single version:
```shell
yarn start
```

Run for development (doesn't require rebuilding):
```shell
yarn run dev
```

Generate [mc-data](https://github.com/skyrising/mc-data) repository:
```shell
env WORKERS= MINECRAFT_JARS_CACHE= yarn run data [none | from [to]]
```