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