mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-10 06:40:55 +00:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"$id": "480089458",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"820712576": {
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"maxItems": 3,
|
|
"minItems": 3,
|
|
"title": "block_pos",
|
|
"type": "array"
|
|
}
|
|
},
|
|
"properties": {
|
|
"block": {
|
|
"description": "The serialization Id of the Jigsaw block before generation.",
|
|
"type": "string"
|
|
},
|
|
"final_block": {
|
|
"description": "The serialization Id to replace the starting Jigsaw block with.",
|
|
"type": "string"
|
|
},
|
|
"joint_type": {
|
|
"description": "The type of Jigsaw joint made with 'target'.",
|
|
"enum": [
|
|
"rollable",
|
|
"aligned"
|
|
],
|
|
"title": "Jigsaw Joint Type",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"description": "The name identifier referenced by the 'target' field of another Jigsaw block.",
|
|
"type": "string"
|
|
},
|
|
"placement_priority": {
|
|
"description": "The priority used during target block placement.",
|
|
"type": "integer"
|
|
},
|
|
"pool": {
|
|
"description": "The structure template pool containing possible structures to generate.",
|
|
"type": "string"
|
|
},
|
|
"pos": {
|
|
"$ref": "#/definitions/820712576",
|
|
"description": "The Jigsaw block position."
|
|
},
|
|
"selection_priority": {
|
|
"description": "The priority used during target block selection.",
|
|
"type": "integer"
|
|
},
|
|
"target": {
|
|
"description": "The name identifier of the Jigsaw block to target within the generated structure.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"block",
|
|
"final_block",
|
|
"joint_type",
|
|
"name",
|
|
"placement_priority",
|
|
"pool",
|
|
"pos",
|
|
"selection_priority",
|
|
"target"
|
|
],
|
|
"title": "Jigsaw Block Metadata",
|
|
"type": "object",
|
|
"x-format-version": "1.21.80"
|
|
} |