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

Shebang line on main.py doesn't work with crlf line endings

dhouck opened this issue · comments

As-is, you get an /usr/bin/env: ‘python3\r’: No such file or directory unless you happen to have a program named python3.

commented

dos2unix main.py should fix it and I just pushed a gitattribute and editorconfig to fix line ending on linux

Thanks for the quick response! I did dos2unix but didn't know if it actually made sense to push that depending on your editor situation.