From fdc9387e157df830c74bdfde16fa584e3edb5ad6 Mon Sep 17 00:00:00 2001 From: Orbi-bot Date: Wed, 3 Apr 2024 18:08:16 +0000 Subject: [PATCH] auto: generated json schemas 2024-04-03 --- resource/textures/textures_list.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 resource/textures/textures_list.json 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