This commit is contained in:
DaanV2
2021-09-21 23:02:34 +02:00
parent b2db28caef
commit 7eba119d08
25 changed files with 3047 additions and 24 deletions

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "string",
"title": "Geometry 1.10.0",
"description": "The geometry definition name to use.",
"description": "The geometry description identifier to use, this identifier must match an existing geometry identifier in any of the currently loaded resource packs.",
"pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$"
}