Tree Generation
Type ID: feature:tree
Fields
| Field | Type | Default | Description |
|---|---|---|---|
log_block |
Identifier | The block that will be the log of the tree. | |
leaf_block |
Identifier | The block that will be the leaves of the tree. | |
sapling_block |
Identifier | The block that will be the sapling of the tree. | |
log_height |
Integer | 4 |
The amount of logs tall that the tree is. |
log_variance |
Integer | 2 |
How many blocks the tree height can vary by. |
leaf_radius |
Integer | 2 |
The radius of the leaves on the tree. |
leaf_offset |
Integer | 0 |
The height offset for where the leaves are made. |
leaf_height |
Integer | 3 |
The amount of leaves tall the tree is. |
chance_per_chunk |
Integer | 33 |
the % chance of a tree appearing per chunk (0-100). |
Example Code
{
"type": "feature:tree",
"log_block": "minecraft:quartz_pillar",
"leaf_block": "minecraft:oak_leaves",
"sapling_block": "minecraft:grass"
}