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

Minecraft:Simple random selector

From SAS Gaming Wiki

Template:Exclusive Template:Move Simple random selector is a technical Minecraft:feature that randomly chooses a feature from a list with each having an equal chance.

Data values

ID

Template:ID table

Config

Template:Main

<section begin="config"/>

<section end="config"/>

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

 "type": "minecraft:simple_random_selector",
 "config": {
   "features": [
     {
       "feature": {
         "type": "minecraft:coral_tree",
         "config": {}
       },
       "placement": []
     },
     {
       "feature": {
         "type": "minecraft:coral_claw",
         "config": {}
       },
       "placement": []
     },
     {
       "feature": {
         "type": "minecraft:coral_mushroom",
         "config": {}
       },
       "placement": []
     }
   ]
 }

} </syntaxhighlight> Template:Collapse

Navigation

Template:Navbox generated features

Minecraft:fr:Sélecteur aléatoire simple Minecraft:pt:Seletor aleatório simples

Contents