auto: Formatted json files

This commit is contained in:
DaanV2
2021-02-02 13:37:58 +01:00
parent 3c9c20e188
commit c90101f35b
34 changed files with 32770 additions and 34 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": {}
}