Skip to content

Commit

Permalink
Merge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
r4isen1920 committed May 27, 2024
1 parent e5b2ec7 commit 0c98e04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 6 additions & 6 deletions source/general/manifest/manifest.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"title": "Minimum Engine Version"
},
"pack_scope": {
"title": "Pack Scope",
"type": "string",
"enum": ["world"],
"description": "When defined, this pack can only be activated in the Add-Ons section of the world, and not the Global Resources options.",
"title": "Pack Scope"
"description": "This is the scope of the pack. This is only for resource packs",
"enum": ["global", "world", "any"]
},
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options.", "title": "Lock Template Options" },
"base_game_version": { "$ref": "../Version.json", "description": "UNDOCUMENTED: base game version.", "title": "Base Game Version" }
Expand Down Expand Up @@ -135,9 +135,9 @@
"description": "UNDOCUMENTED: metadata.",
"product_type": {
"type": "string",
"enum": ["addon"],
"description": "This field defines the type of the pack. Currently, it is required for Marketplace Add-Ons.",
"title": "Product Type"
"title": "Product Type",
"description": "The type of product this pack is. This is used to determine how the pack is displayed in the store.",
"enum": ["", "addon"]
},
"title": "Metadata"
}
Expand Down
6 changes: 0 additions & 6 deletions source/general/manifest/manifest.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@
"title": "Version",
"description": "This is the version of your pack in the format [majorVersion, minorVersion, revision].",
"oneOf": [{ "$ref": "../Version.json" }, { "$ref": "../semver.json" }]
},
"pack_scope": {
"type": "string",
"enum": ["world"],
"description": "When defined, this pack can only be activated in the Add-Ons section of the world, and not the Global Resources options.",
"title": "Pack Scope"
}
}
},
Expand Down

0 comments on commit 0c98e04

Please sign in to comment.