Files
minecraft-bedrock-json-schemas/resource/textures/texture_list.json
DaanV2 178be36f29 Added
2021-02-06 14:01:46 +01:00

1 line
255 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/"]},"definitions":{}}