Add Experimental CFR support. Line numbers and comments are not currently supported.

This commit is contained in:
modmuss50
2020-07-26 21:22:17 +01:00
parent 88f5894570
commit cb52cabb18
3 changed files with 244 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ dependencies {
// decompilers
implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13')
implementation ('org.jetbrains:intellij-fernflower:1.2.1.16')
implementation ('org.benf:cfr:0.150')
// source code remapping
implementation ('org.cadixdev:mercury:0.1.0.fabric-SNAPSHOT')