#Hep me make a tree feature for this tree plz
1 messages · Page 1 of 1 (latest)
Bedrock Dedicated Servers
Its found in the features folder
I have but they don't give the component names for the other canopy and trunk features @minor prawn
It's only fancy
Did you check the docs? Also Im pretty sure the feature file for all trees are included
The schemas I menat
https://bedrock.dev/docs/stable/Features#minecraft%3Aweighted_random_feature scroll down to feature schema
tree feature documentation has never been great tbf
{
"format_version": "1.13.0",
"minecraft:tree_feature": {
"description": {
"identifier": "bg:silentwood_tree"
},
"base_block": ["minecraft:dirt", "minecraft:grass"],
"base_cluster": {
"num_clusters": 4,
"cluster_radius": 6,
"may_replace": ["minecraft:air"]
},
"may_replace": ["minecraft:air"],
"mega_trunk": {
"trunk_block": "bg:silentwood_log",
"trunk_height": {
"base": 12
},
"trunk_width": 1
},
"spruce_canopy":{
"lower_offset": 5,
"upper_offset": 2,
"max_radius":3,
"leaf_block":"bg:silentwood_leaves"
}
}
}
how do i make this a spruce tree?