diff --git a/general/manifest/manifest.2.json b/general/manifest/manifest.2.json index 418ef1e4..ede0f121 100644 --- a/general/manifest/manifest.2.json +++ b/general/manifest/manifest.2.json @@ -34,6 +34,11 @@ "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" + }, + "raytraced": { + "type": "boolean", + "description": "TODO", + "title": "Raytraced" } }, "title": "Capabilities" @@ -69,30 +74,37 @@ "properties": { "base_game_version": { "$ref": "#/definitions/version", - "description": "This is the version of the base game your world template requires, specified as [majorVersion, minorVersion, revision]." + "title": "Base game version", + "description": "This is the version of the base game your world template requires, specified as [majorVersion, minorVersion, revision]. We use this to determine what version of the base game resource and behavior packs to apply when your content is used." }, "description": { + "title": "Description", "type": "string", "default": 0, "description": "This is a short description of the pack. It will appear in the game below the name of the pack. We recommend keeping it to 1-2 lines." }, "lock_template_options": { + "title": "Lock template options", "type": "boolean", "description": "This option is required for any world templates. This will lock the player from modifying the options of the world." }, "min_engine_version": { + "title": "Min engine version", "$ref": "#/definitions/version", "description": "This is the minimum version of the game that this pack was written for. This is a required field for resource and behavior packs. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs" }, "name": { + "title": "Name", "type": "string", "description": "This is the name of the pack as it appears within Minecraft. This is a required field." }, "uuid": { + "title": "UUID", "$ref": "#/definitions/uuidv4", "description": "This is a special type of identifier that uniquely identifies this pack from any other pack. UUIDs are written in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx where each x is a hexadecimal value (0-9 or a-f). We recommend using an online service to generate this and guarantee their uniqueness (just bing UUID Generator to find some)" }, "version": { + "title": "Version", "$ref": "#/definitions/version", "description": "This is the version of your pack in the format [majorVersion, minorVersion, revision]." }