Files
minecraft-bedrock-json-schemas/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json

104 lines
3.0 KiB
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
2021-06-08 21:19:30 +02:00
"title": "Vegetation Patch Feature",
"description": "Feature type `minecraft:vegetation_patch_feature` has not yet been documented.",
2021-06-06 10:07:19 +00:00
"type": "object",
"additionalProperties": false,
2021-06-08 21:19:30 +02:00
"required": ["description"],
2021-06-06 10:07:19 +00:00
"properties": {
"description": {
"title": "Description",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"type": "object",
2021-06-08 17:12:21 +02:00
"required": ["identifier"],
2021-06-06 10:07:19 +00:00
"properties": {
"identifier": {
"title": "Identifier",
2021-06-08 17:06:03 +02:00
"description": "The name of this feature in the form `namespace_name:feature_name`. `feature_name` must match the filename.",
2021-06-06 10:07:19 +00:00
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
}
}
2021-06-08 21:19:30 +02:00
},
"replaceable_blocks": {
"title": "Replaceable Blocks",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "array",
"items": {
"title": "Replace block",
"type": "string",
"$ref": "../../../../general/block/identifier.json"
}
},
"ground_block": {
"title": "Ground Block",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "string",
"$ref": "../../../../general/block/identifier.json"
},
"vegetation_feature": {
"title": "Vegetation Feature",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},
"surface": {
"title": "Surface",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "string"
},
"depth": {
"title": "Depth",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "integer",
"minimum": 0
},
"extra_deep_block_chance": {
"title": "Extra Deep Block Chance",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "number",
"minimum": 0
},
"vertical_range": {
"title": "Vertical Range",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "integer",
"minimum": 0
},
"vegetation_chance": {
"title": "Vegatation Chance",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "number",
"minimum": 0
},
"horizontal_radius": {
"title": "Horizontal Radius",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "integer",
"minimum": 0
},
"extra_edge_column_chance": {
"title": "Extra Egde Column Chance",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "number",
"minimum": 0
},
"waterlogged": {
"title": "Waterlogged",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-08 21:19:30 +02:00
"type": "boolean"
2021-06-06 10:07:19 +00:00
}
}
}