mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
apply and move minecraft patches
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
@@ -26,6 +_,18 @@
|
||||
@@ -26,15 +_,27 @@
|
||||
minecraftVersion = providers.gradleProperty("mcVersion")
|
||||
gitFilePatches = false
|
||||
|
||||
@@ -27,6 +27,18 @@
|
||||
spigot {
|
||||
enabled = false
|
||||
buildDataRef = "436eac9815c211be1a2a6ca0702615f995e81c44"
|
||||
packageVersion = "v1_21_R5" // also needs to be updated in MappingEnvironment
|
||||
}
|
||||
|
||||
- updatingMinecraft {
|
||||
- oldPaperCommit = "29c8822d90899c89d2689338e81a98f690bcba12" // 1.21.8 main
|
||||
- }
|
||||
+ // updatingMinecraft {
|
||||
+ // oldPaperCommit = "29c8822d90899c89d2689338e81a98f690bcba12" // 1.21.8 main
|
||||
+ // }
|
||||
|
||||
reobfPackagesToFix.addAll(
|
||||
"co.aikar.timings",
|
||||
@@ -111,7 +_,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user