- Block culling rules (#251)

This commit is contained in:
Xterionix
2024-03-26 19:45:17 +05:00
committed by GitHub
parent 8ac57feb12
commit 91ceff66e2
2 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"$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" }]
}