![]() |
VOOZH | about |
| Biomes | Any Overworld biome |
|---|---|
| Consists of |
{
"title": "Root System",
"rows": [
{
"field": "Any (link to Overworld article, displayed as Overworld) biome",
"label": "(link to Biome article, displayed as Biomes)"
},
{
"field": "(values exceeds 1000 characters...)",
"label": "Consists of"
}
],
"invimages": [],
"images": [
"Rooted Azalea Tree.png"
]
}
A root system is a feature that spawns below naturally generated azalea trees.
A root system is a mess of rooted dirt blocks in a clump.
| Feature type | Identifier |
|---|---|
| ๐ BlockSprite rooted-dirt.png: Sprite image for rooted-dirt in Minecraft [No displayed name] | root_system |
| Configured feature | Identifier |
|---|---|
| ๐ BlockSprite rooted-dirt.png: Sprite image for rooted-dirt in Minecraft [No displayed name] | rooted_azalea_tree |
# specifying which blocks can be replaced by the root column.{ "type":"minecraft:root_system", "config":{ "required_vertical_space_for_tree":3, "level_test_distance":0, "max_level_deviation":0, "root_radius":3, "root_placement_attempts":20, "root_column_max_height":100, "hanging_root_radius":3, "hanging_roots_vertical_span":2, "hanging_root_placement_attempts":20, "allowed_vertical_water_for_tree":2, "root_replaceable":"#minecraft:azalea_root_replaceable", "root_state_provider":{ "type":"minecraft:simple_state_provider", "state":{ "Name":"minecraft:rooted_dirt" } }, "hanging_root_state_provider":{ "type":"minecraft:simple_state_provider", "state":{ "Name":"minecraft:hanging_roots", "Properties":{ "waterlogged":"false" } } }, "allowed_tree_position":{ "type":"minecraft:true" }, "feature":{ "feature":"minecraft:azalea_tree", "placement":[] } } }
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.18 | Experimental Snapshot 1 | Added root systems. | |||||
| Pre-release 7 | Root systems no longer generate underwater.[1] | ||||||
| 26.2 | snap1 | The field [String][NBT List / JSON Array] root_replaceable now also accepts an ID or a list of IDs in addition to a tag. | |||||
| snap6 | New field [Int] level_test_distance. | ||||||
| New field [Int] max_level_deviation. | |||||||
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.17.0 | beta 1.17.0.50 | Added root systems. | |||||
Issues relating to "Root System" are maintained on the bug tracker. Issues should be reported and viewed there.