diff --git a/resource/textures/textures_list.json b/resource/textures/textures_list.json new file mode 100644 index 00000000..cf5add99 --- /dev/null +++ b/resource/textures/textures_list.json @@ -0,0 +1 @@ +{"$schema":"http://json-schema.org/draft-07/schema","title":"Textures List","description":"List texture files included in this pack to reduce loading times.","type":"array","items":{"title":"Filepath","type":"string","pattern":"^textures/","examples":["textures/blocks/"]},"definitions":{}} \ No newline at end of file