8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"$id": "blockception.minecraft.item.identifier",
|
|
"description": "A minecraft item identifier",
|
|
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$",
|
|
"title": "Item Identifier",
|
|
"type": "string"
|
|
}
|