mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Enable obfuscation mappings for 1.21.7 (#12770)
This commit is contained in:
@@ -3,7 +3,7 @@ version=1.21.7-R0.1-SNAPSHOT
|
|||||||
mcVersion=1.21.7
|
mcVersion=1.21.7
|
||||||
|
|
||||||
# Set to true while updating Minecraft version
|
# Set to true while updating Minecraft version
|
||||||
updatingMinecraft=true
|
updatingMinecraft=false
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
@@ -27,8 +27,8 @@ paperweight {
|
|||||||
gitFilePatches = false
|
gitFilePatches = false
|
||||||
|
|
||||||
spigot {
|
spigot {
|
||||||
enabled = false
|
enabled = true
|
||||||
buildDataRef = "281ac0de7a76d808753ede97d11b034bc801b63d"
|
buildDataRef = "436eac9815c211be1a2a6ca0702615f995e81c44"
|
||||||
packageVersion = "v1_21_R5" // also needs to be updated in MappingEnvironment
|
packageVersion = "v1_21_R5" // also needs to be updated in MappingEnvironment
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user