auto: generated json schemas 2024-04-03

This commit is contained in:
Orbi-bot
2024-04-03 18:08:16 +00:00
parent d6f46144c0
commit fdc9387e15

1
resource/textures/textures_list.json generated Normal file
View File

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