Update Paper

This commit is contained in:
2022-11-10 17:23:17 -06:00
parent 6a4e753d93
commit 1ea217f446
41 changed files with 31 additions and 54 deletions

View File

@ -2,7 +2,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.8"
id("io.papermc.paperweight.patcher") version "1.3.9"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@ -15,7 +15,7 @@ repositories {
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.8.2:fat")
remapper("net.fabricmc:tiny-remapper:0.8.6:fat")
decompiler("net.minecraftforge:forgeflower:1.5.605.9")
paperclip("io.papermc:paperclip:3.0.2")
}