diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index 4420e4cc..dde86b4f 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -85,11 +85,6 @@ "description": "This is the name of the module that this pack depends on.", "title": "Module Name", "examples": [ - "mojang-gametest", - "mojang-minecraft", - "mojang-minecraft-server-admin", - "mojang-minecraft-ui", - "mojang-net", "@minecraft/server", "@minecraft/server-editor", "@minecraft/server-ui", @@ -102,8 +97,22 @@ "type": "string", "description": "This is the specific version of the module that your pack depends on.", "title": "Version", - "default": "1.0.0-beta", - "examples": ["0.1.0", "1.0.0", "1.0.0-beta", "1.1.0-beta"] + "default": "1.9.0", + "examples": [ + "1.10.0-beta", + "1.10.0", + "1.9.0", + "1.8.0", + "1.7.0", + "1.6.0", + "1.5.0", + "1.4.0", + "1.3.0", + "1.2.0", + "1.2.0-beta", + "1.1.0", + "1.0.0" + ] } } } @@ -190,7 +199,7 @@ "type": "string", "title": "Language", "description": "The programming language to use.", - "enum": ["javascript"] + "enum": ["javascript", "Javascript"] }, "uuid": { "$ref": "../UUIDV4.json",