Enable obfuscation mappings for 1.21.7 (#12770)

This commit is contained in:
Noah van der Aa
2025-06-30 17:31:40 +02:00
committed by GitHub
parent 4c47c76ecf
commit 9686f8b34d
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ version=1.21.7-R0.1-SNAPSHOT
mcVersion=1.21.7
# Set to true while updating Minecraft version
updatingMinecraft=true
updatingMinecraft=false
org.gradle.configuration-cache=true
org.gradle.caching=true

View File

@@ -27,8 +27,8 @@ paperweight {
gitFilePatches = false
spigot {
enabled = false
buildDataRef = "281ac0de7a76d808753ede97d11b034bc801b63d"
enabled = true
buildDataRef = "436eac9815c211be1a2a6ca0702615f995e81c44"
packageVersion = "v1_21_R5" // also needs to be updated in MappingEnvironment
}