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
Other
642 stars 54 forks source link

How do you build this in IntelliJ Idea? #8

Closed Justsnoopy30 closed 5 years ago

Justsnoopy30 commented 5 years ago

How do you build this in IntelliJ Idea? I have the src/1.14.4/client set up as a project in IntelliJ Idea, how do I compile it into a jar file?

hube12 commented 5 years ago

its not currently buildable, i didn't post the patch i made for fernflower yet, for now its only for code digging, no execution

Justsnoopy30 commented 5 years ago

Oh ok.

ajloveslily14 commented 3 years ago

Is there any update on buildability?

hube12 commented 3 years ago

@ajloveslily14 It was not really a goal I wished this script to achieve. You can use fabric or mcp-reborn to do that.

ajloveslily14 commented 3 years ago

I see. I guess I'll have to start looking into that.