Adding format version regex
This commit is contained in:
8
source/general/format_version.json
Normal file
8
source/general/format_version.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$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": "^[0-9,.]+?$",
|
||||
"type": "string"
|
||||
}
|
||||
Reference in New Issue
Block a user