auto: Generated compressed schemas

This commit is contained in:
DaanV2
2021-02-01 19:12:25 +01:00
parent 784a855fa2
commit 3c9c20e188
33 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"$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":{}}