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

1 line
255 B
JSON
Raw Normal View History

2021-03-11 16:08:01 +01:00
{"$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":{}}