![]() |
VOOZH | about |
@r, see Target selectors.
Random selector is a technical feature that randomly chooses a feature from a list with chances.
| Feature type | Identifier |
|---|---|
| [No displayed name] | random_selector |
The defined features can either reference a placed feature directly, or can reference a configured feature by nesting another "feature" node within. For more information, see this page on the two allowed types of feature definitions.
{ "type":"minecraft:random_selector", "config":{ "default":{ "feature":"minecraft:patch_grass_jungle", "placement":[] }, "features":[ { "chance":0.05, "feature":"minecraft:fancy_oak_checked" }, { "chance":0.15, "feature":"minecraft:jungle_bush" }, { "chance":0.7, "feature":"minecraft:mega_jungle_tree_checked" } ] } }