From b03f360dff1030e864109ab0aec4afb118345b03 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 15 Nov 2021 09:40:55 +0100 Subject: [PATCH] Updated --- source/general/manifest/manifest.1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index 1a7c1ac5..024832a8 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -13,7 +13,7 @@ "title": "Format Version" }, "header": { - "required": ["description", "name", "uuid", "version"], + "required": ["name", "uuid", "version"], "properties": { "name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" }, "description": { @@ -58,7 +58,7 @@ "type": { "description": "This is the type of the module. Can be any of the following: resources, data, client_data, interface, world_template", "type": "string", - "enum": ["resources", "data", "client_data", "interface", "world_template"], + "enum": ["resources", "data", "client_data", "interface", "world_template", "skin_pack"], "title": "Type" }, "description": {