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

9 lines
239 B
JSON
Raw Normal View History

2021-06-03 17:22:21 +02:00
{
"$id": "blockception.minecraft.entity.volume.1.8.0",
"type": "string",
"title": "Entity Identifier 1.8.0",
"description": "The minecraft entity volume",
"examples": ["namespace:volume"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}