Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def updateJsonFile = file('version/update.json')
- def updateJson = JsonSlurper.parseFile(updateJsonFile)
- versionJson.get(${minecraft.version}).put(${version}, "See https://github.com/williewillus/Botania/releases/${version}")
- updateJsonFile.write(JsonOutput.toJson(updateJson))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement