Skip to content

Instantly share code, notes, and snippets.

@killjoy1221
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killjoy1221/0981494b379533194ca0 to your computer and use it in GitHub Desktop.
Save killjoy1221/0981494b379533194ca0 to your computer and use it in GitHub Desktop.
Decompile minecraft 1.8
java -cp "asm-all-5.0.3.jar;guava-18.0.jar;jopt-simple-4.7.jar;SpecialSource-1.7.3.jar" net.md_5.specialsource.SpecialSource -i 1.8.3.jar -o 1.8.3-remapped.jar -m minecraft.srg
java -jar FernFlower.jar -rsy=1 -dgs=1 -asc=1 -ind=" " -log=ERROR 1.8.3-remapped.jar 1.8.3
rm -r 1.8.3/src/*
"C:/Program Files/7-zip/7z" x -o1.8.3\\src 1.8.3/1.8.3-remapped.jar net/minecraft/**
sed 's/☃/p/g' 1.8.3/src/net/minecraft/**/*.java -i
PK: . net/minecraft/src
CL: a net/minecraft/util/EnumChatFormatting
CL: b net/minecraft/crash/CrashReport
CL: c$a net/minecraft/crash/CrashReportCategory$Entry
CL: c net/minecraft/crash/CrashReportCategory
CL: f net/minecraft/src/FRuntimeException
CL: g net/minecraft/util/ChatAllowedCharacters
CL: h$a net/minecraft/util/Util$OS
CL: h net/minecraft/util/Util
CL: i net/minecraft/command/IAdminCommand
CL: j$a net/minecraft/command/CommandBase$CoordinateArg
CL: j net/minecraft/command/CommandBase
CL: k net/minecraft/command/CommandHandler
CL: l net/minecraft/command/ICommand
CL: m net/minecraft/command/ICommandManager
CL: n net/minecraft/command/ICommandSender
CL: o$a net/minecraft/command/CommandResultStats$Type
CL: o net/minecraft/command/CommandResultStats
CL: p net/minecraft/command/PlayerSelector
CL: q net/minecraft/command/server/CommandAchievement
CL: r net/minecraft/command/server/CommandBanIp
CL: s net/minecraft/command/server/CommandBan
CL: t net/minecraft/command/CommandBlockData
CL: u net/minecraft/command/CommandClearInventory
CL: v net/minecraft/command/CommandClone
CL: w net/minecraft/command/server/CommandTestForBlock
CL: x net/minecraft/command/server/CommandDeOp
CL: y net/minecraft/command/CommandDebug
CL: z net/minecraft/command/CommandDefaultGamemode
CL: cr$a net/minecraft/util/EnumFacing$Axis
CL: cr$b net/minecraft/util/EnumFacing$AxisDirection
CL: cr$c net/minecraft/util/EnumFacing$Plane
CL: cr net/minecraft/util/EnumFacing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment