Corrected name of "textures_list.json" (#273)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"$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/"] }
|
||||
}
|
||||
12
source/resource/textures/textures_list.json
Normal file
12
source/resource/textures/textures_list.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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/"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user