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

7 lines
211 B
JSON
Raw Normal View History

2021-01-27 19:46:16 +01:00
{
2021-03-21 15:18:38 +01:00
"title": "Texture List",
2021-01-28 18:34:03 +01:00
"description": "A list of texture to load in",
"type": "array",
2021-03-21 15:18:38 +01:00
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] }
2021-01-28 18:34:03 +01:00
}