Skip to content

Creating a User Defined Decompiler

XiaoPangxie732 edited this page Dec 4, 2021 · 3 revisions

This page will tell you how to create a user-defined decompiler and use it to decompile Minecraft.
User-Defined decompilers are decompilers 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 options and "-d USER_DEFINED" option


We're done!

Clone this wiki locally