Files
tcc/servers/bedrock/definitions/feature_rules/swamp_surface_reeds_feature.json

35 lines
786 B
JSON
Vendored

{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:swamp_surface_reeds_feature",
"places_feature": "minecraft:reeds_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "swamp"
}
]
},
"distribution": {
"iterations": 10,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ 0, "query.heightmap(variable.worldx, variable.worldz) * 2" ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}