Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/geometry.json
2022-06-07 21:39:02 +02:00

9 lines
368 B
JSON

{
"$id": "blockception.minecraft.behavior.blocks.minecraft.geometry",
"additionalProperties": false,
"type": "string",
"title": "Geometry",
"description": "The geometry description identifier to use, this identifier must match an existing geometry identifier in any of the currently loaded resource packs.",
"pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$"
}