Files
minecraft-bedrock-json-schemas/source/resource/textures/texture_list.json
2021-05-26 01:23:51 +02:00

7 lines
211 B
JSON

{
"title": "Texture List",
"description": "A list of texture to load in",
"type": "array",
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] }
}