This commit is contained in:
DaanV2
2021-06-08 17:06:03 +02:00
parent ff3344cff0
commit cf2fa6212a
38 changed files with 27447 additions and 44 deletions

View File

@@ -25,7 +25,7 @@
"properties": {
"identifier": {
"title": "Identifier",
"description": "The unique identifier for this volume. It must be of the form `namespace:name', where namespace cannot be `minecraft'.",
"description": "The unique identifier for this volume. It must be of the form `namespace:name', where namespace cannot be `minecraft`.",
"$ref": "../../../general/volume/identifier.json"
}
}
@@ -44,7 +44,7 @@
"properties": {
"dimension": {
"type": "string",
"description": "The name of the dimension the bounding box will exist in: one of `overworld', `nether` or `the end'.",
"description": "The name of the dimension the bounding box will exist in: one of `overworld', `nether` or `the end`.",
"title": "Dimension",
"enum": ["overworld", "nether", "the end"]
},