Files
minecraft-bedrock-json-schemas/source/resource/textures/texture_list.json

8 lines
274 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
2021-11-20 11:26:35 +01:00
"$schema": "http://json-schema.org/draft-07/schema",
2021-06-06 10:07:19 +00:00
"title": "Texture List",
2022-07-22 19:41:04 +02:00
"description": "A list of texture to load in.",
2021-06-06 10:07:19 +00:00
"type": "array",
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] }
}