9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-04 15:41:40 +00:00

Update spigot mapping to remap reobf mapping to mojamp for plugins

This commit is contained in:
Dreeam
2025-06-19 07:27:21 +08:00
parent 1cabe0fef5
commit 060cc7390e
2 changed files with 31 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
@@ -24,6 +_,19 @@
@@ -24,11 +_,25 @@
minecraftVersion = providers.gradleProperty("mcVersion")
gitFilePatches = false
@@ -30,9 +30,18 @@
+ activeFork = leaf
+ // Leaf end - project setup
+
+ // Leaf start - Update spigot mapping to compat spigot reobf mapping plugins
spigot {
enabled = false
buildDataRef = "702e1a0a5072b2c4082371d5228cb30525687efc"
- enabled = false
- buildDataRef = "702e1a0a5072b2c4082371d5228cb30525687efc"
- packageVersion = "v1_21_R4" // also needs to be updated in MappingEnvironment
+ buildDataRef = "281ac0de7a76d808753ede97d11b034bc801b63d"
+ packageVersion = "v1_21_R5" // also needs to be updated in MappingEnvironment
}
+ // Leaf end - Update spigot mapping to compat spigot reobf mapping plugins
reobfPackagesToFix.addAll(
"co.aikar.timings",
@@ -47,6 +_,7 @@
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",