Files
minecraft-bedrock-json-schemas/source/general/format_version.json

11 lines
511 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "format_version",
"title": "Format Version",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
2021-10-21 16:20:39 +02:00
"pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$",
"type": "string",
2023-07-15 16:39:46 +02:00
"default": "1.20.10",
"examples": ["1.20.10", "1.19.0", "1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"],
"defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }]
2021-06-06 10:07:19 +00:00
}