Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skyrising/mc-deobfuscator
- Owner: skyrising
- License: mit
- Created: 2018-07-16T23:48:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:24:24.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:11:49.886Z (8 months 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
![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]]
```