Updated
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/version",
|
||||
"description": "This is the minimum version of the game that this pack was written for. 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",
|
||||
"title": "Min Engine Version"
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTATED: lock template options", "title": "Lock Template Options" },
|
||||
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTATED: base game version", "title": "Base Game Version" }
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"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",
|
||||
"title": "Minimum 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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user