https://github.com/skyrising/mc-deobfuscator
Automatic deobfuscator for Minecraft
https://github.com/skyrising/mc-deobfuscator
deobfuscator minecraft
Last synced: about 1 year ago
JSON representation
Automatic deobfuscator for Minecraft
- Host: GitHub
- URL: https://github.com/skyrising/mc-deobfuscator
- Owner: skyrising
- License: mit
- Created: 2018-07-16T23:48:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:24:24.000Z (over 3 years ago)
- Last Synced: 2024-05-02T02:11:49.886Z (about 2 years ago)
- Topics: deobfuscator, minecraft
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic deobfuscator for Minecraft

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]]
```