Files
minecraft-bedrock-json-schemas/source/resource/textures/texture_list.json
Daan Verstraten b543ec56d6 Added $Schema #17
2021-11-20 11:26:35 +01:00

8 lines
273 B
JSON

{
"$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/"] }
}