Files
minecraft-bedrock-json-schemas/test/files/bp/features/growing_plant_feature.json

26 lines
503 B
JSON
Raw Normal View History

2021-06-08 16:08:50 +02:00
{
"format_version": "1.13.0",
"minecraft:growing_plant_feature": {
"description": {
"identifier": "growing_plant_features:growing_plant_feature"
},
"growth_direction": "up",
"height_distribution": [
[{"range_min": 8, "range_max": 9}, 1],
[6, 1]
],
"age" : {"range_min": 3, "range_max": 4},
"body_blocks" : [
["minecraft:planks", 4],
["minecraft:obsidian", 1]
],
"head_blocks" : [
["minecraft:glass", 4],
["minecraft:sand", 1 ]
],
"allow_water": true
}
}