104 lines
2.9 KiB
JSON
104 lines
2.9 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",
|
|
"$comment": "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",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "array",
|
|
"items": {
|
|
"title": "Replace block",
|
|
"type": "string",
|
|
"$ref": "../../../../general/block/identifier.json"
|
|
}
|
|
},
|
|
"ground_block": {
|
|
"title": "Ground Block",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "string",
|
|
"$ref": "../../../../general/block/identifier.json"
|
|
},
|
|
"vegetation_feature": {
|
|
"title": "Vegetation Feature",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "string",
|
|
"$ref": "../../../../general/feature/identifier.json"
|
|
},
|
|
"surface": {
|
|
"title": "Surface",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "string"
|
|
},
|
|
"depth": {
|
|
"title": "Depth",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"extra_deep_block_chance": {
|
|
"title": "Extra Deep Block Chance",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "number",
|
|
"minimum": 0
|
|
},
|
|
"vertical_range": {
|
|
"title": "Vertical Range",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"vegetation_chance": {
|
|
"title": "Vegatation Chance",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "number",
|
|
"minimum": 0
|
|
},
|
|
"horizontal_radius": {
|
|
"title": "Horizontal Radius",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"extra_edge_column_chance": {
|
|
"title": "Extra Egde Column Chance",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "number",
|
|
"minimum": 0
|
|
},
|
|
"waterlogged": {
|
|
"title": "Waterlogged",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|