Minecraft Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Java Edition:

Name Default value Allowed values Description
eastfalsefalse
true
When true, a vine texture is displayed on the east.
northfalsefalse
true
When true, a vine texture is displayed on the north.
southfalsefalse
true
When true, a vine texture is displayed on the south.
upfalsefalse
true
When true, a vine texture is displayed on the top.
westfalsefalse
true
When true, a vine texture is displayed on the west.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
vine_direction_bits0x1
0x2
0x4
0x8
00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The directions the vine exists, excluding up. Each bit determines one direction:
  • 0x1: Vines at the south
  • 0x2: Vines at the west
  • 0x4: Vines at the north
  • 0x8: Vines at the east

Note: Vines gain the ceiling vines if there's a block above, block state doesn't change.

Advertisement