auto: Formatted json files

This commit is contained in:
DaanV2
2021-03-11 16:07:04 +01:00
parent a4299dd93a
commit de6122659b
41 changed files with 29963 additions and 112 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": {}
}