Files
minecraft-bedrock-json-schemas/source/general/item/identifier.json

8 lines
205 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "blockception.minecraft.item.identifier.1.8.0",
"type": "string",
2021-03-21 15:18:38 +01:00
"title": "Item Identifier 1.8.0",
2020-11-01 17:22:42 +01:00
"description": "The minecraft item identifier",
"pattern": "^[0-9a-zA-Z:_\\-\\.]+$"
}