Files
minecraft-bedrock-json-schemas/examples/bp/feature_rules/aggregate_feature_placement.json

23 lines
391 B
JSON
Raw Normal View History

2021-06-05 17:38:20 +02:00
{
2021-06-06 11:39:21 +02:00
"format_version": "1.13.0",
2021-06-05 17:38:20 +02:00
2021-06-06 11:39:21 +02:00
"minecraft:feature_rules": {
"description": {
"identifier": "aggregate_features:aggregate_feature_placement",
"places_feature": "aggregate_features:aggregate_feature"
},
2021-06-05 17:38:20 +02:00
2021-06-06 11:39:21 +02:00
"conditions": {
"placement_pass": "final_pass"
},
2021-06-05 17:38:20 +02:00
2021-06-06 11:39:21 +02:00
"distribution": {
"iterations": 1,
2021-06-05 17:38:20 +02:00
2021-06-06 11:39:21 +02:00
"x": 0,
"z": 0,
"y": 90
}
}
}