Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Root System: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 43: Line 43:
* {{nbt|compound|config}}
* {{nbt|compound|config}}
** {{nbt|int|required_vertical_space_for_tree}} Value between 1 and 64 (inclusive).
** {{nbt|int|required_vertical_space_for_tree}} Value between 1 and 64 (inclusive).
** {{nbt|int|level_test_distance}} Value between 0 and 16 (inclusive).
** {{nbt|int|max_level_deviation}} Value between 0 and 64 (inclusive).
** {{nbt|int|root_radius}} Value between 1 and 64 (inclusive).
** {{nbt|int|root_radius}} Value between 1 and 64 (inclusive).
** {{nbt|int|root_placement_attempts}} Value between 1 and 256 (inclusive).
** {{nbt|int|root_placement_attempts}} Value between 1 and 256 (inclusive).
** {{nbt|int|root_column_max_height}} Value between 1 and 4096 (inclusive).
** {{nbt|int|root_column_max_height}} Value between 1 and 4096 (inclusive).
** {{nbt|int|hanging_root_radius}} Value between 1 and 64 (inclusive).
** {{nbt|int|hanging_root_radius}} Value between 1 and 64 (inclusive).
** {{nbt|int|hanging_roots_vertical_span}} Value between 0 and 16 (inclusive).
** {{nbt|int|hanging_roots_vertical_span}} Value between 1 and 16 (inclusive).
** {{nbt|int|hanging_root_placement_attempts}} Value between 1 and 256 (inclusive).
** {{nbt|int|hanging_root_placement_attempts}} Value between 1 and 256 (inclusive).
** {{nbt|int|allowed_vertical_water_for_tree}} Value between 1 and 64 (inclusive).
** {{nbt|int|allowed_vertical_water_for_tree}} Value between 1 and 64 (inclusive).
** {{nbt|string|root_replaceable}} A block tag with <code>#</code> specifying which blocks can be replaced by the root column.
** {{nbt|string}}{{nbt|list|root_replaceable}} A block tag with <code>#</code> specifying which blocks can be replaced by the root column.
** {{nbt|compound|root_state_provider}} The block to use for the root column.
** {{nbt|compound|root_state_provider}} The block to use for the root column.
*** {{nbt inherit/block_state_provider}}
*** {{nbt inherit/block_state_provider}}
Line 66: Line 68:
   "config": {
   "config": {
     "required_vertical_space_for_tree": 3,
     "required_vertical_space_for_tree": 3,
    "level_test_distance": 0,
    "max_level_deviation": 0,
     "root_radius": 3,
     "root_radius": 3,
     "root_placement_attempts": 20,
     "root_placement_attempts": 20,
Line 107: Line 111:
|{{HistoryLine||1.18|dev=Experimental Snapshot 1|Added root systems.}}
|{{HistoryLine||1.18|dev=Experimental Snapshot 1|Added root systems.}}
|{{HistoryLine|||dev=Pre-release 7|Root systems no longer generate underwater.<ref>{{bug|MC-218592}}</ref>}}
|{{HistoryLine|||dev=Pre-release 7|Root systems no longer generate underwater.<ref>{{bug|MC-218592}}</ref>}}
|{{HistoryLine||26.2|dev=snap1|The field {{nbt|string|}}{{nbt|list|root_replaceable}} now also accepts an ID or a list of IDs in addition to a tag.}}
|{{HistoryLine||26.2|dev=snap1|The field {{nbt|string}}{{nbt|list|root_replaceable}} now also accepts an ID or a list of IDs in addition to a tag.}}
|{{HistoryLine|||dev=snap6|New field {{nbt|int|level_test_distance}}.|New field {{nbt|int|max_level_deviation}}.}}
|{{HistoryLine|||dev=snap6|New field {{nbt|int|level_test_distance}}.|New field {{nbt|int|max_level_deviation}}.}}
}}
}}

Revision as of 11:14, 29 June 2026

Template:WipTemplate:Infobox structure

A root system is a Minecraft:feature that spawns below naturally generated Minecraft:azalea trees.

Generation

A root system is a mess of Minecraft:rooted dirt blocks in a clump.

Data values

ID

Template:El: Template:ID table

Template:ID table

Config

Template:Main Template:El:

<section begin="config"/>

<section end="config"/>

Template:Collapse <syntaxhighlight lang="json"> {

 "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": []
   }
 }

} </syntaxhighlight> Template:Collapse

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

References

Template:Reflist

Navigation

Template:Navbox generated features

Minecraft:fr:Système racinaire Minecraft:ja:root_system Minecraft:pt:Sistema de raízes