Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

BaseMC/Aves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🦖