Files
minecraft-bedrock-json-schemas/test/bp/feature_rules/weighted_random_feature_placement.json

23 lines
415 B
JSON
Raw Normal View History

{
2021-06-06 12:10:39 +02:00
"format_version": "1.13.0",
2021-06-06 12:10:39 +02:00
"minecraft:feature_rules": {
"description": {
"identifier": "weighted_random_features:weighted_random_feature_placement",
"places_feature": "weighted_random_features:weighted_random_feature"
},
2021-06-06 12:10:39 +02:00
"conditions": {
"placement_pass": "final_pass"
},
2021-06-06 12:10:39 +02:00
"distribution": {
"iterations": 1,
2021-06-06 12:10:39 +02:00
"x": 0,
"z": 0,
"y": 90
}
}
}