mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fix #104
This commit is contained in:
parent
3d9589b75a
commit
9fd42e0f38
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ task genPoniesJson(dependsOn: copyBGPones) {
|
|||
doFirst {
|
||||
json.text = new JsonBuilder(
|
||||
override: false,
|
||||
imports: [],
|
||||
ponies: fileTree(copyBGPones.outputs.files.singleFile).filter { it.file }.collect { it.name.replace(".png", "") }
|
||||
).toPrettyString()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue