Update patched spigot decompiler to fix inconsistency based on processing order

This commit is contained in:
Jason Penilla
2024-04-26 11:42:17 -07:00
parent 0cd4c50623
commit 6bfa9ce2b1
2 changed files with 14 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ dependencies {
paramMappings("net.fabricmc:yarn:1.20.5+build.1:mergedv2")
remapper("net.fabricmc:tiny-remapper:0.10.1:fat")
decompiler("org.vineflower:vineflower:1.10.1")
spigotDecompiler("io.papermc:patched-spigot-fernflower:0.1+build.12")
spigotDecompiler("io.papermc:patched-spigot-fernflower:0.1+build.13")
paperclip("io.papermc:paperclip:3.0.3")
}