12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"$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/"]
|
|
}
|
|
} |