Files
minecraft-bedrock-json-schemas/resource/textures/texture_list.json
2022-07-22 17:41:44 +00:00

1 line
256 B
JSON
Generated

{"$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":{}}