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:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user