This commit is contained in:
DaanV2
2021-11-15 09:40:55 +01:00
parent 1c521cf7bc
commit b03f360dff

View File

@@ -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": {