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

Minecraft:Cave Vines (feature)

From SAS Gaming Wiki

Template:Infobox structure

Cave vines are a Minecraft:feature that consists of Minecraft:glow berries, found in the Minecraft:lush caves biome. Players can use these to climb up and down. They have the same function as Minecraft:weeping vines.

Generation

Cave vines generate as a block column hanging from the ceiling of caves. Their height varies between 1 and 20 blocks.

Data values

ID

Template:El: Template:ID table

Template:El: Template:ID table

Config

Template:Main Template:El:

<section begin="config"/>

<section end="config"/>

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

 "type": "minecraft:block_column",
 "config": {
   "direction": "down",
   "allowed_placement": {
     "type": "minecraft:matching_blocks",
     "blocks": "minecraft:air"
   },
   "prioritize_tip": true,
   "layers": [
     {
       "height": {
         "type": "minecraft:uniform",
         "value": {
           "min_inclusive": 2,
           "max_inclusive": 5
         }
       },
       "provider": {
         "type": "minecraft:simple_state_provider",
         "state": {
           "Name": "minecraft:cave_vines_plant"
         }
       }
     },
     {
       "height": 1,
       "provider": {
         "type": "minecraft:simple_state_provider",
         "state": {
           "Name": "minecraft:cave_vines"
         }
       }
     }
   ]
 }

} </syntaxhighlight> Template:Collapse

History

Reveal

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Gallery

Navigation

Template:Navbox generated features

Minecraft:fr:Lianes des cavernes (élément du terrain) Minecraft:ja:洞窟のツタ (生成物) Minecraft:ko:동굴 덩굴 (지물) Minecraft:pt:Trepadeiras das cavernas (recurso)