auto: Generated

This commit is contained in:
DaanV2
2021-02-24 22:50:29 +01:00
parent 36dfeba1c2
commit df1e5a74f1
34 changed files with 34 additions and 33414 deletions

View File

@@ -1,8 +1 @@
{
"$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":{}}