Files
minecraft-bedrock-json-schemas/source/behaviour/blocks/1.16.100/components/minecraft.geometry.json
2021-02-01 18:39:12 +01:00

10 lines
329 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.blocks.1.16.100.minecraft.geometry",
"additionalProperties": false,
"type": "string",
"title": "Geometry 1.16.100",
"description": "The geometry definition name to use.",
"pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$"
}