diff options
author | modmuss50 <modmuss50@gmail.com> | 2020-12-21 19:34:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 19:34:00 +0000 |
commit | 3bdccee02e624c7e0905ec8b2d92608f423adb0b (patch) | |
tree | 2691a731c11da1cfc773fe55d637b011bd322319 /build.gradle | |
parent | 78c934aed58e28b2128ef8969d74110e8050fa84 (diff) | |
download | architectury-loom-3bdccee02e624c7e0905ec8b2d92608f423adb0b.tar.gz architectury-loom-3bdccee02e624c7e0905ec8b2d92608f423adb0b.tar.bz2 architectury-loom-3bdccee02e624c7e0905ec8b2d92608f423adb0b.zip |
Refactor and fix game/loader library handling (#298)
Update fernflower
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b990d853..9de53ac1 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { // decompilers implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13') - implementation ('org.jetbrains:intellij-fernflower:1.2.1.16') + implementation ('net.fabricmc:fabric-fernflower:1.3.0') implementation ('org.benf:cfr:0.150') // source code remapping |