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

7 lines
217 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"title": "Texture List",
"description": "A list of texture to load in",
"type": "array",
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] }
}