Files
minecraft-bedrock-json-schemas/source/resource/textures/texture_list.json
2021-03-21 15:18:38 +01:00

8 lines
266 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/"] }
}