Added texture_list json validation
This commit is contained in:
12
resource/textures/texture_list.json
Normal file
12
resource/textures/texture_list.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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/"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user