Skip to content

Creating a User Defined Decompiler

XiaoPangxie732 edited this page Jan 1, 2022 · 2 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.

Steps

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)

Third: Run MinecraftDecompiler with required args and "-d USER_DEFINED" arg


We're done!