This commit is contained in:
DaanV2
2021-10-23 19:54:22 +02:00
parent 2266e52aba
commit a2c3c292e2
9 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.item.identifier",
"type": "string",
"title": "Item Identifier",
"description": "A minecraft item identifier",
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$"
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$",
"title": "Item Identifier",
"type": "string"
}