diff --git a/resource/textures/texture_list.json b/resource/textures/texture_list.json new file mode 100644 index 00000000..3f872135 --- /dev/null +++ b/resource/textures/texture_list.json @@ -0,0 +1,12 @@ +{ + "$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/"] + } +} \ No newline at end of file