9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Updated Upstream (Gale)

This commit is contained in:
Dreeam
2024-04-06 23:05:48 -04:00
parent f4857556fe
commit ff8529e784
8 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ plugins {
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false // paperweight required this original shadow
id("io.github.goooler.shadow") version "8.1.7" apply false
id("io.papermc.paperweight.patcher") version "1.5.13-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "1.5.14-SNAPSHOT"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@@ -17,7 +17,7 @@ repositories {
dependencies {
remapper("net.fabricmc:tiny-remapper:0.10.1:fat")
decompiler("org.vineflower:vineflower:1.9.3")
decompiler("org.vineflower:vineflower:1.10.0")
paperclip("io.papermc:paperclip:3.0.4-SNAPSHOT")
}