auto: Formatted json files

This commit is contained in:
DaanV2
2021-04-11 13:08:43 +02:00
parent 6b2043f398
commit 07df25cdaa
37 changed files with 30202 additions and 40 deletions

View File

@@ -1 +1,8 @@
{"$schema":"http://json-schema.org/draft-07/schema","title":"Texture List","description":"A list of texture to load in","type":"array","items":{"title":"Filepath","type":"string","pattern":"^textures/","examples":["textures/blocks/"]},"definitions":{}}
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Texture List",
"description": "A list of texture to load in",
"type": "array",
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] },
"definitions": {}
}