Files
minecraft-bedrock-json-schemas/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json
2021-06-16 16:19:12 +02:00

92 lines
2.5 KiB
JSON

{
"title": "Vegetation Patch Feature",
"description": "Feature type `minecraft:vegetation_patch_feature` has not yet been documented.",
"type": "object",
"additionalProperties": false,
"required": ["description"],
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
"properties": {
"identifier": {
"title": "Identifier",
"description": "The name of this feature in the form `namespace_name:feature_name`. `feature_name` must match the filename.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
}
}
},
"replaceable_blocks": {
"title": "Replaceable Blocks",
"description": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Replace block",
"type": "string",
"$ref": "../../../../general/block/identifier.json"
}
},
"ground_block": {
"title": "Ground Block",
"description": "UNDOCUMENTED",
"type": "string",
"$ref": "../../../../general/block/identifier.json"
},
"vegetation_feature": {
"title": "Vegetation Feature",
"description": "UNDOCUMENTED",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},
"surface": {
"title": "Surface",
"description": "UNDOCUMENTED",
"type": "string"
},
"depth": {
"title": "Depth",
"description": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"extra_deep_block_chance": {
"title": "Extra Deep Block Chance",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"vertical_range": {
"title": "Vertical Range",
"description": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"vegetation_chance": {
"title": "Vegatation Chance",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"horizontal_radius": {
"title": "Horizontal Radius",
"description": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"extra_edge_column_chance": {
"title": "Extra Egde Column Chance",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"waterlogged": {
"title": "Waterlogged",
"description": "UNDOCUMENTED",
"type": "boolean"
}
}
}