MC 1.12.2 refactoring and cleanup

This commit is contained in:
James Seibel
2026-05-12 21:38:07 -05:00
parent 7448483f84
commit fbf812091d
24 changed files with 458 additions and 175 deletions
@@ -566,6 +566,7 @@ if (isNotCommonProject) {
outputs.file(output)
doLast {
output.withWriter("UTF-8") { writer ->
writer.writeLine("#PARSE_ESCAPES")
new JsonSlurper()
.parse(input)
.each { key, value ->