9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

Update Paper

This commit is contained in:
violetc
2022-03-07 09:08:41 +00:00
parent 054e2ca094
commit 61cfcf5c8e
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.patcher") version "1.3.3"
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.5"
}
repositories {
@@ -12,7 +12,7 @@ repositories {
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.7.0:fat")
remapper("net.fabricmc:tiny-remapper:0.8.1:fat")
decompiler("net.minecraftforge:forgeflower:1.5.498.22")
paperclip("io.papermc:paperclip:3.0.2")
}
@@ -65,4 +65,4 @@ paperweight {
serverOutputDir.set(layout.projectDirectory.dir("leaves-server"))
}
}
}
}