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

8 lines
246 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.",
"pattern": "^(1)\\.([0-9]+)\\.([0-9]+)$",
"type": "string"
}