From dd363033bbca8b0164cd0c7e46dd718bf4dc26dc Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon, 26 Apr 2021 22:42:11 -0400 Subject: [PATCH] Change manifest for project name --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 3cf4643..3052327 100755 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,18 @@ { "format_version": 2, "header": { - "description": "Geyser Vanilla Assets", - "name": "Geyser Vanilla Assets", - "uuid": "5d8f8e98-7a2a-11eb-9439-0242ac130002", - "version": [1, 0, 73], + "description": "Optional Bedrock resource pack to extend Geyser functionality", + "name": "GeyserOptionalPack", + "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", + "version": [1, 0, 0], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ { - "description": "Geyser Vanilla Assets", + "description": "GeyserOptionalPack", "type": "resources", - "uuid": "72e9b0ca-7a2a-11eb-9439-0242ac130002", - "version": [1, 0, 73] + "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", + "version": [1, 0, 0] } ] }