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

9 lines
350 B
JSON
Raw Normal View History

2024-03-26 19:45:17 +05:00
{
"$id": "blockception.minecraft.block_culling.identifier",
"description": "The minecraft block culling rule identifier.",
"examples": ["namespace:rule"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Block Culling Rule Identifier",
"type": "string",
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }]
}