Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 886 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 886 Bytes

MinecraftSourceDeobfuscator is a tool for Minecraft developers that correctly remaps the obfuscated function and field names in a selected set of source files.

Program Arguments

-a (Automatically runs the tool on launch with the specified SRG and SRC directories) -nogui (Disables the graphical interface for use with consoles. Must be used with -a) -help (Shows help)

EXAMPLE: java -jar mc-src-deobf.jar -a "C:\srg" "C:\src" -nogui

Setting up a Development Environment NOTE: Only Eclipse and Windows are supported as of this time

  1. Make sure you have the Java Development Kit installed and added to your system environment variables.
  2. In a Windows Command Prompt run "project setupWorkspace"
  3. Import the project via Eclipse

Building the project

  1. In a Windows Command Prompt run "project setupWorkspace"
  2. Import the project via Eclipse