#Hep me make a tree feature for this tree plz

1 messages · Page 1 of 1 (latest)

raw whale
#

How would this look like as a tree feature

minor prawn
#

You can check tge vanilla files as an example

#

?bds

sharp fulcrumBOT
minor prawn
#

Its found in the features folder

raw whale
#

I have but they don't give the component names for the other canopy and trunk features @minor prawn

#

It's only fancy

minor prawn
#

Did you check the docs? Also Im pretty sure the feature file for all trees are included

raw whale
minor prawn
#

The schemas I menat

raw whale
#

It's blank @minor prawn

minor prawn
pastel hamlet
#

tree feature documentation has never been great tbf

raw whale
#

{
"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?