hube12 / DecompilerMC

This repository allows you to decompile any minecraft version that was published after 19w36a without any 3rd party mappings, you just need to execute the script or the executable (see releases)! Thanks mojang to have published proguard mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build

Kloetzchengrafik opened this issue · comments

If i would publish the client (Build it) what must i do?

and how can i run my client?

commented

pip install pyinstaller
pyinstaller main.py --distpath build --onefile

...And where's my builded client xD

In the folder build are only some weird files

(Im on macos)

its in the build folder and called main.exe

I think it would be more useful to people to provide builds so they don't need to set up their own build environments. The last release was almost one year ago and you've made a some commits since.