DecompilerMC icon indicating copy to clipboard operation
DecompilerMC copied to clipboard

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)! Than...

Results 8 DecompilerMC issues
Sort by recently updated
recently updated
newest added

Hi, when I try to run DecompilerMC with an older version of Minecraft that does not support client-mappings, I get an error message. See this example: I run: `python3 main.py...

I downloaded the progam and tried to run with openJDK. The code however, does not allow this and it does not work. I suggest to add openJDK as most devs...

Hello, I have run main.exe with this command : main.exe --mcv latest -q And the program return this error : ```Traceback (most recent call last): File "main.py", line 736, in...

I have not found a single static constant used in the classes. Is it a compiler issue? Here is an example of what such a constant could look like. I...

documentation

This PR performs a number of changes tailored towards improving the experience when using DecompilerMC as a module, rather than as a script. ## User Story I use DecompilerMC as...

Environment: Debian 12, Java 21, Python 3.11.2 I ran exactly this: `python3 main.py --mcversion latest --side server` (That's 1.21.4 at this time.) It produces one single Java file: `Main.java` How...

Hello! I decompiled 1.16.5 to make a mod, but I cannot compile the game with javac to run and test it. Any help??? Thanks in advance!!!

This fixes an issue I discovered wherein the server doesn't properly extract; only extracting net.minecraft.bundler.Main (at least on Windows) because it couldn't find the Path instance within the ZipFile; strings...