mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1382973118",
|
|
"definitions": {
|
|
"1755372388": {
|
|
"title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::TemplatePoolElement",
|
|
"type": "object",
|
|
"properties": {
|
|
"element": {
|
|
"$ref": "#/definitions/2726507774",
|
|
"$metaProperties": {}
|
|
},
|
|
"projection": {
|
|
"title": "enum SharedTypes::v1_21_20::JigsawStructureTemplatePool::Projection",
|
|
"type": "string",
|
|
"enum": [
|
|
"rigid",
|
|
"terrain_matching"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"weight": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 1.0,
|
|
"maximum": 200.0
|
|
}
|
|
},
|
|
"required": [
|
|
"element"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"1872243302": {
|
|
"title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Description",
|
|
"type": "object",
|
|
"properties": {
|
|
"identifier": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"identifier"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"2726507774": {
|
|
"title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::SinglePoolElement",
|
|
"type": "object",
|
|
"properties": {
|
|
"element_type": {
|
|
"title": "enum SharedTypes::v1_21_20::JigsawStructureTemplatePool::ElementType",
|
|
"type": "string",
|
|
"enum": [
|
|
"minecraft:single_pool_element"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"location": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"processors": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"element_type",
|
|
"location",
|
|
"processors"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "Used to pair block rules with Structure Templates and to randomly place Structure Templates using a weighted list.",
|
|
"type": "object",
|
|
"properties": {
|
|
"description": {
|
|
"$ref": "#/definitions/1872243302",
|
|
"$metaProperties": {}
|
|
},
|
|
"elements": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1755372388"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"fallback": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"description",
|
|
"elements"
|
|
],
|
|
"$metaProperties": {}
|
|
} |