Minecraft:Cave Vines (feature)
From SAS Gaming Wiki
More actions
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
<section begin="config"/>
- Template:Nbt
- Template:Nbt The direction of the column. One of
up,down,north,east,south, orwest. - Template:Nbt A Minecraft:block predicate that must be passed for each position of the column.
- Template:Nbt Determines where to cut off blocks when space is restricted. If
true, starts removing layers from the start of the column. - Template:Nbt (Required, but can be empty) The layers of this column.
- Template:Nbt A layer.
- Template:NbtTemplate:Nbt Specifying the height of the layer. Must be a non-negative int.
- Template:Nbt The block to use for this layer.
- Template:Nbt A layer.
- Template:Nbt The direction of the column. One of
<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
Java Edition
Bedrock Edition
Issues
Gallery
-
Many cave vines on the ceiling of a lush cave.
Template:Navbox generated features
Minecraft:fr:Lianes des cavernes (élément du terrain) Minecraft:ja:洞窟のツタ (生成物) Minecraft:ko:동굴 덩굴 (지물) Minecraft:pt:Trepadeiras das cavernas (recurso)