fix shape of old growth strophar trees
This commit is contained in:
parent
570072fccb
commit
3359855923
1 changed files with 6 additions and 22 deletions
|
|
@ -34,26 +34,10 @@
|
|||
"upper_size": 0
|
||||
},
|
||||
"trunk_placer": {
|
||||
"type": "minecraft:upwards_branching_trunk_placer",
|
||||
"base_height": 2,
|
||||
"height_rand_a": 2,
|
||||
"height_rand_b": 8,
|
||||
"can_grow_through": "#minecraft:mangrove_logs_can_grow_through",
|
||||
"extra_branch_steps": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 3,
|
||||
"max_inclusive": 5
|
||||
}
|
||||
},
|
||||
"extra_branch_length": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 12
|
||||
}
|
||||
},
|
||||
"place_branch_per_log_probability": 0.25
|
||||
"type": "minecraft:forking_trunk_placer",
|
||||
"base_height": 8,
|
||||
"height_rand_a": 5,
|
||||
"height_rand_b": 8
|
||||
},
|
||||
"trunk_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
|
|
@ -65,8 +49,8 @@
|
|||
"type": "minecraft:mangrove_root_placer",
|
||||
"trunk_offset_y": 7,
|
||||
"mangrove_root_placement": {
|
||||
"max_root_width": 12,
|
||||
"max_root_length": 12,
|
||||
"max_root_width": 16,
|
||||
"max_root_length": 16,
|
||||
"random_skew_chance": 0.8,
|
||||
"can_grow_through": "#minecraft:mangrove_logs_can_grow_through",
|
||||
"muddy_roots_in": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue