-
-
Notifications
You must be signed in to change notification settings - Fork 21
Creating a User Defined Decompiler
XiaoPangxie732 edited this page Jul 8, 2025
·
3 revisions
This page will tell you how to create a user-defined decompiler and use it to decompile Minecraft.
The User-Defined decompiler is a decompiler configured by a config file.
First: Open the directory where the MinecraftDecompiler jar is in and create a folder named "decompiler" in it.
Second: Open the "decompiler" folder and create a config file named "decompiler.properties". Then, configure your user-defined decompiler(Example config here)
We're done!