Skip to content

Instantly share code, notes, and snippets.

@eatmyvenom
Last active October 5, 2020 23:22
Show Gist options
  • Save eatmyvenom/c2bb0ef52f74a1922b54279f9ee6a87e to your computer and use it in GitHub Desktop.
Save eatmyvenom/c2bb0ef52f74a1922b54279f9ee6a87e to your computer and use it in GitHub Desktop.

How to get the code

  • Step 0 - have cfr.jar from here and have java
  • Step 1 - run git clone https://github.com/fabricmc/yarn
  • Step 2 - get a command line and get into that directory
  • Step 3 - run .\gradlew mapNamedJar and let that complete
  • Step 4 - run java -jar cfr-<whatever>.jar <MC-version>-named.jar --outputdir <folder where you want the code>
  • Step 5 - read the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment