This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -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" }

View File

@@ -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"
},