Update decompiler and paperweight

This commit is contained in:
BillyGalbreath
2022-04-06 10:46:13 -05:00
parent e027b424dc
commit 59e541ad7e

View File

@@ -1,10 +1,10 @@
import io.papermc.paperweight.util.constants.*
import io.papermc.paperweight.util.constants.PAPERCLIP_CONFIG
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.4"
id("io.papermc.paperweight.patcher") version "1.3.5"
}
repositories {
@@ -18,7 +18,7 @@ repositories {
dependencies {
remapper("net.fabricmc:tiny-remapper:0.8.1:fat")
decompiler("net.minecraftforge:forgeflower:1.5.498.22")
decompiler("net.minecraftforge:forgeflower:1.5.498.29")
paperclip("io.papermc:paperclip:3.0.2")
}