Files
minecraft-bedrock-json-schemas/examples/bp/features/weighted_random_feature.json
2021-06-05 17:36:07 +02:00

16 lines
444 B
JSON

{
"format_version": "1.13.0",
"minecraft:weighted_random_feature": {
"description": {
"identifier": "weighted_random_features:weighted_random_feature"
},
"features": [
//The schema says float for weights, but the game truncates it. You should enforce integers.
["weighted_random_features:weighted_random_feature_obsidian", 3],
["weighted_random_features:weighted_random_feature_planks", 1]
]
}
}