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

9 lines
238 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
2021-06-09 10:24:01 +02:00
"$id": "blockception.minecraft.entity.volume",
"description": "A minecraft entity volume",
"examples": ["namespace:volume_name"],
2021-10-23 19:54:22 +02:00
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Volume Identifier",
"type": "string"
2021-06-06 10:07:19 +00:00
}