9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00
This commit is contained in:
Dreeam
2024-08-11 20:24:46 +08:00
parent ee6983aa20
commit aad915a149
12 changed files with 83 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
plugins {
java
`maven-publish`
id("io.papermc.paperweight.patcher") version "1.7.2-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "1.7.3-SNAPSHOT"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@@ -16,7 +16,7 @@ repositories {
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.10.3:fat")
remapper("net.fabricmc:tiny-remapper:0.10.4:fat")
decompiler("org.vineflower:vineflower:1.10.1")
paperclip("cn.dreeam:quantumleaper:1.0.0-SNAPSHOT")
}