Updated
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"title": "Format Version"
|
"title": "Format Version"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"required": ["description", "name", "uuid", "version"],
|
"required": ["name", "uuid", "version"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" },
|
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" },
|
||||||
"description": {
|
"description": {
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"description": "This is the type of the module. Can be any of the following: resources, data, client_data, interface, world_template",
|
"description": "This is the type of the module. Can be any of the following: resources, data, client_data, interface, world_template",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["resources", "data", "client_data", "interface", "world_template"],
|
"enum": ["resources", "data", "client_data", "interface", "world_template", "skin_pack"],
|
||||||
"title": "Type"
|
"title": "Type"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
|
|||||||
Reference in New Issue
Block a user