BaseMC / Aves

MC Code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aves Build Latest Version

A Minecraft deobfusctor / code generator

Generates deobfuscated code based on the emitted obfuscation files from mojang (since 19w36a) in about 5 minutes

platform independent no local installation of Minecraft required

Requirements

Why?

This project is designed for people that want to quickly take a look at a part of the code and understand what is going on.

This is very useful e.g.
- for quickly inspecting new versions
- if you find a bug and want to know what causes it
- if you are just interested in how things work 😄
No need to wait for someone to release new mappings or a version.

The generated code is not perfect, but it's readable and that's what it's meant for.

The project trys to work as automated as possible.
So if Mojang doesn't do any (breaking) changes, it should work a long time 🦖

About

MC Code generator

License:MIT License


Languages

Language:C# 100.0%