Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/geometry.json

9 lines
382 B
JSON
Raw Normal View History

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