Minecraft Wiki
Advertisement
This article is about the definition of the block states. For the files that determine block models, see Tutorials/Models § Block states.
This page lists blocks and their associated block states. For a list of block states and their associated blocks, see Java Edition data values § Block states

Block states (also known as block properties)[1] are extra pieces of data that further define a block, such as how it appears or behaves.

In Bedrock Edition, there are also aux values (also known as Metadata) to define a block. Aux values are in the format of binary flags, which basically match the block states one-to-one. And they are accessible in decimal number in commands. However, aux values are intended to be deprecated, and newly added blocks or block states no longer support aux values.

in Java Edition, there are also fluid states, that further define a fluid as to how it behaves.

List of block states[]

Anvils[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
An anvil pointing north or south is aligned with its long dimension pointing north–south.
An anvil pointing east or west is aligned with its long dimension pointing east–west.
This value is 90° clockwise from the direction a player faces while placing an anvil.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
damage0x4
0x8
undamaged broken3 Broken Anvil (inaccessible, uses anvil base texture)
slightly_damaged1 Slightly Damaged Anvil.
undamaged0 Anvil.
very_damaged2 Very Damaged Anvil.
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the anvil is facing.
  • 0: facing West
  • 1: facing North
  • 2: facing East
  • 3: facing South
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedAn anvil pointing north or south is aligned with its long dimension pointing north–south.
An anvil pointing east or west is aligned with its long dimension pointing east–west.
This value is 90° clockwise from the direction a player faces while placing an anvil.

Amethyst Buds and Amethyst Cluster[]

Java Edition:

Name Default value Allowed values Description
facingupdown
east
north
south
up
west
The direction the amethyst is facing, determined by its anchoring.
waterloggedfalsetrue
false
Whether or not the amethyst is located inside of water.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Deprecated)
Not Supported00
1
2
3
4
5
UnsupportedThe direction the amethyst is facing.
  • 0: down
  • 1: up
  • 2: north
  • 3: south
  • 4: west
  • 5: east
minecraft:block_faceNot Supportedupdown
east
north
south
up
west
UnsupportedThe direction the amethyst is facing, determined by its anchoring.

Bamboo[]

Java Edition:
Bamboo

Name Default value Allowed values Description
age00
1
The age of the bamboo, if this is 1 the bamboo appears thicker.
leavesnonelarge
none
small
The size of the leaves on this bamboo block.
stage00
1
The stage is incremented at random intervals.
At stage 1, bamboo may try to grow more bamboo above it.

Bedrock Edition:
Bamboo:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age_bit0x8falsefalse
true
0
1
The stage is incremented at random intervals.
When true, bamboo may try to grow more bamboo above it.
bamboo_leaf_size0x2
0x4
no_leavesno_leaves
small_leaves
large_leaves
0
1
2
The size of the leaves on this bamboo block.
bamboo_stalk_thickness0x1thinthin
thick
0
1
The thickness of the bamboo, if this is thick the bamboo appears thicker.

Bamboo Sapling:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age_bit0x1falsefalse
true
0
1
Specifies the sapling's growth stage.
sapling_typeNot Supportedoakacacia
birch
dark_oak
jungle
oak
spruce
UnsupportedUnused.

Banners[]

Java Edition:
Floor

Name Default value Allowed values Description
rotation0 0The block is facing south.
1The block is facing south-southwest.
2The block is facing southwest.
3The block is facing west-southwest.
4The block is facing west.
5The block is facing west-northwest.
6The block is facing northwest.
7The block is facing north-northwest.
8The block is facing north.
9The block is facing north-northeast.
10The block is facing northeast.
11The block is facing east-northeast.
12The block is facing east.
13The block is facing east-southeast.
14The block is facing southeast.
15The block is facing south-southeast.

Wall

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the block is facing. For example, a block facing east is attached to a block to its west.
Opposite from the direction a player faces when placing the block.

Bedrock Edition:

Standing
NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
ground_sign_direction0x1
0x2
0x4
0x8
0 00The block is facing south.
11The block is facing south-southwest.
22The block is facing southwest.
33The block is facing west-southwest.
44The block is facing west.
55The block is facing west-northwest.
66The block is facing northwest.
77The block is facing north-northwest.
88The block is facing north.
99The block is facing north-northeast.
1010The block is facing northeast.
1111The block is facing east-northeast.
1212The block is facing east.
1313The block is facing east-southeast.
1414The block is facing southeast.
1515The block is facing south-southeast.
Wall
NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
02
3
4
5
2
3
4
5
The direction the block is facing. For example, a block facing east is attached to a block to its west.
  • 2: north
  • 3: south
  • 4: west
  • 5: east
0
1
0
1
Unused

Barrel[]

Java Edition:

Name Default value Allowed values Description
facingnorthdown
east
north
south
up
west
The direction the barrel is facing.
openfalsefalse
true
Whether the barrel is currently being looked at by a player; changes the texture on the top face.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction the barrel is facing.
  • 0:Down facing barrel
  • 1:Up facing barrel
  • 2:East facing barrel
  • 3:West facing barrel
  • 4:South facing barrel
  • 5:North facing barrel
open_bit0x800
1
0
1
Whether the barrel is currently being looked at by a player; changes the texture on the top face.

Basalt and Polished Basalt[]

Java Edition:

Name Default value Allowed values Description
axisy xThe basalt is oriented east–west.
yThe basalt is oriented vertically.
zThe basalt is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y x1The basalt is oriented east–west.
y0The basalt is oriented vertically.
z2The basalt is oriented north–south.

Beds[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the head of the bed is pointing.
The same direction the player faces when placing the bed.
occupiedfalsefalse
true
True when a player or villager is using the bed.
partfootfoot
head
The half of the bed in the current block.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the head of the bed is pointing.
  • 0:Head facing South
  • 1:Head facing West
  • 2:Head facing North
  • 3:Head facing East
head_piece_bit0x8truefalse
true
0
1
If the current block is the head part.
occupied_bit0x4falsefalse
true
0
1
True when a player or villager is using the bed.


Bedrock[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
infiniburn_bit0x1falsefalse
true
0
1
Specifies if this bedrock can burn indefinitely.

Beehive[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The opposite from the direction the player faces while placing the block.
honey_level00
1
2
3
4
5
Every pollinated bee that leaves the hive after working increases the honey level by one. When at level 5, honey can be bottled or honeycombs can be harvested.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
directionNot Supported00
1
2
3
UnsupportedThe direction the block faces.
  • 0: south
  • 1: west
  • 2: north
  • 3: east
honey_levelNot Supported00
1
2
3
4
5
UnsupportedEvery pollinated bee that leaves the hive after working increases the honey level by one. When at level 5, honey can be bottled or honeycombs can be harvested.

Beetroots[]

Java Edition:

Name Default value Allowed values Description
age0 0
1
2
3 Fully grown.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 0
1
0
1
2
3
2
3
4
5
6
4
5
6
77 Fully grown.

Bell[]

Java Edition:

Name Default value Allowed values Description
attachmentfloorceiling
double_wall
floor
single_wall
What the bell is attached to.
facingnortheast
north
south
west
The direction the bell is facing.
Opposite from the direction the player faces when placing a bell.
poweredfalsetrue
false
Whether the bell is attached to a power source, such as a redstone torch.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
attachment0x4
0x8
standingstanding
hanging
side
multiple
0
1
2
3
What the bell is attached to.
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the bell is facing. Opposite from the direction a player faces when placing the block.
  • 0: South facing bell
  • 1: West facing bell
  • 2: North facing bell
  • 3: East facing bell
toggle_bit0x10falsefalse
true
0
1
Each time the bell is rung, this value toggles between true and false.

Big Dripleaf[]

Java Edition: Leaf:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the big dripleaf is facing.
The opposite from the direction the player faces while placing the big dripleaf.
tiltnonefull
none
partial
unstable
How far this big dripleaf is tilted.
waterloggedfalsefalse
true
Whether there is water in the same place as this big dripleaf.

Stem:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the big dripleaf stem is facing.
waterloggedfalsefalse
true
Whether there is water in the same place as this big dripleaf stem.


Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
big_dripleaf_headNot Supported10
1
UnsupportedWhether this is the leaf part or the stem part of big dripleaf.
big_dripleaf_tiltNot Supportednonenone
unstable
partial_tilt
full_tilt
UnsupportedHow far this big dripleaf is tilted.
direction
(Deprecated)
Not Supported00
1
2
3
UnsupportedWhat direction this big dripleaf is facing.
  • 0: north
  • 1: east
  • 2: south
  • 3: west
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the big dripleaf is facing.
The opposite from the direction the player faces while placing the big dripleaf.

Blast Furnace[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the blast furnace's opening faces.
The opposite from the direction the player faces while placing the blast furnace.
litfalsefalse
true
If the blast furnace is lit.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Deprecated)
0x1
0x2
0x4
32
3
4
5
2
3
4
5
The direction the blast furnace's opening faces.
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east
0
1
0
1
Unused
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the blast furnace's opening faces.
The opposite from the direction the player faces while placing the blast furnace.

Block of Bamboo and Block of Stripped Bamboo[]

Java Edition:

Name Default value Allowed values Description
axisy xThe block is oriented east–west.
yThe block is oriented vertically.
zThe block is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axisNot Supportedy xUnsupportedThe block is oriented east-west.
yUnsupportedThe block is oriented vertically.
zUnsupportedThe block is oriented north-south.


Bone Block[]

Java Edition:

Name Default value Allowed values Description
axisy xThe bone block is oriented east–west.
yThe bone block is oriented vertically.
zThe bone block is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x4
0x8
yy
x
z
0
1
2
The axis along which the block is oriented
deprecated0x1
0x2
00
1
2
3
0
1
2
3
Unused, has no effect in game.

Border[]

Bedrock Edition and Minecraft Education:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
wall_connection_type_eastNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the east.
wall_connection_type_northNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the north.
wall_connection_type_southNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the south.
wall_connection_type_westNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the west.
wall_post_bitNot Supportedtruefalse
true
UnsupportedWhether or not the wall has a center post.

Brewing Stand[]

Java Edition:

Name Default value Allowed values Description
has_bottle_0falsefalse
true
True when a bottle is in slot 1.
has_bottle_1falsefalse
true
True when a bottle is in slot 2.
has_bottle_2falsefalse
true
True when a bottle is in slot 3.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
brewing_stand_slot_a_bit0x1falsefalse
true
0
1
True when a bottle is in slot 1.
brewing_stand_slot_b_bit0x2falsefalse
true
0
1
True when a bottle is in slot 2.
brewing_stand_slot_c_bit0x4falsefalse
true
0
1
True when a bottle is in slot 3.

Bubble Column[]

Java Edition:

Name Default value Allowed values Description
dragtruefalse
true
Determines whether the bubble column is upward or whirlpool.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
drag_down0x1falsefalse
true
0
1
Determines whether the bubble column is upward or whirlpool.

Buttons[]

Java Edition:

Name Default value Allowed values Description
facewallceiling
floor
wall
The face of the block it's placed on.
Floor is on top of a block, ceiling is on the bottom, and wall is on one of its sides.
facingnortheast
north
south
west
The direction it's facing.
Opposite to the direction the player is facing if placed on the side of a block.
poweredfalsefalse
true
If true, the button is currently activated.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
button_pressed_bit0x8falsefalse
true
0
1
If the button is currently activated.
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction it's facing.
  • 0: Button on block bottom facing down
  • 1: Button on block top facing up
  • 2: Button on block side facing north
  • 3: Button on block side facing south
  • 4: Button on block side facing west
  • 5: Button on block side facing east

Cactus[]

Java Edition

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A freshly-planted cactus – and a cactus that has just grown cactus above it – each have an age of 0.
The age is incremented at random intervals.
At age 15, a cactus may try to grow more cactus above it.

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
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
A freshly-planted cactus – and a cactus that has just grown cactus above it – each have an age of 0.
The age is incremented at random intervals.
At age 15, a cactus may try to grow more cactus above it.

Cake[]

Java Edition Cakes:

Name Default value Allowed values Description
bites00
1
2
3
4
5
6
Number of bites taken from the cake.

Candle cakes:

Name Default value Allowed values Description
litfalsefalse
true
Whether the candle on the cake is lit.

Bedrock Edition Cakes:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
bite_counter0x1
0x2
0x4
00
1
2
3
4
5
6
0
1
2
3
4
5
6
Number of bites taken from the cake.

Candle cakes:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
lit0x1falsefalse
true
0
1
Whether the candle on the cake is lit.

Campfire[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the campfire is facing.
The opposite from the direction the player faces while placing the campfire.
littruefalse
true
Whether the campfire is lit.
signal_firefalsefalse
true
Whether the campfire has a hay bale below it.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this campfire.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the campfire is facing.
  • 0: east
  • 1: west
  • 2: south
  • 3: north
extinguished0x4falsefalse
true
0
1
Whether the campfire is put out.
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the campfire is facing.
The opposite from the direction the player faces while placing the campfire.

Candles[]

Java Edition:

Name Default value Allowed values Description
candles11
2
3
4
Number of candles.
litfalsefalse
true
Whether or not these candles are lit.
waterloggedfalsefalse
true
Whether or not there's water in the same place as these candles.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
candles0x1
0x2
00
1
2
3
0
1
2
3
Number of candles, starting from 1 to 4.
lit0x4falsefalse
true
0
1
Whether or not these candles are lit.

Carpets[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0
orange1
magenta2
light_blue3
yellow4
lime5
pink6
gray7
silver8
cyan9
purple10
blue11
brown12
green13
red14
black15

Carrots[]

Java Edition:

Name Default value Allowed values Description
age0 0
1
2
3
4
5
6
7 Fully grown.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 0
1
0
1
2
3
2
3
4
5
6
4
5
6
77 Fully grown.

Cauldron[]

Java Edition:
Water cauldron and powder snow cauldron:

Name Default value Allowed values Description
level00
1
2
3
Fullness of a cauldron, 0 is empty and 3 is full.

Bedrock Edition:
Cauldron and brighting cauldron:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
fill_level0x1
0x2
0x4
00
1
2
3
4
5
6
0
1
2
3
4
5
6
Fullness of a cauldron, 0 is empty and 6 is full.
cauldron_liquid0x8waterwater0The cauldron contains water
lava1The cauldron contains lava
powder_snowUnsupported [sic]The cauldron contains powder snow.

Cave Vines[]

Java Edition:
Cave Vines:

Name Default value Allowed values Description
berriesfalsefalse
true
Whether this cave vine has berries.
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
How old this cave vine is.

Cave Vines Plant:

Name Default value Allowed values Description
berriesfalsefalse
true
Whether this cave vine has berries.

Bedrock Edition:
Cave Vines, Cave Vines Body With Berries, Cave Vines Head With Berries:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growing_plant_ageNot Supported00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
UnsupportedHow old this cave vine is.

Chain[]

Java Edition:

Name Default value Allowed values Description
axisy xThe chain is oriented east–west.
yThe chain is oriented vertically.
zThe chain is oriented north–south.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this chain.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y x1The chain is oriented east–west.
y0The chain is oriented vertically.
z2The chain is oriented north–south.

Chemistry Table[]

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
chemistry_table_type0x1
0x2
compound_creator compound_creator0Compound Creator
element_constructor2Element Constructor
lab_table3Lab Table
material_reducer1Material Reducer
direction0x4
0x8
00
1
2
3
0
1
2
3
The direction the block's front is.
  • 0: north
  • 1: east
  • 2: south
  • 3: west

Chests[]

Chest and Trapped Chest[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the chest's latch is on.
The opposite from the direction the player faces when placing a chest.
typesingleleft
right
single
The direction the chest has a connection with.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this chest.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Hidden‌[upcoming: BE 1.20.40])
0x1
0x2
0x4
22
3
4
5
2
3
4
5
The direction the chest's latch is on.
  • 2: Chest facing north
  • 3: Chest facing south
  • 4: Chest facing west
  • 5: Chest facing east
0
1
0
1
Unused
minecraft:cardinal_direction‌[upcoming: BE 1.20.40]Not Supportednortheast
north
south
west
UnsupportedThe direction the chest's latch is on.
The opposite from the direction the player faces when placing a chest.

Ender Chest[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the ender chest's latch is on.
The opposite from the direction the player faces when placing an ender chest.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this ender chest.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Hidden‌[upcoming: BE 1.20.40])
0x1
0x2
0x4
22
3
4
5
2
3
4
5
The direction the chest's latch is on.
  • 2: Chest facing north
  • 3: Chest facing south
  • 4: Chest facing west
  • 5: Chest facing east
0
1
0
1
Unused
minecraft:cardinal_direction‌[upcoming: BE 1.20.40]Not Supportednortheast
north
south
west
UnsupportedThe direction the ender chest's latch is on.
The opposite from the direction the player faces when placing an ender chest.

Chiseled Bookshelf[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the bookshelf is facing.
Opposite from the direction the player faces when placing it.
slot_0_occupiedfalsetrue
false
Whether there is a book in the upper-left slot.
slot_1_occupiedfalsetrue
false
Whether there is a book in the upper-middle slot.
slot_2_occupiedfalsetrue
false
Whether there is a book in the upper-right slot.
slot_3_occupiedfalsetrue
false
Whether there is a book in the lower-left slot.
slot_4_occupiedfalsetrue
false
Whether there is a book in the lower-middle slot.
slot_5_occupiedfalsetrue
false
Whether there is a book in the lower-right slot.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
books_storedNot Supported0 0 — 63UnsupportedThe confguration of the books in the bookshelf.
directionNot Supported00
1
2
3
UnsupportedThe direction the bookshelf is facing.
Opposite from the direction the player faces when placing it.
  • 0: facing South
  • 1: facing West
  • 2: facing North
  • 3: facing East

Chorus Flower[]

Java Edition

Name Default value Allowed values Description
age0 0
1
2
3
4
A freshly planted chorus flower starts at age 0. The age is incremented when a chorus flower turns horizontally and/or generates additional chorus flowers on the same plant.
5 At age 5, the chorus flower does not grow further. A chorus flower can become age 5 at any time.

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
0x2
0x4
0 0
1
2
3
4
0
1
2
3
4
A freshly planted chorus flower starts at age 0. The age is incremented when a chorus flower turns horizontally and/or generates additional chorus flowers on the same plant.
55 At age 5, the chorus flower does not grow further. A chorus flower can become age 5 at any time.
6
7
8
9
10
11
12
13
14
15
UnsupportedUnused

Chorus Plant[]

Java Edition:

Name Default value Allowed values Description
downfalsefalse
true
When true, the plant extends out from the center of the plant-block down.
eastfalsefalse
true
When true, the plant extends out from the center of the plant-block to the east.
northfalsefalse
true
When true, the plant extends out from the center of the plant-block to the north.
southfalsefalse
true
When true, the plant extends out from the center of the plant-block to the south.
upfalsefalse
true
When true, the plant extends out from the center of the plant-block up.
westfalsefalse
true
When true, the plant extends out from the center of the plant-block to the west.

Cocoa[]

Java Edition:

Name Default value Allowed values Description
age00
1
2
The stage of the pod's growth, 2 is fully grown.
facingnortheast
north
south
west
The direction from the cocoa bean to the log.
The direction the player faces when placing the cocoa.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x4
0x8
00
1
2
0
1
2
The stage of the pod's growth, 2 is fully grown.
3
4
5
6
7
8
9
10
11
12
13
14
15
UnsupportedUnused
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction from the cocoa bean to the log.
  • 0: Attached to the south
  • 1: Attached to the east
  • 2: Attached to the north
  • 3: Attached to the west

Command Blocks[]

Java Edition:

Name Default value Allowed values Description
conditionalfalsefalse
true
True if the command block is in conditional mode.
facingnorthdown
east
north
south
up
west
The direction the command block is pointing.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
conditional_bit0x8falsefalse
true
0
1
True if the command block is in conditional mode.
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction the command block is pointing.
  • 0: facing down
  • 1: facing up
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east

Composter[]

Java Edition:

Name Default value Allowed values Description
level00
1
2
3
4
5
6
7
8
When at level 8, bone meal is able to be collected from the composter.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
composter_fill_level0x1
0x2
0x4
0x8
00
1
2
3
4
5
6
7
8
0
1
2
3
4
5
6
7
8
When at level 8, bone meal is able to be collected from the composter.

Concrete[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0White Concrete
orange1Orange Concrete
magenta2Magenta Concrete
light_blue3Light Blue Concrete
yellow4Yellow Concrete
lime5Lime Concrete
pink6Pink Concrete
gray7Gray Concrete
silver8Light Gray Concrete
cyan9Cyan Concrete
purple10Purple Concrete
blue11Blue Concrete
brown12Brown Concrete
green13Green Concrete
red14Red Concrete
black15Black Concrete

Concrete Powder[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0 White Concrete Powder
orange1 Orange Concrete Powder
magenta2 Magenta Concrete Powder
light_blue3 Light Blue Concrete Powder
yellow4 Yellow Concrete Powder
lime5 Lime Concrete Powder
pink6 Pink Concrete Powder
gray7 Gray Concrete Powder
silver8 Light Gray Concrete Powder
cyan9 Cyan Concrete Powder
purple10 Purple Concrete Powder
blue11 Blue Concrete Powder
brown12 Brown Concrete Powder
green13 Green Concrete Powder
red14 Red Concrete Powder
black15 Black Concrete Powder

Conduit[]

Java Edition:

Name Default value Allowed values Description
waterloggedtruefalse
true
Whether or not there's water in the same place as this conduit.

Coral[]

Java Edition:

Name Default value Allowed values Description
waterloggedtruefalse
true
Whether or not there's water in the same place as this coral.

Coral Block[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
coral_color0x1
0x2
0x4
blue blue0Tube Coral Block
pink1Brain Coral Block
purple2Bubble Coral Block
red3Fire Coral Block
yellow4Horn Coral Block
dead_bit0x8falsefalse
true
0
1
Whether or not this coral block is dead.

Coral Fan[]

Java Edition
Floor:

Name Default value Allowed values Description
waterloggedtruefalse
true
Whether or not there's water in the same place as this coral fan.

Wall:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction in which the coral fan juts out from the block it is attached to.
For example, a coral fan facing north is attached to a block to its south.
waterloggedtruefalse
true
Whether or not there's water in the same place as this coral fan.

Bedrock Edition
Floor:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
coral_color0x1
0x2
0x4
blue blue0Tube Coral Fan
pink1Brain Coral Fan
purple2Bubble Coral Fan
red3Fire Coral Fan
yellow4Horn Coral Fan
coral_fan_direction0x800
1
0
1
The direction the coral is facing. East-west or north-south.

Wall:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
coral_hang_type_bit0x1falsefalse
true
0
1
Which coral it is; depends on the ID.
For hang false means tube and true means brain.
For hang2 false means bubble and true means fire.
For hang3 false mean horn.
coral_direction0x4
0x8
00
1
2
3
0
1
2
3
The direction the top of the fan is facing.
  • 0: west
  • 1: east
  • 2: north
  • 3: south
dead_bit0x2falsefalse
true
0
1
Whether or not this coral is dead.

Daylight Detector[]

Java Edition:

Name Default value Allowed values Description
invertedfalsefalse
true
If true, the daylight detector is inverted.
power00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The current redstone power level produced by the daylight sensor.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
redstone_signal0x1
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 current redstone power level produced by the daylight sensor.

Deepslate[]

Java Edition:

Name Default value Allowed values Description
axisy xThe deepslate is oriented east–west.
yThe deepslate is oriented vertically.
zThe deepslate is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axisNot Supportedy xUnsupportedThe deepslate is oriented east–west.
yUnsupportedThe deepslate is oriented vertically.
zUnsupportedThe deepslate is oriented north–south.

Dirt[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
dirt_type0x1normal normal0Dirt
coarse1Coarse Dirt

Dispenser and Dropper[]

Java Edition:

Name Default value Allowed values Description
facingnorthdown
east
north
south
up
west
The direction in which contents are shot or dropped.
The opposite from the direction the player faces while placing the block.
triggeredfalsefalse
true
True if this block is activated.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
The direction in which contents are shot or dropped.
  • 0: facing down
  • 1: facing up
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east
triggered_bit0x8falsefalse
true
0
1
True if this block is activated.

Doors[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the door's "inside" is facing.
The direction the player faces while placing the door.
For example, a door facing east occupies the west part of its block when closed.
halflowerlower
upper
Identifies which part of the door the block is.
hingeleftleft
right
Identifies the side the hinge is on (when facing the same direction as the door's inside).
openfalsefalse
true
True if the door is currently open.
poweredfalsefalse
true
True if the door is currently powered by redstone.

Bedrock Edition:
Lower Door Block:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the door's "inside" is facing.
The direction the player faces while placing the door.
For example, a door facing east occupies the west part of its block when closed.
  • 0: Facing east
  • 1: Facing south
  • 2: Facing west
  • 3: Facing north
door_hinge_bit [sic]falsefalse
true
0
0 [sic]
Identifies the side the hinge is on (when facing the same direction as the door's inside). false if hinge is on the left (the default), true if on the right.
Lower door block has the same aux value when it is opened and closed.
open_bit0x4falsefalse
true
0
1
True if the door is currently open.
upper_block_bit0x8falsefalse
true
0
1
Always false for the lower part of a door.

Upper Door Block:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction [sic]00
1
2
3
0
0
0
0 [sic]
The direction the door's "inside" is facing.
The direction the player faces while placing the door.
For example, a door facing east occupies the west part of its block when closed.
  • 0: Facing east
  • 1: Facing south
  • 2: Facing west
  • 3: Facing north
Upper door block has the same aux value no matter what it faces.
door_hinge_bit [sic]falsefalse
true
0
Unsupported
Identifies the side the hinge is on (when facing the same direction as the door's inside). false if hinge is on the left (the default), true if on the right.
Upper door block doesn't support aux value when its hinge is on the right.
open_bit [sic]falsefalse
true
0
0 [sic]
True if the door is currently open.
Lower door block has the same aux value when it is opened and closed.
upper_block_bit0x8falsefalse
true
0
1
Always true for the upper part of a door.

End Portal Frame[]

Java Edition:

Name Default value Allowed values Description
eyefalsefalse
true
If true, the portal frame block contains an eye of ender.
facingnortheast
north
south
west
The direction of the end portal frame block.
The opposite from the direction the player faces while placing the block.
In order to activate a portal, all 12 blocks must be facing inward;
for example, the northern three blocks must all face south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction that the end portal frame block is facing.
  • 0: South
  • 1: West
  • 2: North
  • 3: East
end_portal_eye_bit0x4falsefalse
true
0
1
If the portal frame block contains an eye of ender.
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction of the end portal frame block.
The opposite from the direction the player faces while placing the block.
In order to activate a portal, all 12 blocks must be facing inward;
for example, the northern three blocks must all face south.

End Rod[]

Java Edition:

Name Default value Allowed values Description
facingupdown
east
north
south
up
west
The direction to the end rod, from the block it is attached to; also the direction the white end points.
Opposite from the direction the player faces when placing an end rod, and opposite from the wider end.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction to the end rod, from the block it is attached to; also the direction the white end points.
  • 0: Facing down
  • 1: Facing up
  • 2: Facing north
  • 3: Facing south
  • 4: Facing west
  • 5: Facing east

Farmland[]

Java Edition

Name Default value Allowed values Description
moisture0 0
1
2
3
4
5
6
7
Increasing levels of wetness. The wetness value counts down to 0 while the farmland does not have access to water. The wet texture is used only on level 7. Newly hydrated farmland jumps from 0 to 7.[2]

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
moisturized_amount0x1
0x2
0x4
0 0
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
Increasing levels of wetness. The wetness value counts down to 0 while the farmland does not have access to water. The wet texture is used only on level 7. Newly hydrated farmland jumps from 0 to 7.

Fences[]

Java Edition:

Name Default value Allowed values Description
eastfalsefalse
true
When true, the fence extends from the center post to the east.
northfalsefalse
true
When true, the fence extends from the center post to the north.
southfalsefalse
true
When true, the fence extends from the center post to the south.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this fence.
westfalsefalse
true
When true, the fence extends from the center post to the west.

Bedrock Edition:
Wooden fence (oak, spruce, birch, jungle, acacia, and dark oak):

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
wood_type
(Deprecated)
0x1
0x2
0x4
oakoak
spruce
birch
jungle
acacia
dark_oak
0
1
2
3
4
5
The type of wood this fence is made of.

Fence Gates[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
For an open gate, the direction the gates swing open.
For a closed gate, the direction the player was facing when the gate was placed, or the last direction the gates have swung.
in_wallfalsefalse
true
If true, the gate is lowered by three pixels, to accommodate attaching more cleanly with walls.
openfalsefalse
true
If true, the gate is opened.
poweredfalsefalse
true
If true, the gate is receiving redstone power.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the gate is facing
  • 0: Facing south
  • 1: Facing west
  • 2: Facing north
  • 3: Facing east
For an open gate, it's the direction the gates swing open.
For a closed gate, it's the direction the player was facing when the gate was placed, or the last direction the gates have swung.
in_wall_bit0x8falsefalse
true
0
1
If the gate is lowered by three pixels, to accommodate attaching more cleanly with walls.
open_bit0x4falsefalse
true
0
1
If the gate is opened.

Fire[]

Java Edition:
Fire:

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Newly placed fire has an age of 0, and has a 13 chance of incrementing with each block tick.
This factor affects how the fire extinguishes.
eastfalsefalse
true
When true, fire texture shows on that face of the block to the east; false if there's a block below this fire.
northfalsefalse
true
When true, fire texture shows on that face of the block to the north; false if there's a block below this fire.
southfalsefalse
true
When true, fire texture shows on that face of the block to the south; false if there's a block below this fire.
upfalsefalse
true
When true, fire texture shows on that face of the block above; false if there's a block below this fire.
westfalsefalse
true
When true, fire texture shows on that face of the block to the west; false if there's a block below this fire.

Bedrock Edition:
Fire and Soul Fire:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
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
Newly placed fire has an age of 0.
This factor affects how the fire extinguishes.

Flowers[]

Java Edition:
Sunflower, lilac, rose bush, and peony

Name Default value Allowed values Description
halflowerlower
upper
The half of the plant contained in this block.

Bedrock Edition:
All small flowers except dandelion

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
flower_type0x1
0x2
0x4
0x8
poppy poppy0 Poppy
orchid1 Blue Orchid
allium2 Allium
houstonia3 Azure Bluet
tulip_red4 Red Tulip
tulip_orange5 Orange Tulip
tulip_white6 White Tulip
tulip_pink7 Pink Tulip
oxeye8 Oxeye Daisy
cornflower9 Cornflower
lily_of_the_valley10 Lily of the Valley

Sunflower, lilac, rose bush, and peony

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
double_plant_type0x1
0x2
0x4
sunflower sunflower0 Sunflower
syringa1 Lilac
grass2 Double Tallgrass
fern3 Large Fern
rose4 Rose Bush
paeonia5 Peony
upper_block_bit0x8falsefalse
true
0
1
If it is the upper half of the plant. For items, it is 0.

Flower Pot[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
update_bit0x1falsefalse
true
0
1
  • false: Empty flower pot.
  • true: Flower pot with contents.

Froglight[]

Java Edition:

Name Default value Allowed values Description
axisy xThe froglight is oriented east–west.
yThe froglight is oriented vertically.
zThe froglight is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y x1The froglight is oriented east–west.
y0The froglight is oriented vertically.
z2The froglight is oriented north–south.

Frosted Ice[]

Java Edition

Name Default value Allowed values Description
age0 0Freshly generated ice.
1
2
3
Ice with spreading cracks.

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
0x2
0 00Freshly generated ice.
1
2
3
1
2
3
Ice with spreading cracks.
4
5
6
7
8
9
10
11
12
13
14
15
UnsupportedUnused

Furnace[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the furnace's opening faces.
The opposite from the direction the player faces while placing the furnace.
litfalsefalse
true
If the furnace is lit.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Deprecated)
0x1
0x2
0x4
32
3
4
5
2
3
4
5
The direction the furnace's opening faces.
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east
0
1
0
1
Unused
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the furnace's opening faces.
The opposite from the direction the player faces while placing the furnace.

Glass[]

Bedrock Edition:
Stained glass:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0 White
orange1 Orange
magenta2 Magenta
light_blue3 Light Blue
yellow4 Yellow
lime5 Lime
pink6 Pink
gray7 Gray
silver8 Light Gray
cyan9 Cyan
purple10 Purple
blue11 Blue
brown12 Brown
green13 Green
red14 Red
black15 Black

Glass Panes[]

Java Edition:

Name Default value Allowed values Description
eastfalsefalse
true
When true, the glass pane extends from the center post to the east.
northfalsefalse
true
When true, the glass pane extends from the center post to the north.
southfalsefalse
true
When true, the glass pane extends from the center post to the south.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this glass pane.
westfalsefalse
true
When true, the glass pane extends from the center post to the west.

Bedrock Edition:
Stained glass pane:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0 White
orange1 Orange
magenta2 Magenta
light_blue3 Light Blue
yellow4 Yellow
lime5 Lime
pink6 Pink
gray7 Gray
silver8 Light Gray
cyan9 Cyan
purple10 Purple
blue11 Blue
brown12 Brown
green13 Green
red14 Red
black15 Black

Glazed Terracotta[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The opposite from the direction the player faces while placing the block.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
02
3
4
5
2
3
4
5
The direction the block faces.
Opposite from the direction a player faces when placing the block.
  • 2: North
  • 3: South
  • 4: West
  • 5: East
0
1
0
1
Unused

Glow Lichen[]

Java Edition:

Name Default value Allowed values Description
downfalsefalse
true
When true, a glow lichen texture is displayed on the bottom.
eastfalsefalse
true
When true, a glow lichen texture is displayed on the east.
northfalsefalse
true
When true, a glow lichen texture is displayed on the north.
southfalsefalse
true
When true, a glow lichen texture is displayed on the south.
upfalsefalse
true
When true, a glow lichen texture is displayed on the top.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this glow lichen.
westfalsefalse
true
When true, a glow lichen texture is displayed on the west.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
multi_face_direction_bits0x1
0x2
0x4
0x8
0x10
0x20
00 to 630 to 63The directions the glow lichen exists. Each bit determines one direction:
  • 0x1: Down
  • 0x2: Up
  • 0x4: South
  • 0x8: West
  • 0x10: North
  • 0x20: East
0 is unused and it behaves like 63.

Grass Block, Mycelium, and Podzol[]

Java Edition:

Name Default value Allowed values Description
snowyfalsefalse
true
If true, the block uses a snowy side and top texture.
In-game, this is true when a snow block or snow is on top.

Grindstone[]

Java Edition:

Name Default value Allowed values Description
facewallceiling
floor
wall
What the grindstone is attached to.
facingnortheast
north
south
west
The direction the grindstone is facing.
Opposite from the direction the player faces when placing a grindstone on the floor or ceiling.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
attachment0x4
0x8
standingstanding
hanging
side
multiple
0
1
2
3
What the grindstone is attached to.
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the grindstone is facing. Opposite from the direction a player faces when placing the block.
  • 0: South facing
  • 1: West facing
  • 2: North facing
  • 3: East facing

Hardened Glass[]

Stained:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color0x1
0x2
0x4
0x8
white white0 White
orange1 Orange
magenta2 Magenta
light_blue3 Light Blue
yellow4 Yellow
lime5 Lime
pink6 Pink
gray7 Gray
silver8 Light Gray
cyan9 Cyan
purple10 Purple
blue11 Blue
brown12 Brown
green13 Green
red14 Red
black15 Black

Hardened Glass Pane[]

Stained:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color0x1
0x2
0x4
0x8
white white0 White
orange1 Orange
magenta2 Magenta
light_blue3 Light Blue
yellow4 Yellow
lime5 Lime
pink6 Pink
gray7 Gray
silver8 Light Gray
cyan9 Cyan
purple10 Purple
blue11 Blue
brown12 Brown
green13 Green
red14 Red
black15 Black

Hay Bale[]

Java Edition:

Name Default value Allowed values Description
axisy xThe hay block is oriented east–west.
yThe hay block is oriented vertically.
zThe hay block is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x4
0x8
yx
y
z
1
0
2
The axis along which the block is oriented
deprecated0x1
0x2
00
1
2
3
0
1
2
3
Unused, has no effect in game.

Hopper[]

Java Edition:

Name Default value Allowed values Description
enabledtruefalse
true
True if hopper can move items to and from its inventory.
When the hopper is being powered by redstone current, this is set to false.
facingdowndown
east
north
south
west
The direction the hopper's output points.
The hopper pushes items into containers in this direction only.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
0
1
2
3
4
The direction the hopper's output points.
The hopper pushes items into containers in this direction only.
  • 0: Output facing down
  • 1: (unused)
  • 2: Output facing north
  • 3: Output facing south
  • 4: Output facing west
  • 5: Output facing east
toggle_bit0x8falsefalse
true
0
1
1 if hopper cannot move items to and from its inventory.
When the hopper is being powered by redstone current, this is set to true.

Infested Block[]

Bedrock Edition:
Infested Deepslate:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axisNot Supportedy xUnsupportedThe deepslate is oriented east–west.
yUnsupportedThe deepslate is oriented vertically.
zUnsupportedThe deepslate is oriented north–south.

Others:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
monster_egg_stone_type0x1
0x2
0x4
stone stone0 Infested Stone
cobblestone1 Infested Cobblestone
stone_brick2 Infested Stone Brick
mossy_stone_brick3 Infested Mossy Stone Brick
cracked_stone_brick4 Infested Cracked Stone Brick
chiseled_stone_brick5 Infested Chiseled Stone Brick

Iron Bars[]

Java Edition:

Name Default value Allowed values Description
eastfalsefalse
true
When true, the iron bars extend from the center post to the east.
northfalsefalse
true
When true, the iron bars extend from the center post to the north.
southfalsefalse
true
When true, the iron bars extend from the center post to the south.
waterloggedfalsefalse
true
Whether or not there's water in the same place as these iron bars.
westfalsefalse
true
When true, the iron bars extend from the center post to the west.

Item Frame and Glow Item Frame[]

Bedrock Edition
Item Frame:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0 50East facing item frame
41West facing item frame
32South facing item frame
23North facing item frame
1UnsupportedUp facing item frame
0UnsupportedDown facing item frame
item_frame_map_bit0x4falsefalse
true
0
1
If this item frame contains a map.
item_frame_photo_bitNot Supportedfalsefalse
true
UnsupportedIf this item frame contains a photo.

Glow Item Frame:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_directionNot Supported0 5UnsupportedEast facing item frame
4UnsupportedWest facing item frame
3UnsupportedSouth facing item frame
2UnsupportedNorth facing item frame
1UnsupportedUp facing item frame
0UnsupportedDown facing item frame
item_frame_map_bitNot Supportedfalsefalse
true
UnsupportedIf this item frame contains a map.
item_frame_photo_bitNot Supportedfalsefalse
true
UnsupportedIf this item frame contains a photo.

Jigsaw Block[]

Java Edition:

Name Default value Allowed values Description
orientationnorth_updown_east
down_north
down_south
down_west
east_up
north_up
south_up
up_east
up_north
up_south
up_west
west_up
The direction the jigsaw block is facing.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_directionNot Supported00
1
2
3
4
5
UnsupportedThe direction the jigsaw block is facing.
rotationNot Supported00
1
2
3
UnsupportedThe rotation around the axis.

Jack o'Lantern[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the jack o'lantern's carved face is facing.
The opposite from the direction the player faces while placing the jack o'lantern.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the jack o' lantern is facing.
  • 0: Jack o'lantern facing south
  • 1: Jack o'lantern facing west
  • 2: Jack o'lantern facing north
  • 3: Jack o'lantern facing east

Jukebox[]

Java Edition:

Name Default value Allowed values Description
has_recordfalsefalse
true
True when the jukebox contains a music disc.

Kelp[]

Java Edition:
Top kelp block:

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
A freshly planted kelp starts with a random age between 0 and 24.
Below age 25, a kelp may try go grow more kelp above it with the same age value incremented by one.
Kelp stops growing at age 25.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
kelp_age0x1
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 age of the kelp. The kelp renders as a non-top piece if there's another kelp above it.
16
17
18
19
20
21
22
23
24
25
UnsupportedUnused

Ladder[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction from the block the ladder is attached to, to the ladder.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this ladder.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
22
3
4
5
2
3
4
5
The direction from the block the ladder is attached to, to the ladder.
  • 2: Ladder facing north
  • 3: Ladder facing south
  • 4: Ladder facing west
  • 5: Ladder facing east
0
1
0
1
Unused

Lantern and Soul Lantern[]

Java Edition:

Name Default value Allowed values Description
hangingfalsefalse
true
If the lantern is hanging from a block.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this lantern.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
hanging0x1falsefalse
true
0
1
If the lantern is hanging from a block.

Lava[]

Java Edition:

Name Default value Allowed values Description
level0 0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

If bit 0x8 is set, this fluid is "falling" and spreads only downward. At this level, the lower bits are essentially ignored, since this block is then at its highest fluid level. This level is equal to the falling lava above, equal to 8 plus the level of the non-falling lava above it.

The lower three bits are the fluid block's level. 0 is the highest fluid level (not necessarily filling the block - this depends on the neighboring fluid blocks above each upper corner of the block). Data values increase as the fluid level of the block drops: 1 is the next highest, 2 lower, on through 7, the lowest fluid level. Along a line on a flat plane, lava drops one level per meter in the Nether and two everywhere else. So in the End and Overworld, only 2, 4 and 6 are used.

Bedrock Edition:
Lava and flowing lava

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
liquid_depth0x1
0x2
0x4
0x8
0 0
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

If bit 0x8 is set, this fluid is "falling" and spreads only downward. At this level, the lower bits are essentially ignored, since this block is then at its highest fluid level. This level is equal to the falling lava above, equal to 8 plus the level of the non-falling lava above it.

The lower three bits are the fluid block's level. 0 is the highest fluid level (not necessarily filling the block - this depends on the neighboring fluid blocks above each upper corner of the block). Data values increase as the fluid level of the block drops: 1 is the next highest, 2 lower, on through 7, the lowest fluid level. Along a line on a flat plane, lava drops one level per meter in the Nether and two everywhere else. So in the End and Overworld, only 2, 4 and 6 are used.

Leaves[]

Java Edition:

Name Default value Allowed values Description
distance71
2
3
4
5
6
7
How far away this block is from the nearest log or wood, in taxicab distance.
persistentfalsefalse
true
If the block persists regardless of having no wood nearby.
true for player-placed leaves.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this leaves.

Bedrock Edition:
Leaves:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
old_leaf_type0x1
0x2
oak oak0Oak Leaves
spruce1Spruce Leaves
birch2Birch Leaves
jungle3Jungle Leaves
persistent_bit0x8falsefalse
true
0
1
If the block persists regardless of having no wood nearby.
update_bit0x4falsefalse
true
0
1
If the block checks for nearby wood and decays.

Leaves2:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
new_leaf_type0x1
0x2
acacia acacia0Acacia Leaves
dark_oak1Dark Oak Leaves
persistent_bit0x8falsefalse
true
0
1
If the block persists regardless of having no wood nearby.
update_bit0x4falsefalse
true
0
1
If the block checks for nearby wood and decays.

Azalea leaves and flowering azalea leaves:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
persistent_bitNot Supportedfalsefalse
true
UnsupportedIf the block persists regardless of having no wood nearby.
update_bitNot Supportedfalsefalse
true
UnsupportedIf the block checks for nearby wood and decays.

Lectern[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the lectern is facing.
The opposite from the direction the player faces while placing the lectern.
has_bookfalsefalse
true
If the lectern currently has a book.
poweredfalsefalse
true
If the lectern is currently outputting a redstone signal.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the lectern is facing.
  • 0: South facing
  • 1: West facing
  • 2: North facing
  • 3: East facing
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the lectern is facing.
The opposite from the direction the player faces while placing the lectern.
powered_bit0x4falsefalse
true
0
1
If the lectern is currently outputting a redstone signal.

Lever[]

Java Edition:

Name Default value Allowed values Description
facewallceiling
floor
wall
The face of the block the lever placed on.
Floor is on top of a block, ceiling is on the bottom, and wall is on one of its sides.
facingnortheast
north
south
west
The direction the lever is facing.
Opposite to the direction the player is facing if placed on the side of a block.
poweredfalsefalse
true
If true, the lever is currently activated.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
open_bit0x8falsefalse
true
0
1
If the lever is currently activated.
lever_direction0x1
0x2
0x4
down_east_west down_east_west0Lever on block bottom points east when off
east1Lever on block side facing east
west2Lever on block side facing west
south3Lever on block side facing south
north4Lever on block side facing north
up_north_south5Lever on block top points south when off.
up_east_west6Lever on block top points east when off.
down_north_south7Lever on block bottom points south when off.

Light Block[]

Java Edition:

Name Default value Allowed values Description
waterloggedfalsetrue
false
Whether or not there's water in the same place as this light block.
level150
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The amount of light this block outputs.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
block_light_level0x1
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 amount of light this block outputs.

Lightning Rod[]

Java Edition:

Name Default value Allowed values Description
facingupup
down
north
south
east
west
The direction that the lightning rod is facing, determined by its anchoring.
poweredfalsefalse
true
Whether or not the lightning rod is powered.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this lightning rod.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_directionNot Supported00
1
2
3
4
5
UnsupportedThe direction the lightning rod faces.
  • 0: Down
  • 1: Up
  • 2: North
  • 3: South
  • 4: West
  • 5: East

Logs[]

Java Edition:

Name Default value Allowed values Description
axisy xThe log or stem is oriented east–west.
yThe log or stem is oriented vertically.
zThe log or stem is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y y0The log is oriented vertically.
x1The log is oriented east–west.
z2The log is oriented north–south.

Loom[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the loom is facing.
Opposite from the direction the player faces when placing a loom.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the loom is facing.
  • 0: South facing loom
  • 1: West facing loom
  • 2: North facing loom
  • 3: East facing loom

Mangrove Roots[]

Java Edition:

Name Default value Allowed values Description
waterloggedfalsefalse
true
Whether or not there's water in the same place as this mangrove roots.

Melon Stem[]

Java Edition:
Growing

Name Default value Allowed values Description
age0 0A newly planted stem.
1
2
3
4
5
6
Intermediate growth stages of the stem.
7A fully mature stem, capable of producing melons.

Attached

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction from the stem to the melon.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 00A newly planted stem.
1
2
3
4
5
6
1
2
3
4
5
6
Intermediate growth stages of the stem.
77A fully mature stem, capable of producing melons.
facing_directionNot Supported0 0
1
UnsupportedUnused
2UnsupportedStem pointing north.
3UnsupportedStem pointing south.
4UnsupportedStem pointing west.
5UnsupportedStem pointing east.

Mob heads[]

Java Edition:
Floor

Name Default value Allowed values Description
rotation0 0The block is facing south.
1The block is facing south-southwest.
2The block is facing southwest.
3The block is facing west-southwest.
4The block is facing west.
5The block is facing west-northwest.
6The block is facing northwest.
7The block is facing north-northwest.
8The block is facing north.
9The block is facing north-northeast.
10The block is facing northeast.
11The block is facing east-northeast.
12The block is facing east.
13The block is facing east-southeast.
14The block is facing southeast.
15The block is facing south-southeast.

Wall

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the head is facing.
Opposite from the direction a player is facing when placing it.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
0 11On the floor (rotation is stored in the tile entity)
22On a wall, facing north
33On a wall, facing south
44On a wall, facing east
55On a wall, facing west
00Unused
nodrop_bit0x8false false
true
0
1
If true, the skull does not drop as an item.

Muddy Mangrove Roots[]

Java Edition:

Name Default value Allowed values Description
axisy xThe muddy mangrove roots is oriented east–west.
yThe muddy mangrove roots is oriented vertically.
zThe muddy mangrove roots is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y x1The muddy mangrove roots is oriented east–west.
y0The muddy mangrove roots is oriented vertically.
z2The muddy mangrove roots is oriented north–south.

Mushroom Blocks[]

Java Edition:

Name Default value Allowed values Description
easttruefalse
true
/ If true, the east face has the cap/stem texture.
If false, it has the pores texture instead.
downtruefalse
true
/ If true, the bottom face has the cap/stem texture.
If false, it has the pores texture instead.
northtruefalse
true
/ If true, the north face has the cap/stem texture.
If false, it has the pores texture instead.
southtruefalse
true
/ If true, the south face has the cap/stem texture.
If false, it has the pores texture instead.
uptruefalse
true
/ If true, the top face has the cap/stem texture.
If false, it has the pores texture instead.
westtruefalse
true
/ If true, the west face has the cap/stem texture.
If false, it has the pores texture instead.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
huge_mushroom_bits0x1
0x2
0x4
0x8
0 00 All six faces have the pores texture.
11 Cap texture on top, west and north; pores on other sides.
22 Cap texture on top and north; pores on other sides.
33 Cap texture on top, north and east; pores on other sides.
44 Cap texture on top and west; pores on other sides.
55 Cap texture on top; pores on other sides.
66 Cap texture on top and east; pores on other sides.
77 Cap texture on top, south and west; pores on other sides.
88 Cap texture on top and south; pores on other sides.
99 Cap texture on top, east and south; pores on other sides.
1010 The four side faces have the stem texture,
and the top and bottom faces have the pores texture.
11
12
13
11
12
13
All six faces have the pores texture.
1414 All six faces have the cap texture.
1515 All six faces have the stem texture.

Nether Wart[]

Name Default value Allowed values Description
age0 0
1
2
3 Fully grown.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
0x2
0 00
1
2
1
2
33 Fully grown.
4
5
6
7
8
9
10
11
12
13
14
15
UnsupportedUnused

Nether Portal[]

Java Edition:

Name Default value Allowed values Description
axisx xThe portal's long edge runs east–west.
zThe portal's long edge runs north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
portal_axis0x1
0x2
unknown unknown0If placed with this state, the portal's long edge runs north–south. If set to it, its direction will be tied to that of adjacent portals.
x1The portal's long edge runs east–west.
z2The portal's long edge runs north–south.


Note Block[]

Java Edition:

Name Default value Allowed values Description
instrumentharpbanjo
basedrum
bass
bell
bit
chime
cow_bell
creeper
custom_head
didgeridoo
dragon
flute
guitar
harp
hat
iron_xylophone
piglin
pling
skeleton
snare
wither_skeleton
xylophone
zombie
The instrument of the note block.
note00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The pitch of the note block
poweredfalsefalse
true
True if the note block is currently activated.

Observer[]

Java Edition:

Name Default value Allowed values Description
facingsouthdown
east
north
south
up
west
The direction the observer is observing. The same direction the player faces when placing the block.
poweredfalsefalse
true
True while the observer is observing a change and emitting a pulse.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Hidden)
0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction the observer is observing.
  • 0: Observer facing down
  • 1: Observer facing up
  • 2: Observer facing north
  • 3: Observer facing south
  • 4: Observer facing west
  • 5: Observer facing east
minecraft:facing_directionNot Supporteddowndown
east
north
south
up
west
UnsupportedThe direction the observer is observing.
powered_bit0x8falsefalse
true
0
1
True while the observer is observing a change and emitting a pulse.

Pink Petals[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the pink petals are facing.
The opposite from the direction the player faces while placing the pink petals.
flower_amount11
2
3
4
The amount of pink petals in the block.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
Not Supported00
1
2
3
UnsupportedThe direction the pink petals are facing.
  • 0: facing South
  • 1: facing West
  • 2: facing North
  • 3: facing East
growthNot Supported00
1
2
3
4
5
6
7
UnsupportedThe amount of pink petals in the block. A value greater than 3 can only be obtained via commands.
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the pink petals are facing.
The opposite from the direction the player faces while placing the pink petals.

Pistons[]

Java Edition:

Name Default value Allowed values Description
extendedfalsefalse
true
If true, the piston is extended.
facingnorthdown
east
north
south
up
west
The direction the piston head is pointing.
The opposite from the direction the player faces while placing the piston.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction the piston is pointing.
  • 0: facing down
  • 1: facing up
  • 2: facing south
  • 3: facing north
  • 4: facing east
  • 5: facing west

Moving Piston[]

Java Edition:

Name Default value Allowed values Description
facingnorthdown
east
north
south
up
west
The direction the block is being pushed by the piston.
typenormalnormal
sticky
What piston base this has.

Piston Head[]

Java Edition:

Name Default value Allowed values Description
facingnorthdown
east
north
south
up
west
The direction the piston head is pointing.
shortfalsefalse
true
If true, the piston arm is shorter than usual, by 4 pixels.
typenormalnormal
sticky
The type of piston head.

Bedrock Edition: Piston Head:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
0
1
2
3
4
5
The direction the piston head is pointing.
  • 0: facing up
  • 1: facing down
  • 2: facing south
  • 3: facing north
  • 4: facing east
  • 5: facing west

Sticky Piston Head:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_directionNot Supported00
1
2
3
4
5
UnsupportedThe direction the piston head is pointing.
  • 0: facing up
  • 1: facing down
  • 2: facing south
  • 3: facing north
  • 4: facing east
  • 5: facing west

Planks[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
wood_type0x1
0x2
0x4
oak oak0Oak Wood Planks
spruce1Spruce Wood Planks
birch2Birch Wood Planks
jungle3Jungle Wood Planks
acacia4Acacia Wood Planks
dark_oak5Dark Oak Wood Planks

Potatoes[]

Java Edition:

Name Default value Allowed values Description
age0 0
1
2
3
4
5
6
7 Fully grown.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 0
1
0
1
2
3
2
3
4
5
6
4
5
6
77 Fully grown.

Pointed Dripstone[]

Java Edition:

Name Default value Allowed values Description
thicknesstip tip_merge
tip
frustum
middle
base
vertical_directionupup
down
The direction of the pointed dripstone.
waterloggedfalsetrue
false
Whether or not there's water in the same place as this pointed dripstone.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
dripstone_thicknessNot Supportedtip mergeUnsupported
tipUnsupported
frustumUnsupported
middleUnsupported
baseUnsupported
hangingNot Supportedtruefalse
true
UnsupportedWhether or not the pointed dripstone is pointing down.

Pressure Plates[]

Java Edition:
Stone and wooden pressure plates

Name Default value Allowed values Description
poweredfalsefalse
true
True if pressure plate is depressed, providing power.

Weighted pressure plates

Name Default value Allowed values Description
power00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Specifies the redstone power level currently being produced by the weighted pressure plate.

Bedrock Edition:
Stone and wooden pressure plates

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
redstone_signal0x100
1
0
1
Specifies whether the pressure plate is pressed.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UnsupportedUnused

Weighted pressure plates

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
redstone_signal0x1
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
Specifies the redstone power level currently being produced by the pressure plate.

Prismarine[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
prismarine_block_type0x1
0x2
default bricks2 Prismarine Bricks
dark1 Dark Prismarine
default0 Prismarine

Pumpkin and Carved Pumpkin[]

Java Edition:
Carved pumpkin:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the pumpkin's carved face is facing.
The opposite from the direction the player faces while placing the pumpkin.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the pumpkin is facing.
  • 0: facing south
  • 1: facing west
  • 2: facing north
  • 3: facing east
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the pumpkin and carved pumpkin are facing.
The opposite from the direction the player faces while placing the pumpkins. Though it doesn't affect the pumpkin at all.


Pumpkin Stem[]

Java Edition:
Growing

Name Default value Allowed values Description
age0 0A newly planted stem.
1
2
3
4
5
6
Intermediate growth stages of the stem.
7A fully mature stem, capable of producing pumpkins.

Attached

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction from the stem to the pumpkin.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 00A newly planted stem.
1
2
3
4
5
6
1
2
3
4
5
6
Intermediate growth stages of the stem.
77A fully mature stem, capable of producing pumpkins.
facing_directionNot Supported0 0
1
UnsupportedUnused
2UnsupportedStem pointing north.
3UnsupportedStem pointing south.
4UnsupportedStem pointing west.
5UnsupportedStem pointing east.

Purpur and Quartz Pillar[]

Java Edition:

Name Default value Allowed values Description
axisy xThe pillar is oriented east–west.
yThe pillar is oriented vertically.
zThe pillar is oriented north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
chisel_type0x1
0x2
default default0The main block type.
chiseled1The chiseled type.
lines2The pillar type.
smooth3The smooth type.
pillar_axis0x4
0x8
yx
y
z
1
0
2
The axis along which the block is oriented. Normally applies only to the pillar type.

Rails[]

Rail[]

Java Edition:

Name Default value Allowed values Description
shapenorth_south east_west
north_east
north_south
north_west
south_east
south_west
The two directions a rail connects to.
For example, a south_east rail is a curved rail that connects to the south and to the east.
ascending_east
ascending_north
ascending_south
ascending_west
A rail that ascends toward the direction noted.
For example, an ascending_west rail is a straight rail that goes upward from the east toward the west.
waterloggedfalsetrue
false
Whether or not there's water in the same place as this rail.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
rail_direction0x1
0x2
0x4
0x8
0 00Straight rail connecting to the north and south.
11Straight rail connecting to the east and west.
22Sloped rail ascending to the east.
33Sloped rail ascending to the west.
44Sloped rail ascending to the north.
55Sloped rail ascending to the south.
66Curved rail connecting to the south and east.
77Curved rail connecting to the south and west.
88Curved rail connecting to the north and west.
99Curved rail connecting to the north and east.

Activator Rail, Detector Rail, and Powered Rail[]

Java Edition:

Name Default value Allowed values Description
poweredfalsefalse
true
True if rail is activated.
shapenorth_south east_west
north_south
Specifies the rail's orientation.
ascending_east
ascending_north
ascending_south
ascending_west
A rail that ascends toward the direction noted.
For example, an ascending_west rail is a straight rail that goes upward from the east toward the west.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this rail.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
rail_data_bit0x8falsefalse
true
0
1
True if rail is activated.
rail_direction0x1
0x2
0x4
0 00 flat track going north-south
11 flat track going east-west
22 sloped track ascending to the east
33 sloped track ascending to the west
44 sloped track ascending to the north
55 sloped track ascending to the south
6
7
8
9
UnsupportedUnused

Redstone Comparator[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction from the output side to the input side of the comparator,
or the opposite from the direction the player faces while placing the comparator.
modecomparecompare
subtract
Specifies the current mode of the redstone comparator.
poweredfalsefalse
true
True if the redstone comparator is being powered.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the repeater directs power.
  • 0: Facing north.
  • 1: Facing east.
  • 2: Facing south.
  • 3: Facing west.
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction from the output side to the input side of the comparator,
or the opposite from the direction the player faces while placing the comparator.
output_lit_bit0x8falsefalse
true
0
1
True if the redstone comparator is being powered.
output_subtract_bit0x4falsefalse
true
0
1
Specifies the current mode of the redstone comparator.

Redstone Dust[]

Java Edition:

Name Default value Allowed values Description
eastnonenone
side
up
The way redstone dust connects to the east, side can also mean down.
northnonenone
side
up
The way redstone dust connects to the north, side can also mean down.
power00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The redstone dust's current power level.
southnonenone
side
up
The way redstone dust connects to the south, side can also mean down.
westnonenone
side
up
The way redstone dust connects to the west, side can also mean down.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
redstone_signal0x1
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 redstone dust's current power level.

Redstone Lamp[]

Java Edition:

Name Default value Allowed values Description
litfalsefalse
true
If the redstone lamp is lit.

Redstone Ore[]

Java Edition:

Name Default value Allowed values Description
litfalsefalse
true
If the redstone ore is lit.

Redstone Repeater[]

Java Edition:

Name Default value Allowed values Description
delay11
2
3
4
The redstone repeater's delay in redstone ticks.
facingnortheast
north
south
west
The direction from the output side to the input side of a repeater.
The opposite from the direction the player faces while placing the repeater.
lockedfalsefalse
true
True if the repeater is currently locked.
poweredfalsefalse
true
If the redstone repeater is lit.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
0x1
0x2
00
1
2
3
0
1
2
3
The direction the repeater directs power.
  • 0: Facing north.
  • 1: Facing east.
  • 2: Facing south.
  • 3: Facing west.
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction from the output side to the input side of a repeater.
The opposite from the direction the player faces while placing the repeater.
repeater_delay0x4
0x8
00
1
2
3
0
1
2
3
The redstone repeater's delay in redstone ticks minus 1.

Redstone Torch[]

Java Edition:
Floor:

Name Default value Allowed values Description
littruefalse
true
If the torch is lit.

Wall:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the top of the torch is facing.
littruefalse
true
If the torch is lit.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
torch_facing_direction0x1
0x2
0x4
west west
east
north
south
top
1
2
3
4
5
The face of the block that the torch is attached to. If the torch is a wall torch, the top of the torch faces opposite to this direction.[3]
unknown0Unused

Respawn Anchor[]

Java Edition:

Name Default value Allowed values Description
charges00
1
2
3
4
How many charges the Respawn Anchor has left.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
respawn_anchor_charge0x1
0x2
0x4
00
1
2
3
4
0
1
2
3
4
How many charges the Respawn Anchor has left.

Sand and Red Sand[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
sand_type0x1normal normal0Sand
red1Red Sand

Sandstone and Red Sandstone[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
sand_stone_type0x1
0x2
default default0Sandstone
heiroglyphs1Chiseled Sandstone
cut2Cut Sandstone
smooth3Smooth Sandstone

Saplings[]

Java Edition:

Sapling
Name Default value Allowed values Description
stage00
1
Specifies the sapling's growth stage.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age_bit0x8falsefalse
true
0
1
Specifies the sapling's growth stage.
sapling_type0x1
0x2
0x4
oak acacia4Acacia Sapling
birch2Birch Sapling
dark_oak5Dark Oak Sapling
jungle3Jungle Sapling
oak0Oak Sapling
spruce1Spruce Sapling

Scaffolding[]

Java Edition:

Name Default value Allowed values Description
bottomfalsefalse
true
If this scaffolding is floating.
distance70
1
2
3
4
5
6
7
The distance from a center scaffolding horizontally. If it is 7, it becomes a falling block entity.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this scaffolding.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
stability0x2
0x4
0x8
70
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
The distance from a center scaffolding horizontally. If it is 7, it becomes a falling block entity.
stability_check0x1falsefalse
true
0
1
If a scaffolding block has been checked for stability.[more information needed]

Sculk Catalyst[]

Java Edition:

Name Default value Allowed values Description
bloomfalsefalse
true
Whether the sculk catalyst is actively spreading the sculk or not.

Bedrock Edition:

Name Default value Allowed values Description
bloom00
1
Whether the sculk catalyst is actively spreading the sculk or not.

Sculk Sensor[]

Java Edition:

Name Default value Allowed values Description
power00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The sculk sensor's current power level.
sculk_sensor_phaseinactiveactive
cooldown
inactive
Whether or not the sculk sensor is active.[more information needed]
waterloggedfalsefalse
true
Whether or not there's water in the same place as this sculk sensor.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
sculk_sensor_phaseNot Supported00
1
2
UnsupportedThe sculk sensor phase.[more information needed]

Sculk Shrieker[]

Java Edition:

Name Default value Allowed values Description
can_summonfalsefalse
true
If true, the sculk shrieker can summon the warden.
shriekingfalsefalse
true
Whether the sculk shrieker is shrieking or not.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this sculk shrieker.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
activeNot Supported00
1
UnsupportedWhether the sculk shrieker is shrieking or not.
can_summonNot Supportedfalsetrue
false
UnsupportedIf true, the sculk shrieker can summon the warden.

Sculk Vein[]

Java Edition:

Name Default value Allowed values Description
downfalsefalse
true
When true, a sculk vein texture is displayed on the bottom.
eastfalsefalse
true
When true, a sculk vein texture is displayed on the east.
northfalsefalse
true
When true, a sculk vein texture is displayed on the north.
southfalsefalse
true
When true, a sculk vein texture is displayed on the south.
upfalsefalse
true
When true, a sculk vein texture is displayed on the top.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this sculk vein.
westfalsefalse
true
When true, a sculk vein texture is displayed on the west.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
multi_face_direction_bits0x1
0x2
0x4
0x8
0x10
0x20
00 to 630 to 63The directions the sculk vein exists. Each bit determines one direction:
  • 0x1: Down
  • 0x2: Up
  • 0x4: North
  • 0x8: South
  • 0x10: West
  • 0x20: East
0 is unused and it behaves like 63.

Sea Pickle[]

Java Edition:

Name Default value Allowed values Description
pickles11
2
3
4
Number of pickles.
waterloggedtruefalse
true
Whether or not there's water in the same place as these pickles.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
cluster_count0x1
0x2
00
1
2
3
0
1
2
3
Number of additional pickles.
dead_bit0x4falsefalse
true
0
1
True if there's no water in the same place as these pickles.

Shulker Boxes[]

Java Edition:

Name Default value Allowed values Description
facingupdown
east
north
south
up
west
The direction the shulker box is pointing.
The opposite from the direction the player faces while placing the shulker box.

Bedrock Edition:
Dyed shulker box:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0White Shulker Box
orange1Orange Shulker Box
magenta2Magenta Shulker Box
light_blue3Light Blue Shulker Box
yellow4Yellow Shulker Box
lime5Lime Shulker Box
pink6Pink Shulker Box
gray7Gray Shulker Box
silver8Light Gray Shulker Box
cyan9Cyan Shulker Box
purple10Purple Shulker Box
blue11Blue Shulker Box
brown12Brown Shulker Box
green13Green Shulker Box
red14Red Shulker Box
black15Black Shulker Box

Sign[]

Java Edition:

  • Non-hanging:
Standing
Name Default value Allowed values Description
rotation0 0The block is facing south.
1The block is facing south-southwest.
2The block is facing southwest.
3The block is facing west-southwest.
4The block is facing west.
5The block is facing west-northwest.
6The block is facing northwest.
7The block is facing north-northwest.
8The block is facing north.
9The block is facing north-northeast.
10The block is facing northeast.
11The block is facing east-northeast.
12The block is facing east.
13The block is facing east-southeast.
14The block is facing southeast.
15The block is facing south-southeast.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this sign.
Wall
Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the block is facing. For example, a block facing east is attached to a block to its west.
Opposite from the direction a player faces when placing the block.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this sign.
  • Hanging:
Hanging
Name Default value Allowed values Description
attachedfalsefalse
true
[more information needed]
rotation0 0The block is facing south.
1The block is facing south-southwest.
2The block is facing southwest.
3The block is facing west-southwest.
4The block is facing west.
5The block is facing west-northwest.
6The block is facing northwest.
7The block is facing north-northwest.
8The block is facing north.
9The block is facing north-northeast.
10The block is facing northeast.
11The block is facing east-northeast.
12The block is facing east.
13The block is facing east-southeast.
14The block is facing southeast.
15The block is facing south-southeast.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this hanging sign.
Wall
Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the block is facing.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this hanging sign.

Bedrock Edition:

Standing
NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
ground_sign_direction0x1
0x2
0x4
0x8
0 00The block is facing south.
11The block is facing south-southwest.
22The block is facing southwest.
33The block is facing west-southwest.
44The block is facing west.
55The block is facing west-northwest.
66The block is facing northwest.
77The block is facing north-northwest.
88The block is facing north.
99The block is facing north-northeast.
1010The block is facing northeast.
1111The block is facing east-northeast.
1212The block is facing east.
1313The block is facing east-southeast.
1414The block is facing southeast.
1515The block is facing south-southeast.
Wall
NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction0x1
0x2
0x4
22
3
4
5
2
3
4
5
The direction the block is facing. For example, a block facing east is attached to a block to its west.
  • 2: north
  • 3: south
  • 4: west
  • 5: east
0
1
0
1
Unused
Hanging
NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
attached_bitNot Supportedfalsefalse
true
UnsupportedWhether or not the hanging block is attached to face in a specific direction.
facing_directionNot Supported22
3
4
5
UnsupportedThe direction the block is facing. For example, a block facing east is attached to a block to its west.
  • 2: north
  • 3: south
  • 4: west
  • 5: east
0
1
UnsupportedUnused
ground_sign_directionNot Supported0 0UnsupportedThe hanging block is facing south.
1UnsupportedThe hanging block is facing south-southwest.
2UnsupportedThe hanging block is facing southwest.
3UnsupportedThe hanging block is facing west-southwest.
4UnsupportedThe hanging block is facing west.
5UnsupportedThe hanging block is facing west-northwest.
6UnsupportedThe hanging block is facing northwest.
7UnsupportedThe hanging block is facing north-northwest.
8UnsupportedThe hanging block is facing north.
9UnsupportedThe hanging block is facing north-northeast.
10UnsupportedThe hanging block is facing northeast.
11UnsupportedThe hanging block is facing east-northeast.
12UnsupportedThe hanging block is facing east.
13UnsupportedThe hanging block is facing east-southeast.
14UnsupportedThe hanging block is facing southeast.
15UnsupportedThe hanging block is facing south-southeast.
hangingNot Supportedfalsefalse
true
UnsupportedWhether or not the block is hanging under another block.


Slabs[]

Java Edition:

Name Default value Allowed values Description
typebottom bottom
top
Where the slab is within its block.
doubleThe block is a double slab.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this slab.

Bedrock Edition:
Stone slab and double stone slab:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
stone_slab_type0x1
0x2
0x4
smooth_stone smooth_stone0Smooth Stone Slab
sandstone1Sandstone Slab
wood2Petrified Oak Slab
cobblestone3Cobblestone Slab
brick4Brick Slab
stone_brick5Stone Brick Slab
quartz6Quartz Slab
nether_brick7Nether Brick Slab
top_slot_bit
(Deprecated)
0x8falsefalse
true
0
1
Whether or not this slab is an upper slab.

Wood slab and double wood slab:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
wood_type0x1
0x2
0x4
oak oak0Oak Slab
spruce1Spruce Slab
birch2Birch Slab
jungle3Jungle Slab
acacia4Acacia Slab
dark_oak5Dark Oak Slab
top_slot_bit
(Deprecated)
0x8falsefalse
true
0
1
Whether or not this slab is an upper slab.

Stone slab 2 and double stone slab 2:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
stone_slab_type_20x1
0x2
0x4
red_sandstone red_sandstone0Red Sandstone Slab
purpur1Purpur Slab
prismarine_rough2Prismarine Slab
prismarine_dark3Dark Prismarine Slab
prismarine_brick4Prismarine Brick Slab
mossy_cobblestone5Mossy Cobblestone Slab
smooth_sandstone6Smooth Sandstone Slab
red_nether_brick7Red Nether Brick Slab
top_slot_bit
(Deprecated)
0x8falsefalse
true
0
1
Whether or not this slab is an upper slab.

Stone slab 3 and double stone slab 3:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
stone_slab_type_30x1
0x2
0x4
end_stone_brick end_stone_brick0End Stone Brick Slab
smooth_red_sandstone1Smooth Red Sandstone Slab
polished_andesite2Polished Andesite Slab
andesite3Andesite Slab
diorite4Diorite Slab
polished_diorite5Polished Diorite Slab
granite6Granite Slab
polished_granite7Polished Granite Slab
top_slot_bit
(Deprecated)
0x8falsefalse
true
0
1
Whether or not this slab is an upper slab.

Stone slab 4 and double stone slab 4:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
stone_slab_type_40x1
0x2
0x4
mossy_stone_brick mossy_stone_brick0Mossy Stone Brick Slab
smooth_quartz1Smooth Quartz Slab
stone2Stone Slab
cut_sandstone3Cut Sandstone Slab
cut_red_sandstone4Cut Red Sandstone Slab
top_slot_bit
(Deprecated)
0x8falsefalse
true
0
1
Whether or not this slab is an upper slab.

Other slabs and double slabs:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
minecraft:vertical_halfNot Supportedbottom bottom
top
UnsupportedWhere the slab is within its block.
top_slot_bit
(Deprecated)
0x1falsefalse
true
0
1
Whether or not this slab is an upper slab.

Small Dripleaf[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the small dripleaf is facing.
The opposite from the direction the player faces while placing the small dripleaf.
halflowerlower
upper
What half of the small dripleaf this block is.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this small dripleaf.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction
(Deprecated)
Not Supported30
1
2
3
UnsupportedThe direction the small dripleaf is facing.
  • 0: South
  • 1: West
  • 2: North
  • 3: East
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the small dripleaf is facing.
The opposite from the direction the player faces while placing the small dripleaf.
upper_block_bitNot Supportedtruefalse
true
UnsupportedWhat half of the small dripleaf this block is.

Smoker[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the smoker's opening faces.
The opposite from the direction the player faces while placing the smoker.
litfalsefalse
true
If the smoker is lit.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Deprecated)
0x1
0x2
0x4
30
1
2
3
4
5
0
1
2
3
4
5
The direction the smoker's opening faces.
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east
minecraft:cardinal_directionNot Supportedsoutheast
north
south
west
UnsupportedThe direction the smoker's opening faces.
The opposite from the direction the player faces while placing the smoker.

Snow[]

Java Edition:

Name Default value Allowed values Description
layers11
2
3
4
5
6
7
8
The number of layers thick.
Each layer adds two pixels to the block height, and each layer after the first adds two pixels to the collision box.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
height0x1
0x2
0x4
00
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
The number of layers in addition to the bottom layer.
covered_bit0x8falsetrue
false
0
1
True if the snow is covering a plant.

Sponge[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
sponge_type0x1dry dry0Sponge
wet1Wet Sponge

Stairs[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the stairs' full-block side faces.
When placed in-game by a player, this matches the direction the player faces.
halfbottombottom
top
Top if the stairs are upside-down.
shapestraightinner_left
inner_right
outer_left
outer_right
straight
"straight" is the default stairs shape.
"inner" is an "inside corner" stair shape, with two full-block and two stair-shaped side faces.
"outer" is an "outside corner" stair shape, with two stair-shaped and two half-block side faces.
"left" and "right" specify in which direction is the higher part of the step.
waterloggedfalsefalse
true
Whether or not there's water in the same place as these stairs.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
upside_down_bit0x4falsefalse
true
0
1
True if the stairs are upside-down.
weirdo_direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the stairs' full-block side faces.
  • 0: East
  • 1: West
  • 2: South
  • 3: North

Stones[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
stone_type0x1
0x2
0x4
stone stone0Stone
granite1Granite
granite_smooth2Polished Granite
diorite3Diorite
diorite_smooth4Polished Diorite
andesite5Andesite
andesite_smooth6Polished Andesite

Stone Bricks[]

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
stone_brick_type0x1
0x2
0x4
default default0 Stone Bricks
mossy1 Mossy Stone Bricks
cracked2 Cracked Stone Bricks
chiseled3 Chiseled Stone Bricks
smooth4 Smooth Stone Bricks (same texture as regular ones)

Stonecutter[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the stonecutter is facing.
The opposite from the direction the player faces when placing a stonecutter.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
facing_direction
(Hidden‌[upcoming: BE 1.20.40])
0x1
0x2
0x4
02
3
4
5
2
3
4
5
The direction the stonecutter is facing.
Opposite from the direction the player faces when placing a stonecutter.
  • 2: North facing stonecutter
  • 3: South facing stonecutter
  • 4: West facing stonecutter
  • 5: East facing stonecutter
0
1
0
1
Unused
minecraft:cardinal_direction‌[upcoming: BE 1.20.40]Not Supportednortheast
north
south
west
UnsupportedThe direction the stonecutter is facing.
The opposite from the direction the player faces when placing a stonecutter.

Structure Block[]

Java Edition:

Name Default value Allowed values Description
modedata corner Corner Structure Block
data Data Structure Block
load Load Structure Block
save Save Structure Block

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
structure_block_type0x1
0x2
0x4
data corner3 Corner Structure Block
data0 Data Structure Block
export5 Export Structure Block
invalid4 Inventory Structure Block
load2 Load Structure Block
save1 Save Structure Block

Structure Void[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
structure_void_type0x1voidair1 Structure Air
void0 Structure Void

Sugar Cane[]

Java Edition:

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A freshly planted cane – and a cane that has just grown cane above it – each have an age of 0.
The age is incremented at random intervals.
At age 15, a cane may try to grow more cane above it.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
age0x1
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
A freshly planted cane – and a cane that has just grown cane above it – each have an age of 0.
The age is incremented at random intervals.
At age 15, a cane may try to grow more cane above it.

Sweet Berry Bush[]

Java Edition:

Name Default value Allowed values Description
age0 0 Young plant
1 No berries
2 Some berries, using the bush gives 1–2 sweet berries and sets the age back to 1.
3 Full berries, using the bush gives 2–3 sweet berries and sets the age back to 1.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 0
1
0
1
Young plant
2
3
2
3
No berries
4
5
6
4
5
6
Some berries, using the bush gives 1–2 sweet berries and sets the growth back to 2.
77 Full berries, using the bush gives 2–3 sweet berries and sets the growth back to 2.

Tall Grass and Large Fern[]

Java Edition:
Tall grass and large fern

Name Default value Allowed values Description
halflowerlower
upper
The half of the plant contained in this block.

Bedrock Edition:
Grass and fern

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
tall_grass_type0x1
0x2
default default0 Fern (Unused variant which looks identical to grass)
tall1 Grass
fern2 Fern
snow3 Fern (looks identical to actual fern)

Tall grass and large fern

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
double_plant_type0x1
0x2
0x4
sunflowersunflower
syringa
grass
fern
rose
paeonia
0
1
2
3
4
5
The flower type.
upper_block_bit0x8falsefalse
true
0
1
If it is the upper half of the plant. For items, it is 0.

Tall Seagrass[]

Java Edition:
Tall

Name Default value Allowed values Description
halflowerlower
upper
The half of the plant contained in this block.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
sea_grass_type0x1
0x2
default default0This is seagrass.
double_bot1This is the bottom half of tall seagrass.
double_top2This is the top half of tall seagrass.

Target[]

Java Edition:

Name Default value Allowed values Description
power00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Redstone power output of the target.

Terracottas[]

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
color
(Deprecated)
0x1
0x2
0x4
0x8
white white0 White Terracotta
orange1 Orange Terracotta
magenta2 Magenta Terracotta
light_blue3 Light Blue Terracotta
yellow4 Yellow Terracotta
lime5 Lime Terracotta
pink6 Pink Terracotta
gray7 Gray Terracotta
silver8 Light Gray Terracotta
cyan9 Cyan Terracotta
purple10 Purple Terracotta
blue11 Blue Terracotta
brown12 Brown Terracotta
green13 Green Terracotta
red14 Red Terracotta
black15 Black Terracotta

TNT[]

Java Edition:

Name Default value Allowed values Description
unstablefalse falseHitting the TNT block breaks it, dropping it as an item that can be picked up.
trueHitting the TNT block causes it to ignite and then explode.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
allow_underwater_bit0x2false false0This is normal TNT.
true1This is Underwater TNT.
explode_bit0x1false false0Hitting the TNT block breaks it, dropping it as an item that can be picked up.
true1Hitting the TNT block causes it to ignite and then explode.


Torch and Soul Torch[]

Java Edition:
Wall

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the top of the torch is facing.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
torch_facing_direction0x1
0x2
0x4
west west
east
north
south
top
1
2
3
4
5
The face of the block that the torch is attached to. If the torch is a wall torch, the top of the torch faces opposite to this direction.[4]
unknown0Unused

Trapdoors[]

Java Edition:

Name Default value Allowed values Description
facingnortheast
north
south
west
The direction the trapdoor swings open.
The opposite from the side its hinge is attached to.
halfbottombottom
top
Whether the trapdoor occupies the top or bottom part of a block.
openfalsefalse
true
True if the trapdoor is currently open (may differ from powered).
poweredfalsefalse
true
True if the trapdoor is currently powered (may differ from open).
waterloggedfalsefalse
true
Whether or not there's water in the same place as this trapdoor.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction the trapdoor is facing.
  • 0: Trapdoor on the west side of a block
  • 1: Trapdoor on the east side of a block
  • 2: Trapdoor on the north side of a block
  • 3: Trapdoor on the south side of a block
open_bit0x8falsefalse
true
0
1
True if the trapdoor is currently open.
upside_down_bit0x4falsefalse
true
0
1
Whether the trapdoor occupies the top or bottom part of a block.

Tripwire[]

Java Edition:

Name Default value Allowed values Description
attachedfalsefalse
true
True if the tripwire is connected to a valid tripwire circuit.
disarmedfalsefalse
true
True if the tripwire is disarmed, that is, broken using shears.
eastfalsefalse
true
True if the tripwire connects to other tripwire or tripwire hooks to the east.
northfalsefalse
true
True if the tripwire connects to other tripwire or tripwire hooks to the north.
poweredfalsefalse
true
True if the tripwire is active.
southfalsefalse
true
True if the tripwire connects to other tripwire or tripwire hooks to the south.
westfalsefalse
true
True if the tripwire connects to other tripwire or tripwire hooks to the west.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
attached_bit0x4falsefalse
true
0
1
True if the tripwire is connected to a valid tripwire circuit.
disarmed_bit0x8falsefalse
true
0
1
True if the tripwire is disarmed, that is, broken using shears.
powered_bit0x1falsefalse
true
0
1
True if the tripwire is active.
suspended_bit0x2truefalse
true
0
1
True if the tripwire hasn't connected to a valid tripwire circuit. (makes hitbox larger when true)

Tripwire Hook[]

Java Edition:

Name Default value Allowed values Description
attachedfalsefalse
true
True if the tripwire hook is connected to a valid tripwire circuit.
facingnortheast
north
south
west
The direction in which the tripwire hook juts out from the block it is attached to.
For example, a tripwire hook facing north is attached to a block to its south.
poweredfalsefalse
true
True if the tripwire hook is active.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
attached_bit0x4falsefalse
true
0
1
True if the tripwire hook is connected to a valid tripwire circuit.
direction0x1
0x2
00
1
2
3
0
1
2
3
The direction in which the tripwire hook juts out from the block it is attached to.
  • 0: Tripwire hook on block side facing south
  • 1: Tripwire hook on block side facing west
  • 2: Tripwire hook on block side facing north
  • 3: Tripwire hook on block side facing east
powered_bit0x8falsefalse
true
0
1
True if the tripwire hook is active.

Turtle Egg[]

Java Edition:

Name Default value Allowed values Description
eggs11
2
3
4
Number of eggs.
hatch00
1
2
Determines how close an egg is to hatching; starts at 0 and is randomly incremented.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
turtle_egg_count0x1
0x2
one_eggone_egg
two_egg
three_egg
four_egg
0
1
2
3
Number of eggs.
cracked_state0x4
0x8
no_cracksno_cracks
cracked
max_cracked
0
1
2
Determines how close an egg is to hatching; starts at no cracks and is randomly incremented.

Twisting Vines[]

Java Edition
Twisting Vines:

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Increments for every block the twisting vine grows.

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
twisting_vines_age0x1
0x2
0x4
0x8
0x10
00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Increments for every block the twisting vine grows.

Underwater Torch[]

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
torch_facing_direction0x1
0x2
0x4
west west
east
north
south
top
1
2
3
4
5
The face of the block that the torch is attached to. If the torch is a wall torch, the top of the torch faces opposite to this direction.[5]
unknown0Unused

Vines[]

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.

Walls[]

Java Edition

Name Default value Allowed values Description
eastnonelow
none
tall
How the wall extends from the center post to the east.
northnonelow
none
tall
How the wall extends from the center post to the north.
southnonelow
none
tall
How the wall extends from the center post to the south.
uptruefalse
true
When true, the wall has a center post.
waterloggedfalsefalse
true
Whether or not there's water in the same place as this wall.
westnonelow
none
tall
How the wall extends from the center post to the west.

Bedrock Edition Non-blackstone and deepslate wall:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
wall_block_type0x1
0x2
0x4
0x8
cobblestonecobblestone
mossy_cobblestone
granite
diorite
andesite
sandstone
brick
stone_brick
mossy_stone_brick
nether_brick
end_brick
prismarine
red_sandstone
red_nether_brick
0
1
2
3
4
5
6
7
8
9
10
11
12
13
The type of wall; for example, stone_brick denotes a stone brick wall.
wall_connection_type_eastNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the east.
wall_connection_type_northNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the north.
wall_connection_type_southNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the south.
wall_connection_type_westNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the west.
wall_post_bitNot Supportedtruefalse
true
UnsupportedWhether or not the wall has a center post.

Blackstone and deepslate wall:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
wall_connection_type_eastNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the east.
wall_connection_type_northNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the north.
wall_connection_type_southNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the south.
wall_connection_type_westNot Supportednonenone
short
tall
UnsupportedHow the wall extends from the center post to the west.
wall_post_bitNot Supportedtruefalse
true
UnsupportedWhether or not the wall has a center post.

Water[]

Java Edition:

Name Default value Allowed values Description
level0 0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

If bit 0x8 is set, this fluid is "falling" and spreads only downward. At this level, the lower bits are essentially ignored, since this block is then at its highest fluid level. This level is equal to the falling water above, equal to 8 plus the level of the non-falling lava above it.

The lower three bits are the fluid block's level. 0 is the highest fluid level (not necessarily filling the block - this depends on the neighboring fluid blocks above each upper corner of the block). Data values increase as the fluid level of the block drops: 1 is the next highest, 2 lower, on through 7, the lowest fluid level. Along a line on a flat plane, water drops one level per meter.

Bedrock Edition:
Water and flowing water

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
liquid_depth0x1
0x2
0x4
0x8
0 0
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

If bit 0x8 is set, this fluid is "falling" and spreads only downward. At this level, the lower bits are essentially ignored, since this block is then at its highest fluid level. This level is equal to the falling water above, equal to 8 plus the level of the non-falling lava above it.

The lower three bits are the fluid block's level. 0 is the highest fluid level (not necessarily filling the block - this depends on the neighboring fluid blocks above each upper corner of the block). Data values increase as the fluid level of the block drops: 1 is the next highest, 2 lower, on through 7, the lowest fluid level. Along a line on a flat plane, water drops one level per meter.

Weeping Vines[]

Java Edition
Weeping Vines:

Name Default value Allowed values Description
age00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Increments for every block the weeping vine grows.

Bedrock Edition

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
weeping_vines_age0x1
0x2
0x4
0x8
0x10
00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Increments for every block the weeping vine grows.

Wheat Crop[]

Java Edition:

Name Default value Allowed values Description
age0 0
1
2
3
4
5
6
7 Fully grown.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
growth0x1
0x2
0x4
0 00
11
22
33
44
55
66
77 Fully grown.

Wood[]

Java Edition:

Name Default value Allowed values Description
axisy xThe wood or hyphae is oriented east–west.
yThe wood or hyphae is oriented vertically.
zThe wood or hyphae is oriented north–south.

Bedrock Edition:

Wood

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axisNot Supportedy xUnsupportedThe wood is oriented east–west.
yUnsupportedThe wood is oriented vertically.
zUnsupportedThe wood is oriented north–south.
stripped_bit0x8falsefalse
true
0
1
Whether the wood is stripped or not.
wood_type0x1
0x2
0x4
oak acacia4Acacia Wood
birch2Birch Wood
dark_oak5Dark Oak Wood
jungle3Jungle Wood
oak0Oak Wood
spruce1Spruce Wood

Warped Hyphae, Stripped Crimson Hyphae, Stripped Warped Hyphae

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axis0x1
0x2
y x1The hyphae is oriented east–west.
y0The hyphae is oriented vertically.
z2The hyphae is oriented north–south.

Crimson Hyphae

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
pillar_axisNot Supportedy xUnsupportedThe hyphae is oriented east–west.
yUnsupportedThe hyphae is oriented vertically.
zUnsupportedThe hyphae is oriented north–south.

List of fluid states[]

Water[]

Java Edition:
Water

Name Default value Allowed values Description
fallingfalsetrue
false
Always false.

Flowing water

Name Default value Allowed values Description
fallingfalsetrue
false
True for falling water, false for water with a block below.
level11
2
3
4
5
6
7
8
Height of the water, 8 when the water is falling.

Lava[]

Java Edition:
Lava

Name Default value Allowed values Description
fallingfalsetrue
false
Always false.

Flowing lava

Name Default value Allowed values Description
fallingfalsefalse
true
True for falling lava, false for lava with a block below.
level11
2
3
4
5
6
7
8
Height of the lava, 8 when the lava is falling.

History[]

This section is missing information about the history in Bedrock Edition. 
Please expand the section to include this information. Further details may exist on the talk page.
Java Edition
1.8
{{Extension DPL}}<ul><li>[[Water Bucket|Water Bucket]]<br/>{{Item
| title = Water Bucket
| renewable = Yes
| image = Water Bucket.png
| stackable = No
}}

A '''water bucket''' is a [[bucket]] filled with [[water]].

== Obtaining ==
=== Interacting ===
To fill an empty [[bucket]] with water, {{control|use}} it on a [[water]] source block. The water is consumed in the process. Flowing water does not fill a bucket.

{{control|Using}} an empty bucket on a [[cauldron]] filled with water (water level 3) empties the cauldron and fills the bucket.

Water buckets can also be filled by placing an empty one in the fuel slot of a [[furnace]], and a wet [[sponge]] into the oven slot. The bucket is filled when the [[smelting]] process completes, which also leaves the sponge dry and ready to be reused.

=== Chest Loot ===

{{LootChestItem|water-bucket}}

== Usage ==
{{Control|Using}} a water bucket on a solid block places a water source block against that block, emptying the bucket; using a water bucket on a [[waterlogging|waterloggable]] block waterlogs the block. In [[the Nether]], however, the water evaporates, making a fire extinguishing sound and displays smoke particles while nothing gets placed.

=== Dispensers ===
A [[dispenser]] can be loaded with a water bucket, and when activated it places a water block directly before it, emptying the bucket. A dispenser loaded with an empty bucket and a water source right in front of it draws the source into the bucket when activated.

=== Cauldrons ===
A single water bucket can fill a [[cauldron]], and using an empty bucket on a water-filled cauldron fills the bucket. Empty buckets cannot be filled from partly-filled cauldrons.

=== Filling bucket with mobs ===
Water buckets can be used on a [[fish]], [[axolotl]] or [[tadpole]] to create a [[bucket of aquatic mob]].

=== Transportation ===
{{main|Tutorials/Elevators#Water elevators}}
Water buckets can be used as a means of quickly descending great heights in the [[Overworld]] and [[the End]], either by creating a waterfall or using the water bucket while falling to create a safe water landing.

Water buckets can also be used to climb vertical surfaces anywhere but [[the Nether]] by repeatedly creating higher waterfalls from the bottom and swimming up them.

== Sounds ==
{{el|je}}:
{{Sound table
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|subtitle=Bucket fills
|source=player
|description=When a bucket is filled with water
|id=item.bucket.fill
|translationkey=subtitles.item.bucket.fill
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket2.ogg
|sound3=Empty water bucket3.ogg
|subtitle=Bucket empties
|source=block
|description=When the bucket is placed
|id=item.bucket.empty
|translationkey=subtitles.item.bucket.empty
|volume=1.0 <ref group=sound>Except for the second copy of {{cd|empty1}}, which is 0.9</ref>
|pitch=1.0
|distance=16
|foot=1}}

{{el|je}}:
{{Sound table
|type=bedrock
|sound=Fill water bucket1.ogg
|sound2=Fill water bucket2.ogg
|sound3=Fill water bucket3.ogg
|source=block
|description=When a bucket is filled with water
|id=bucket.fill_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Empty water bucket1.ogg
|sound2=Empty water bucket2.ogg
|sound3=Empty water bucket3.ogg
|source=block
|description=When a water bucket is emptied
|id=bucket.empty_water
|volume=1.0
|pitch=1.0}}
{{Sound table
|rowspan=2
|sound=Water Splash Old.ogg
|source=block
|description=When a water bucket is placed in a cauldron<wbr><ref group=sound name=bucketsplash>{{Bug|MCPE-135919}}</ref>
|id=cauldron.fillwater
|volume=0.1
|pitch=1.0}}
{{Sound table
|source=block
|description=When a water bucket is removed from a cauldron<wbr><ref group=sound name=bucketsplash/>
|id=cauldron.takewater
|volume=0.1
|pitch=1.0
|foot=1}}

==Data values==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Water Bucket
|spritetype=item
|nameid=water_bucket
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showaliasids=y
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Water Bucket
|spritetype=item
|nameid=water_bucket
|aliasid=bucket / 8
|id=362
|form=item
|translationkey=item.bucketWater.name
|foot=1}}

== Advancements ==
{{load advancements|Tactical fishing;The Cutest Predator;Bukkit bukkit}}

==History==
{{History|java infdev}}
{{History||20100615|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.}}
{{History|java alpha}}
{{History||v1.2.6|{{control|use|text=Using}} a water bucket on [[block]]s with GUIs ([[chest]]s, [[furnace]]s, etc.) no longer places the water.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 2|Water buckets can now be used to fill [[cauldron]]s.}}
{{History||1.3.1|snap=12w15a|[[Dispenser]]s have now been given the ability to dispense water buckets. They can also collect if activated again.}}
{{History||1.8|snap=14w25a|A water bucket is now shown as the icon when [[water]] is used as a layer in [[Superflat]].}}
{{History|||snap=14w25b|[[Smelting]] a wet [[sponge]] while an empty bucket is in the fuel slot fills the bucket with water.}}
{{History||1.9|snap=15w44a|A full [[cauldron]] can now be emptied with a bucket, yielding a water bucket.}}
{{History|||snap=15w50a|Added sounds for collecting and pouring water using a bucket.}}
{{History||1.13|snap=17w47a|Prior to the ''[[Flattening]]'' this item's numerical ID was 326.}}
{{History|||snap=18w08b|Water buckets can now be used to pick up [[fish]] mobs.}}
{{History||1.14|snap=18w43a|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.
|Water buckets can now suck up liquids directly adjacent to the side they are facing. How this works is unknown, given the water bucket clearly already contains a liquid.}}
{{History|||snap=18w48a|Water buckets can now be found in [[chest]]s in [[village]] fishing cottages.}}
{{History|||snap=19w02a|Water buckets can now be used to put out [[campfire]]s.}}
{{History||1.17|snap=20w51a|Water buckets can now be used to collect [[axolotl]]s.}}
{{History||1.19|snap=22w11a|Water buckets can now be used to collect [[tadpole]]s.}}
{{History||1.19.3|snap=22w45a|Water buckets can now be emptied into [[waterlogging|waterlogged]] blocks, instead of placing water against them.<ref>{{bug|MC-127110|||Fixed}}</ref>}}
{{History|upcoming java}}
{{History||Villager Trade Rebalance<br>(Experimental)|link=Java Edition 1.20.2|snap=23w31a|[[Wandering trader]]s now have a chance to [[trading|buy]] a water bucket from the player.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.
|Water buckets were simply called "Bucket".}}
{{History||v0.7.4|Water buckets no longer stack to 64.}}
{{History||v0.14.0|snap=build 1|Dispensers can now shoot out water from water buckets.}}
{{History|bedrock}}
{{History||1.4.0|snap=beta 1.2.14.2|Water buckets can now be used to pick up [[fish mob]]s.
|Moved all bucket items, including water buckets, from the Equipment tab to the Items tab in the [[Creative inventory]].{{verify|type=update}}{{info needed}}<!---please check snapshots, only 1 major release version was checked each--->}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.}}
{{History||1.16.100|snap=beta 1.16.100.56|The ID of water buckets has been changed from <code>bucket/8</code> to <code>water_bucket</code>.}}
{{History||1.17.0|snap=beta 1.16.230.52|Water buckets can now be used to collect [[axolotl]]s.}}
{{History||1.18.10|snap=beta 1.18.10.24|Water buckets can now be used to collect [[tadpole]]s behind the "Wild Update" experimental toggle.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.}}
{{History||xbox=TU9|[[Dispenser]]s have now been given the ability to shoot out the [[liquids]] inside water buckets. They can also suck up the liquids if activated again, but a bug prevents the empty [[bucket]] from being filled. Whether this was ever fixed is unknown.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Water Bucket JE2 BE2.png|32px]] The texture of water buckets has now been changed.}}

{{History|New Nintendo 3DS Edition}}
{{History||0.1.0|[[File:Water Bucket JE1 BE1.png|32px]] Added water buckets.}}
{{History|foot}}

==Issues==
{{issue list}}

==Gallery==
<gallery>
Water Bucket SDGP.png|Water bucket in the [[Super Duper Graphics Pack]].
</gallery>

==References==
{{Reflist}}

{{Items}}

[[Category:Renewable resources]]
[[Category:Tools]]

[[de:Wassereimer]]
[[ja:水入りバケツ]]
[[pt:Balde de água]]
[[th:ถังน้ำ]]
[[uk:Відро води]]
[[zh:水桶]]</li><li>[[Bowl|Bowl]]<br/>{{Item
| image = Bowl.png‎
| renewable = Yes
| stackable = Yes (64)
}}
'''Bowls''' are containers that can hold certain [[food]]s.

== Obtaining ==
=== Crafting ===
{{Crafting
|A2= Any Planks
|C2= Any Planks     
|B3= Any Planks
|Output= Bowl,4
|type= Material
}}

=== Fishing ===
Bowls can be obtained as a "junk" item while [[fishing]].

=== Eating ===
A bowl containing food becomes an empty bowl when the food is eaten. 

=== Mob loot ===
When a [[turtle]] is killed by a [[Thunderstorm#Lightning|lightning bolt]], it drops 1 bowl.<ref name=BowlReport>{{Cite bug|MC|125562|Turtles drop bowls when killed by lightning|date=February 16, 2018}}</ref><ref>{{Cite bug|MCPE|57038| Turtles killed by lightning drop Bowls.|date=November 17, 2019}}</ref>

== Usage ==

=== Crafting ingredient ===

{{crafting usage}}

=== Mooshrooms ===

{{control|use|text=Using}} a bowl on a [[mooshroom]] turns the bowl into [[mushroom stew]] or [[suspicious stew]]. The stew can then be consumed immediately and the process repeated, making this an excellent way to quickly restore depleted [[hunger]] and [[saturation]] with almost no cost or effort.

=== Fuel ===
Bowls can be used as a fuel in [[furnace]]s, smelting 0.5 items per bowl {{in|je}}, and 1 item per bowl {{in|be}}.

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Bowl
|spritetype=item
|nameid=bowl
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Bowl
|spritetype=item
|nameid=bowl
|id=321
|form=item
|foot=1}}

== History ==

{{History|java indev}}
{{History||0.31|snap=20100130|[[File:Bowl JE1 BE1.png|32px]] Added bowls.
|Bowls are used to craft [[mushroom soup]].}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease|Added [[mooshroom]]s, which can be {{control|use|text=milked}} with a bowl.}}
{{History||1.2.4|snap=release|[[Spruce planks]], [[birch planks]], and [[jungle planks]] can now be used to craft bowls.}}
{{History||1.7.2|snap=13w36a|Bowls can now be obtained as one of the "junk" [[item]]s by [[fishing]].}}
{{History|||snap=1.7.1|[[Acacia planks]] and [[dark oak planks]] can now be used to craft bowls.}}
{{History||1.8|snap=14w27a|Bowls are now used to craft [[rabbit stew]].}}
{{History||1.9|snap=15w31a|Bowls are now used to craft [[beetroot soup]].}}
{{History||1.11|snap=16w33a|Bowls can now be used to fuel [[furnace]]s.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 281.}}
{{History|||snap=18w07a|[[Turtles]] drop 0 to 1 bowls if killed by [[lightning]].<ref name=BowlReport/>}}
{{History||1.14|snap=18w43a|[[File:Bowl JE2 BE2.png|32px]] The texture of bowls has now been changed.
|Bowls are now used to craft [[suspicious stew]].}}
{{History||1.16|snap=20w06a|[[Crimson planks]] and [[warped planks]] can now be used to craft bowls.}}
{{History||1.19|snap=22w11a|[[Mangrove planks]] can now be used to craft bowls.}}

{{History|pocket alpha}}
{{History||v0.2.0|[[File:Bowl JE1 BE1.png|32px]] Added bowls. They are currently unobtainable and serve no purpose.}}
{{History||v0.3.0|Bowls are now [[craft]]able. They still serve no purpose.}}
{{History||v0.4.0|Bowls are now used to craft [[mushroom stew]].}}
{{History||v0.5.0|Bowls now appear in the [[nether reactor]].}}
{{History||v0.8.0|snap=build 2|Bowls are now used to craft [[beetroot soup]].}}
{{History|||snap=build 7|Bowls can now be used as fuel in a [[furnace]].}}
{{History||v0.9.0|snap=build 1|Added bowls to [[creative]] mode.
|[[Mooshroom]]s can now be "milked" to obtain [[mushroom stew]].}}
{{History||v0.12.1|snap=build 1|Bowls are no longer available from the [[nether reactor]].}}
{{History||v0.13.0|snap=build 1|Bowls are now used to craft [[rabbit stew]].}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Bowl JE2 BE2.png|32px]] The texture of bowls has now been changed.}}
{{History||1.13.0|snap=beta 1.13.0.9|Bowls can now be used to craft [[suspicious stew]].}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Bowl JE1 BE1.png|32px]] Added bowls.}}
{{History||xbox=TU9|Bowls now stack to 64.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Bowl JE2 BE2.png|32px]] The texture of bowls has now been changed.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Bowl JE1 BE1.png|32px]] Added bowls.}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* {{in|be}}, bowls are actually more fuel efficient than [[stick]]s. If 6 wood planks are crafted into 8 bowls, 8 items can be [[smelt]]ed; but if those are crafted into 12 sticks, only 6 items can be smelted. This can be useful when the player only has access to Nether wood types, which cannot be used as fuel.

== See also ==
* [[Mushrooms]]

== References ==
{{reflist}}

== External Links ==
* {{Mcnet|taking-inventory--bowl|Taking Inventory: Bowl|April 25, 2019}}

{{Items}}

[[Category:Renewable resources]]

[[cs:Miska]]
[[de:Schüssel]]
[[es:Cuenco]]
[[fr:Bol]]
[[hu:Tál]]
[[it:Ciotola]]
[[ja:ボウル]]
[[ko:그릇]]
[[nl:Kom]]
[[pl:Miska]]
[[pt:Tigela]]
[[ru:Миска]]
[[th:ชาม]]
[[uk:Миска]]
[[zh:碗]]</li></ul>
14w11aAdded block states. Only used in the game engine, not saved in world files or used in commands yet.
14w26aSwitched to mostly using block states in the code.
1.11
{{Extension DPL}}<ul><li>[[Minecart with TNT|Minecart with TNT]]<br/>{{ItemEntity
|image=Minecart with TNT.png
|renewable=Yes
|stackable=No
|size=Height: 0.7 Blocks<br>Width: 0.98 Blocks
|networkid='''[[JE]]:''' 10
|drops=
;If not exploded
: 1 {{ItemLink|Minecart with TNT}}
|health={{hp|6}}
}}

A '''minecart with TNT''' is a block of [[TNT]] inside a [[minecart]]. Unlike normal TNT it can detonate instantly under certain conditions and its damage and blast radius is increased by its speed when it detonates.

== Obtaining ==

=== Crafting ===

{{Crafting
|Output= Minecart with TNT
|type= Transportation
|TNT|Minecart}}
Minecarts with TNT can be retrieved by attacking them, and by doing so it drops as an [[item]].

== Usage ==
[[File:TNT minecart and powered activator rail.png|thumb|right|When the TNT minecart passes over the powered activator rail, it explodes after four seconds.]]
[[File:Simple TNT minecart detonator setup.png|thumb|right|Placing two TNT minecarts on the rail and powering it (here, by flicking the lever) creates an instant explosion.]]
[[File:TNT minecart roof trap.png|thumb|right|Destroying the gold block causes the TNT minecart to fall down and instantly explode.]]

A minecart with TNT detonates after a delay on these conditions:
* It moves over a powered [[activator rail]].
* It is destroyed while in motion (except by a player in Creative mode).
* It is destroyed by fire, lava, or an explosion.
*{{IN|java}}, it is hit by a [[fire charge]].

The delay is {{convert|4|seconds|ticks}} for an activator rail, like the TNT block. For other causes there is a random delay between 0 and 1.9 seconds, but more likely to be close to 1.

It detonates instantly on these conditions:

* It hits the ground with a downward velocity of it falling more than three blocks, unless landing on any form of rail.
* It turns on a curved track too fast, with a solid block or entity located beside the track (in the previous movement direction).
* It is hit by a flaming arrow.
* It is pressed into a block or entity and has velocity.

Upon detonation it acts as normal TNT, [[exploding]] and damaging nearby blocks, players, and entities. Upon detonation after activating on activator rail, it does not destroy its rails and the blocks the rail is on, however other nearby carts can.{{only|java}} More than one minecart can be placed on the same rail block, allowing many of them to fit into a single block. They explode when touched, dealing large amounts of damage.

The explosion has a base [[Explosion#Explosion strength|power]] of 4, the same as regular TNT, but the game also adds a random bonus value up to 1.5 times velocity, but no higher than 7.5. This means that with a speed of 5 or higher the power will be a random value between 4 and 11.5. When triggered by an activator rail or by damage, the bonus value is calculated using the horizontal velocity of the minecart. When hit by a flaming arrow the velocity of the arrow is used instead. When triggered by fall damage, the fall distance divided by 10 is used.

Minecarts with TNT bounce off of other minecarts and cannot be linked to [[minecarts with furnace]]s.

== Sounds ==
{{Edition|Java}}:<br>
Minecarts with TNT use the Friendly Creatures sound category for entity-dependent sound events.<ref group=sound name=rollsource>{{bug|MC-42132}}</ref>
{{Sound table
|sound=Minecart rolling.ogg
|subtitle=Minecart rolls
|source=Friendly Creatures <ref group=sound name=rollsource/>
|overridesource=1
|description=While a minecart with TNT is moving
|id=entity.minecart.riding
|translationkey=subtitles.entity.minecart.riding
|volume=0.0-0.35 <ref group=sound>Relates linearly with horizontal velocity (max 0.5)</ref>
|pitch=0.0-1.0 <ref group=sound>Will increase by 0.0025 per tick if the minecart's horizontal velocity is more than 0.01</ref>
|distance=16}}
{{Sound table
|sound=Fuse.ogg
|subtitle=TNT fizzes
|source=block
|description=When a minecart with TNT is primed
|id=entity.tnt.primed
|translationkey=subtitles.entity.tnt.primed
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Explosion1.ogg
|sound2=Explosion2.ogg
|sound3=Explosion3.ogg
|sound4=Explosion4.ogg
|subtitle=Explosion
|source=block
|description=When a minecart with TNT explodes
|id=entity.generic.explode
|translationkey=subtitles.entity.generic.explode
|volume=4.0
|pitch=0.56-0.84
|distance=16
|foot=1}}

{{Edition|Bedrock}}:<ref group=sound>{{Bug|MCPE-35778||Minecart with tnt does not have the sound of tnt being ignited when we use flint and steel, fire charge or activator rail}}</ref>
{{Sound table
|type=bedrock
|sound=Minecart rolling.ogg
|source=neutral
|description=While a minecart with TNT is moving
|id=minecart.base}}
{{Sound table
|sound=Explosion1.ogg
|sound2=Explosion2.ogg
|sound3=Explosion3.ogg
|sound4=Explosion4.ogg
|source=block
|description=When a minecart with TNT explodes
|id=random.explode
|volume=4.0
|pitch=1.0
|foot=1}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Item
|showforms=y
|generatetranslationkeys=y
|displayname=Minecart with TNT
|spritetype=item
|nameid=tnt_minecart
|form=item
|foot=1}}
{{ID table
|edition=java
|firstcolumnname=Entity
|generatetranslationkeys=y
|displayname=Minecart with TNT
|spritetype=entity
|nameid=tnt_minecart
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Item
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Minecart with TNT
|spritetype=item
|nameid=tnt_minecart
|id=525
|form=item
|foot=1}}
{{ID table
|edition=bedrock
|firstcolumnname=Entity
|shownumericids=y
|generatetranslationkeys=y
|displayname=Minecart with TNT
|spritetype=entity
|nameid=tnt_minecart
|id=97
|foot=1}}

=== Entity data ===
Minecarts with TNT have entity data associated with them that contain various properties of the entity.

{{el|java}}:
{{main|Entity format}}
{{/ED}}

{{el|bedrock}}:
: See [[Bedrock Edition level format/Entity format]].

== Video ==

<div style="text-align:center">{{yt|1yNgY913tps}}</div>

== History ==
{{History|java}}
{{History||1.5|snap=13w02a|[[File:Minecart_with_TNT_JE1_BE1.png|32px]] [[File:Minecart_with_TNT_(item)_JE1_BE1.png|32px]] Added minecart with TNT.}}
{{History|||snap=13w03a|Minecart with TNT no longer destroys nearby [[rail]]s and rail supports during [[explosion]].<ref>{{bug|MC-6833}}</ref>}}
{{History||1.8|snap=14w11a|Minecart with TNT explosions no longer stack.<!--reverted in 17a like other changes in 11a?-->}}
{{History|||snap=14w26a|Minecart with TNT can now be detonated using [[arrow]]s on fire.}}
{{History||1.11|snap=16w32a|The [[entity]] ID for minecart with TNT has been changed from <code>MinecartTNT</code> to <code>tnt_minecart</code>.}}
{{History||1.12|snap=1.12-pre6|No longer instantly explode when hit with [[fire charge]]s; instead, they explode as if primed by an [[activator rail]].}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 407.}}
{{History||1.14|snap=18w43a|[[File:Minecart with TNT JE2 BE2.png|32px]] [[File:Minecart with TNT (item) JE2 BE2.png|32px]] The textures of minecart with TNT have been updated.}}
{{History|||snap=19w11a|Minecart with TNT explosions now have a 100% drop rate.}}
{{History||1.15|snap=19w38a|[[File:Minecart with TNT 19w38a.png|32px]] The TNT now appear dark, same as suffocating mobs.}}
{{History|||snap=19w39a|The TNT texture now colored correctly.}}
{{History||1.15|snap=Pre-release 1|[[File:Minecart with TNT JE3.png|32px]] The [[model]] of minecart with TNT has been changed.<ref>{{bug|MC-165971}}</ref>}}
{{History|||snap=Pre-release 3|[[File:Minecart with TNT JE2 BE2.png|32px]] The model of minecart with TNT has been changed back to the [[Java Edition 18w43a|18w43a]] model.}}
{{History||1.19|snap=22w13a|The crafting recipe for a minecart with TNT is now shapeless.
|Breaking a minecart with TNT will now drop the item instead of the minecart and TNT separately.<ref>{{bug|MC-249493|||Fixed}}</ref>}}

{{History|pocket alpha}}
{{History||v0.14.0|snap=build 1|[[File:Minecart with TNT JE1 BE1.png|32px]] [[File:Minecart with TNT (item) JE1 BE1.png|32px]] Added minecart with TNT.}}
{{History|pocket}}
{{History||1.1.0|snap=alpha 1.1.0.0|The [[entity]] ID has been changed from <code>minecarttnt</code> to <code>tnt_minecart</code>.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Minecart with TNT JE2 BE2.png|32px]] [[File:Minecart with TNT (item) JE2 BE2.png|32px]] The textures of minecart with TNT have been updated.}}
{{History||1.19.0|snap=beta 1.19.0.30|Breaking a minecart with TNT will now drop the item instead of the minecart and TNT separately.}}

{{History|console}}
{{History||xbox=TU19|xbone=CU7|ps=1.12|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with TNT JE1 BE1.png|32px]] [[File:Minecart with TNT (item) JE1 BE1.png|32px]] Added minecart with TNT.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Minecart with TNT JE2 BE2.png|32px]] [[File:Minecart with TNT (item) JE2 BE2.png|32px]] The textures of minecart with TNT have been updated.}}

{{History|new 3ds}}
{{History||0.1.0|[[File:Minecart with TNT JE1 BE1.png|32px]] [[File:Minecart with TNT (item) JE1 BE1.png|32px]] Added minecart with TNT.
|Minecart with TNT emits smoke [[particle]]s when destroyed.}}
{{History|foot}}

== Issues ==

{{issue list}}

== Trivia ==

* A direct hit from three merged [[minecart]]s with [[TNT]] can reduce a fully [[diamond]] [[armor]]ed player to half a heart.<ref>{{tweet|dinner|289532985340993536|Haha, oops... Nuclear minecarts! (mature language)|January 10, 2013}}</ref> However, if the TNT minecarts explode, they do not destroy any [[rail]]s.

== Gallery ==

<gallery>
File:First TNT Minecart Image.jpg|The first image of minecarts with TNT, released by Dinnerbone.<ref>{{tweet|dinner|288302629803683840|Those blasted pigs have taken the village. We've ran out of options; we must stop them from spreading further!|January 7, 2013}}</ref><ref>{{tweet|dinner|288304442560880643|(Mirror: <nowiki>[imgur link])|January 7, 2013}}</ref> (One can be seen in the lower-left corner.)
File:First TNT Minecart Image ZOOM.jpg|A more zoomed in image.
File:Minecart-with-tnt.png|Minecart with TNT and activator rail for detonation.
File:13w02a Banner.png|The 13w02a banner, with a minecart with TNT and a [[hopper]].
File:Dinnerbone safe boom1.jpg|Dinnerbone showing how minecarts with TNT have controlled explosions.<ref>{{tweet|dinner|291212723755307009|What's the point of properly activating TNT carts if they just blow up your tracks? Let me answer that with an album!|January 15, 2013}}</ref>
File:Dinnerbone safe boom 2.png|Primed minecart with TNT.
File:Dinnerbone safe boom 3.jpg|Explosion from a minecart with TNT. (The "bridge" of rails is left undestroyed by the explosion.)
</gallery>

== References ==

{{reflist}}

{{items}}
{{entities}}

[[Category:Mechanics]]

[[cs:Vozík s TNT]]
[[de:TNT-Lore]]
[[es:Vagoneta con dinamita]]
[[fr:Wagonnet à TNT]]
[[it:Carrello da miniera]]
[[ja:TNT付きのトロッコ]]
[[ko:TNT가 실린 광산 수레]]
[[nl:Mijnkar met TNT]]
[[pl:Wagonik z TNT]]
[[pt:Carrinho de mina com dinamite]]
[[ru:Вагонетка с ТНТ]]
[[uk:Вагонетка з динамітом]]
[[zh:TNT矿车]]</li><li>[[Carrot|Carrot]]<br/>{{about|the natural food item|the golden food|Golden Carrot|the item for controlling saddled pigs|Carrot on a Stick}}
{{Item
| group = Age 0-1
| 1-1 = Carrots Age 0-1.png
| 1-2 = Carrots Age 0-1 BE.png
| group2 = Age 2-3
| 2-1 = Carrots Age 2-3.png
| 2-2 = Carrots Age 2-3 BE.png
| group3 = Age 4-6
| 3-1 = Carrots Age 4-6.png
| 3-2 = Carrots Age 4-6 BE.png
| group4 = Age 7
| 4-1 = Carrots Age 7.png
| 4-2 = Carrots Age 7 BE.png
| image2 = Carrot JE3 BE2.png
| renewable = Yes
| heals = {{hunger|3}}
| stackable = Yes (64)
}}
A '''carrot''' is a [[food]] [[item]] obtained from carrot crops that can be used to plant them, eaten or used as a crafting ingredient.

'''Carrot crops''' are planted in [[farmland]] and used to grow carrots.

== Obtaining ==

=== Breaking ===
{{See also|Fortune#Seeds}}
Fully grown carrot crops drop 2 to 5 carrots ({{frac|3|5|7}} per crop harvested on average). Yield can be increased using a tool enchanted with [[Fortune]], with Fortune III harvesting an average of {{frac|5|3|7}} carrots.

The yield is calculated by a binomial distribution: 2 drops are fixed, then a drop is attempted three times with a success rate of 57.14286% to yield the extra 0–3 drops. Each level of Fortune enchantment increases the number of attempts by one.

=== Natural generation ===
[[Village]] farm plots have a chance of having carrots. The exact chance depends on the style of the village:

{| class="wikitable"
! Village style !! Chance
|-
| {{EnvSprite|plains-village}} Plains || 30%
|-
| {{EnvSprite|snowy-village}} Snowy || 10%
|}

=== Mob loot ===
[[Zombie]]s, [[husk]]s, and [[zombie villager]]s have a 2.5% ({{frac|1|40}}) chance of dropping either an [[iron ingot]], carrot, or [[potato]] when killed by a player or tamed wolf. This is increased by 1% ({{frac|1|100}}) per level of looting. This gives carrots the following chances of dropping:
* {{frac|1|120}} (about 0.83%)
* {{frac|7|600}} (about 1.17%) with Looting I
* {{frac|9|600}} (about 1.50%) with Looting II
* {{frac|11|600}} (about 1.83%) with Looting III

=== Chest loot ===
{{LootChestItem|carrot}}

== Usage ==
{{see also|Tutorials/Hunger management|title1=Hunger management}}

To eat a carrot, press and hold {{control|use}} while the carrot is selected in the [[hotbar]]. Eating a carrot restores {{hunger|3}} [[hunger]] and 3.6 hunger [[Hunger#Mechanics|saturation]].

=== Farming ===
{{see also|Tutorials/Crop farming|title1 = Crop farming }}

Carrots can be [[farming|farmed]] and harvested on [[farmland]]. Planted carrots take 8 [[Block tick|stages]] to grow, and go through 4 visually distinct stages. Planted carrots require a light level of 9 or greater to continue growing. If the light level is 7 or below, the crops instantly un-plant themselves ("pop off"). It is not possible to plant carrots if the light level is too low.

Crops grow faster if the farmland they are planted in is [[Farmland#Hydration|hydrated]]. Using [[bone meal]] on crops also increases the speed of growth by randomly increasing their growth stage by 2 to 5.

Crops break if pushed by a [[piston]] or if their supporting farmland breaks or turns to dirt (i.e. by being trampled), dropping their usual drops.

If {{cmd|gamerule mobGriefing}} is <code>true</code>, rabbits will find mature carrot [[crops]]{{only|je}} / carrot crops with growth stage greater than 1{{only|be}}. This reduces the growth stages by one, removing the crop completely when the growth stage reaches 0.

=== Breeding ===
Carrots can also be used to [[breed]] and attract [[pig]]s and [[rabbit]]s.

Villagers can pick up carrot items to become willing, which allow them to breed. Villagers require 12 carrots to become willing.

=== Trading ===
Novice-level Farmer villagers have a 25% ({{frac|1|4}}){{only|bedrock}} or 40% ({{frac|2|5}}){{only|java}} chance to buy 22 carrots for an emerald.

=== Crafting ingredient ===
{{crafting usage}}

=== Composting ===
Placing a carrot into a [[composter]] has a 65% chance of raising the compost level by 1.

== Sounds ==

=== Block ===
{{Sound table/Block/Crop}}

=== Item ===
{{Sound table/Entity/Food}}

== Data values ==

=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showblocktags=y
|showforms=y
|generatetranslationkeys=y
|displayname=Carrots
|spritetype=block
|nameid=carrots
|blocktags=bee_growables, crops
|form=block}}
{{ID table
|displayname=Carrot
|spritetype=item
|nameid=carrot
|form=item
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|showforms=y
|shownumericids=y
|generatetranslationkeys=y
|displayname=Carrots
|spritetype=block
|nameid=carrots
|id=141
|form=block
|translationkey=-}}
{{ID table
|displayname=Carrot
|spritetype=item
|nameid=carrot
|id=279
|form=item
|foot=1}}

=== Block states ===
{{see also|Block states}}
{{/BS}}

== Advancements ==
{{load advancements|Husbandry;A Balanced Diet}}

== History ==
{{History|java}}
{{History||1.4.2|snap=12w34a|[[File:Carrot JE1.png|32px]] Added carrots. 
|[[File:Carrots Age 0-1 JE1.png|32px]] [[File:Carrots Age 2-3 JE1.png|32px]] [[File:Carrots Age 4-6 JE1.png|32px]] [[File:Carrots Age 7 JE1.png|32px]] Added carrot crops.
|Carrots can be obtained only as a rare [[drop]] from [[zombie]]s.}}
{{History|||snap=August 28, 2012|slink={{tweet|Dinnerbone|240428477856231424}}|[[Dinnerbone]] released an image of a [[saddle]]d [[pig]] being controlled with a [[carrot on a stick]]. [[Wheat]] was considered as a "fuel" along with carrots,<ref>{{Tweet|Dinnerbone|240188453789257728}}</ref> but Dinnerbone eventually decided on carrots.<ref>{{Tweet|Dinnerbone|240355810650247168}}</ref>}}
{{History|||snap=12w34a|Carrots can now be used to craft [[golden carrot]]s.}}
{{History|||snap=12w36a|Carrots can now be found in [[village]]s.
|Carrots are now used to breed [[pig]]s.
|Carrots are now used to craft [[carrot on a stick]].}}
{{History|||snap=12w37a|[[File:Carrot JE2 BE1.png|32px]] The texture of carrots has now been changed. The texture has been changed to singular carrot, with the tooltip changed to reflect this.}}
{{History||1.5|snap=13w04a|[[Bone meal]] now grows carrots by 1 stage instead of fully growing it. The [[player]] might not see it grow, because some stages look the same.}}
{{History||1.8|snap=14w02a|Carrots now restore {{hunger|3}} points and 3.6 hunger [[saturation]], instead of {{hunger|4}} and 4.8 hunger saturation.
|Farmer [[villager]]s now [[trading|buy]] 15–19 carrots for 1 [[emerald]].}}
{{History|||snap=14w04a|[[Farmer]] (profession) [[villager]]s now harvest fully grown carrots.
|Villagers can now be made willing using 12 carrots.}}
{{History|||snap=14w06a|[[File:Carrots Age 0-1 JE2.png|32px]] [[File:Carrots Age 2-3 JE2.png|32px]] [[File:Carrots Age 4-6 JE2.png|32px]] [[File:Carrots Age 7 JE2.png|32px]] Carrot crops are now a pixel higher - previously they were offset one pixel down as to match farmland's sunken model. This is likely an accidental result of model conversion.}}
{{History|||snap=14w10a|[[File:Missing Model JE2.png|32px]] [[File:Missing Model JE2.png|32px]] [[File:Missing Model JE2.png|32px]] [[File:Missing Model JE2.png|32px]]<br>[[File:Missing Model (anisotropic filtering) JE2.png|32px]] [[File:Missing Model (anisotropic filtering) JE2.png|32px]] [[File:Missing Model (anisotropic filtering) JE2.png|32px]] [[File:Missing Model (anisotropic filtering) JE2.png|32px]]<br>Carrot crops of all stages [[Missing model|no longer have a model]].}}
{{History|||snap=14w10b|[[File:Carrots Age 0-1 JE4.png|32px]] [[File:Carrots Age 2-3 JE4.png|32px]] [[File:Carrots Age 4-6 JE4.png|32px]] [[File:Carrots Age 7 JE4.png|32px]] Carrot crops now have models again.<ref>{{bug|MC-50232}}</ref> In addition, they are now offset downwards by one pixel once more.<ref>{{bug|MC-50155}}</ref>}}
{{History|||snap=14w25a|[[File:Carrots Age 0-1 JE5.png|32px]] [[File:Carrots Age 2-3 JE5.png|32px]] [[File:Carrots Age 4-6 JE5.png|32px]] [[File:Carrots Age 7 JE5.png|32px]] Carrot crops are now darker and subject to directional shading.}}
{{History|||snap=14w27a|[[File:Carrots Age 0-1 JE6.png|32px]] [[File:Carrots Age 2-3 JE6.png|32px]] [[File:Carrots Age 4-6 JE6.png|32px]] [[File:Carrots Age 7 JE6.png|32px]] Carrot crops are no longer subject to directional shading.
|Added [[rabbit]]s, which can be [[breeding|bred]] and/or tamed using carrots. Rabbits also grief carrot crops.
|Carrots are now used to craft [[rabbit stew]].}}
{{History|||snap=14w34a|Rabbits can no longer be tamed.}}
{{History||1.9|snap=15w38a|The [[drops|drop]] chances have now been slightly improved from an average of {{frac|2|3|5}} per [[crops|crop]] harvested to {{frac|2|5|7}}.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this block's numeral ID was 141, and the item's 391.}}
{{History|||snap=18w11a|Carrots can now generate in the chests of [[shipwreck]]s.}}
{{History||1.14|snap=18w43a|[[File:Carrot JE3 BE2.png|32px]] The texture of carrots has now been changed.
|[[File:Carrots Age 0-1 JE7.png|32px]] [[File:Carrots Age 2-3 JE7.png|32px]] [[File:Carrots Age 4-6 JE7.png|32px]] [[File:Carrots Age 7 JE7.png|32px]] The textures of carrot crops have now been changed.}}
{{History|||snap=18w47a|Carrots can now generate in the [[chest]]s of [[pillager outpost]]s.}}
{{History|||snap=19w03a|Placement and breaking [[sound]]s have now been added to carrots.
|Placing a carrot into the new [[composter]] has a 50% chance of raising the compost level by 1.}}
{{History|||snap=19w05a|Carrots now have a 65% chance of increasing the compost level in a composter by 1.}}
{{History||1.15|snap=19w34a|[[Bee]]s can now pollinate carrot crops.}}
{{History||1.17|snap=21w13a|[[File:Carrots Age 0-1 JE8.png|32px]] [[File:Carrots Age 2-3 JE8.png|32px]] [[File:Carrots Age 4-6 JE8.png|32px]] [[File:Carrots Age 7 JE8.png|32px]] The "crop" template model has changed such that pixels appear in the same physical positions on opposite sides of texture planes, changing the carrot crop's appearance in the process.<ref>{{bug|MC-199242}}</ref>}}
{{History||1.18|snap=Pre-release 5|[[File:Carrots Age 7 JE9.png|32px]] A stray dark pixel has been removed from the texture of fully-grown carrots.<ref>{{bug|MC-226711}}</ref>}}

{{History|pocket alpha}}
{{History||v0.8.0|snap=build 1|[[File:Carrot JE2 BE1.png|32px]] Added carrots.
|[[File:Carrots Age 0-1 JE6 BE1.png|32px]] [[File:Carrots Age 2-3 JE6 BE1.png|32px]] [[File:Carrots Age 4-6 JE6 BE1.png|32px]] [[File:Carrots Age 7 JE6 BE1.png|32px]]{{verify|Correct models?}} Added carrot crops.
|Carrots can be obtained by killing [[zombie]]s.}}
{{History|||snap=build 3|Carrots now have a chance to [[drops|drop]] when tilling [[grass block]]s.}}
{{History|||snap=build 4|Carrots are no longer dropped by tilling [[grass block]]s.}}
{{History||v0.9.0|snap=build 1|Carrot crops now naturally spawn in [[village]]s.
|Carrot now used to breed [[pig]]s.}}
{{History||v0.12.1|snap=build 1|Carrots now restore [[hunger]] instead of [[health]].
|Brown robed [[villager]]s can now harvest fully grown carrot crops.
|Carrots can now be used to craft [[golden carrot]]s.}}
{{History||v0.13.0|snap=build 1|Carrots can now be used to breed [[rabbit]]s.
|Carrots can now be used to craft [[rabbit stew]].}}
{{History||v0.15.0|snap=build 1|Carrots are now used to craft [[carrot on a stick]].}}
{{History||v0.16.2|Carrots can now be found in a [[chest]] inside the large house in [[snowy tundra]] and [[snowy taiga]] [[village]]s.}}
{{History|pocket}}
{{History||1.0.4|snap=alpha 1.0.4.0|Farmer [[villager]]s now [[trading|buy]] 15–19 carrots for 1 [[emerald]].
|Carrots can now be picked up by villagers and become willing.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Carrots can now be found inside of [[bonus chest]]s.}}
{{History||1.4.0|snap=beta 1.2.14.2|Carrots can now be found inside [[shipwreck]] chests.}}
{{History||1.10.0|snap=beta 1.10.0.3|Carrots can be found in the new [[pillager outpost]]s.
|[[File:Carrot JE3 BE2.png|32px]] The texture of carrots has now been changed.
|[[File:Carrots Age 0-1 JE7.png|32px]] [[File:Carrots Age 2-3 JE7.png|32px]] [[File:Carrots Age 4-6 JE7.png|32px]] [[File:Carrots Age 7 JE7.png|32px]]{{verify|Correct models?}} The textures of carrot crops have now been changed.}}
{{History||1.11.0|snap=beta 1.11.0.1|Carrots can now be used to fill up [[composter]]s.}}
{{History|||snap=beta 1.11.0.4|[[Trading]] has now been changed, farmer [[villager]]s now have a 25% chance to [[trading|buy]] 22 carrots for an [[emerald]].}}
{{History||1.14.0|snap=beta 1.14.0.1|[[Bee]]s can now pollinate carrot crops.}}
{{History||?|[[File:Carrots Age 0-1 BE.png|32px]] [[File:Carrots Age 2-3 BE.png|32px]] [[File:Carrots Age 4-6 BE.png|32px]] [[File:Carrots Age 7 BE.png|32px]] Carrot crop planes use a mapping that results in very unnatural mirroring when viewed from certain angles, such as northwest.<ref>{{bug|MCPE-146936}}</ref>}}

{{History|console}}
{{History||xbox=TU14|xbone=CU1|ps=1.04|wiiu=Patch 1|switch=1.0.1|[[File:Carrot JE2 BE1.png|32px]] Added carrots.
|[[File:Carrots Age 0-1 JE6 BE1.png|32px]] [[File:Carrots Age 2-3 JE6 BE1.png|32px]] [[File:Carrots Age 4-6 JE6 BE1.png|32px]] [[File:Carrots Age 7 JE6 BE1.png|32px]]{{verify|Correct models?}} Added carrot crops.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Carrot JE3 BE2.png|32px]] The texture of carrots has now been changed.
|[[File:Carrots Age 0-1 JE7.png|32px]] [[File:Carrots Age 2-3 JE7.png|32px]] [[File:Carrots Age 4-6 JE7.png|32px]] [[File:Carrots Age 7 JE7.png|32px]]{{verify|Correct models?}} The textures of carrot crops have now been changed.}}
{{History||xbox=none|xbone=none|ps=1.91|wiiu=none|switch=none|Carrots can now be used to fill up [[composter]]s.}}

{{History|New 3DS}}
{{History||0.1.0|[[File:Carrot JE2 BE1.png|32px]] Added carrots.
|[[File:Carrots Age 0-1 JE6 BE1.png|32px]] [[File:Carrots Age 2-3 JE6 BE1.png|32px]] [[File:Carrots Age 4-6 JE6 BE1.png|32px]] [[File:Carrots Age 7 JE6 BE1.png|32px]]{{verify|Correct models?}} Added carrot crops.}}
{{History|foot}}

=== Carrots "item" ===
{{:Technical blocks/Carrots}}

== Issues ==
{{issue list}}

== Gallery ==
<gallery>
AllSeeds.png|All the seeds that exist in the game (except [[nether wart]] and [[cocoa beans]]).
VillageGrowingCarrotsAndPotatoes.png|Carrots and [[potato]]es found growing naturally in a [[village]].
Carrots Growing.png|Carrots in multiple stages of growth.
Carrot Dungeon.jpg|A carrot that dropped from a zombie, just to the right of the [[spawner]].
Carrot SDGP.png|Carrot in the [[Super Duper Graphics Pack]].
</gallery>

== References ==
{{reflist}}

{{Items}}
{{blocks|vegetation}}

[[Category:Plants]]
[[Category:Food]]
[[Category:Renewable resources]]
[[Category:Non-solid blocks]]
[[Category:Generated structure blocks]]

[[cs:Mrkev]]
[[de:Karotte]]
[[es:Zanahoria]]
[[fr:Carotte]]
[[hu:Sárgarépa]]
[[ja:ニンジン]]
[[ko:당근]]
[[lzh:胡蘿蔔]]
[[nl:Wortel]]
[[pl:Marchewka]]
[[pt:Cenoura]]
[[ru:Морковь]]
[[th:แคร์รอต]]
[[uk:Морква]]
[[zh:胡萝卜]]</li></ul></nowiki>
16w32aEnabled the use of block states in commands.
1.13
{{Extension DPL}}<ul><li>[[Drinks|Drinks]]<br/>[[File:Drinking Steve.png|150px|right]] [[File:Drinking Alex.png|150px|right]]

'''Drinks''' are a narrow class of consumable [[item]]s that can be ingested by the [[player]] in an extremely similar manner to [[food]]. However, drinks are not encountered quite as commonly as food is, and they are not nearly as integral to Survival gameplay. Drinks can generally be distinguished from food by the sounds they make upon consumption, the lack of [[particles]] they emit, and the fact that they leave an empty container item in the [[inventory]] after consumption. Drinks do not affect [[hunger]] or saturation values upon use (with the exception of [[honey bottle]]s), and do not need those values to be depleted in order to be consumed.

Drinks are drunk by holding {{control|use item}} while having the drink item selected in the hotbar or in the off hand.

== Drinks ==

{{/table}}

== History ==
{{main|Milk#History|Potion#History|Honey Bottle#History}}
{{History|java alpha}}
{{History||v1.0.11|[[File:Milk Bucket JE1 BE1.png|32px]] Added milk.}}
{{History|java}}
{{History||1.0.0|snap=Beta 1.9 Prerelease 3|Added water bottles and potions.}}
{{History||1.15|snap=19w34a|[[File:Honey Bottle JE1.png|32px]] Added honey bottles.}}

{{History|pocket alpha}}
{{History||v0.7.0|[[File:Milk Bucket JE1 BE1.png|32px]] Added milk buckets.}} 
{{History||v0.12.1|snap=build 1|Added water bottles and potions.}}
{{History|bedrock}}
{{History||1.14.0|snap=beta 1.14.0.1|[[File:Honey Bottle BE1.png|32px]] Added honey bottles.}} 
{{History|foot}}
{{Items}}

[[ja:飲み物]]
[[pt:Bebidas]]
[[Category:Food]]</li><li>[[Painting|Painting]]<br/>{{ItemEntity
|title=Painting
|image=Painting JE2 BE2.png
|extratext=View [[#Renders|all renders]]
|renewable=Yes
|stackable=Yes (64)
|drops=1 {{ItemLink|Painting}}
}}
'''Paintings''' are decorative [[entity|entities]] that hang on walls.

== Obtaining ==
=== Crafting ===
{{Crafting
|A1= Stick |B1= Stick    |C1= Stick
|A2= Stick |B2= Any Wool |C2= Stick
|A3= Stick |B3= Stick    |C3= Stick
|Output= Painting
|type= Decoration block
}}

Paintings can be crafted with any color of [[wool]]. The color of the wool used does not influence the picture chosen when the painting is placed.
Once placed, it displays a random painting.

=== Breaking ===
To remove a painting from a wall, the player can {{control|attack}} it, break one of its supporting blocks, cover one square of it with a block, hit it with an arrow, egg, ender pearl, snowball, or fire charge, or subject it to an explosion. The painting then drops as an item. Arrows that hit paintings disappear.

=== Trading ===
Master-level shepherd [[villager]]s sell 3 paintings for 2 [[emerald]]s.

== Usage ==
=== Placement ===
Paintings can be placed on the sides of [[solid block]]s, [[sign]]s, [[banner]]s, or [[sculk vein]]s. A small gap is visible between the painting and attachment surface. There are several different sizes of paintings (see below). When placed, a painting checks for the largest amount of space it has. It then chooses a random painting of that size. The player can add blocks around the painting to ensure it is the size wanted. When the supporting blocks are removed, the painting breaks after 20 game [[tick]]s (1 second) if no supporting blocks are replaced during that interval.

=== Properties ===
Being an entity, paintings can simultaneously exist in the same space as blocks such as water or torches. Specifically, they can share the space with any block whose collision box does not intersect its hitbox.

Players and mobs are able to walk through paintings, as long as the blocks supporting the painting allow it. Secret doorways can be created this way. [[Light]] propagates through paintings as well.

If a player is concealed behind a painting, the player's name is also concealed from other players.{{verify|Is this true in Bedrock?}}

Paintings are non-flammable.

== Canvases ==
{{Stub|Needing the new painting renders}}
There are 31 paintings in the game. These are mostly based on paintings by [[Kristoffer Zetterstrand]], who also created the ''Minecraft'' versions.

{| class="wikitable stikitable" style="text-align: center" data-description="Paintings"
! style="min-width:150px" |Canvas
! style="min-width:3em;max-width:4em" |Size
! style="min-width:3em" |Original
! style="min-width:3em" |Name
! style="min-width:3em;max-width:4.5em" |[[Resource location]]
! style="min-width:10em" |Description
! Java Edition version added
|-
! [[File:Alban (texture).png|64px]]
| rowspan="7" | 1×1 blocks<br>16×16 pixels || [https://zetterstrand.com/work/pictures/archive/alban.jpeg "Albanian"] || Albanian || <code>alban</code> || A man wearing a fez next to a house and a bush. As the name of the painting suggests, it may be a landscape in [[Wikipedia:Albania|Albania]]. || rowspan="9" | [[Indev 20100223]]
|-
! [[File:Aztec (texture).png|64px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/2aztbig.jpg "de_aztec"]|| de_aztec || <code>aztec</code> || [[Wikipedia:Noclip mode|Free-look]] perspective of the map [[w:c:counterstrike:Aztec|de_aztec]] from the video game ''[[Wikipedia:Counter-Strike (video game)|Counter-Strike]]''. 
|-
! [[File:Aztec2 (texture).png|64px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/11aztec_for_print.jpg "de_aztec"]|| de_aztec || <code>aztec2</code> || [[Wikipedia:Noclip mode|Free-look]] perspective of the map [[w:c:counterstrike:Aztec|de_aztec]] from the video game ''[[Wikipedia:Counter-Strike (video game)|Counter-Strike]]''. 
|-
! [[File:Bomb (texture).png|64px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/12bomb.jpg "Target successfully bombed"]|| Target Successfully Bombed || <code>bomb</code> || The map [[w:c:counterstrike:Dust II|de_dust2]] from the video game ''[[Wikipedia:Counter-Strike (video game)|Counter-Strike]]'', named “target successfully bombed" in reference to the game. 
|-
! [[File:Kebab (texture).png|64px]]
|[https://zetterstrand.com/work/pictures/archive/kebab2.jpg "Kebab med tre pepperoni"] || Kebab med tre pepperoni || <code>kebab</code> || A kebab with three green chili peppers. 
|-
! [[File:Plant (texture).png|64px]]
|[https://zetterstrand.com/work/pictures/archive/paradistrad.jpeg "Paradisträd"] || Paradisträd || <code>plant</code> || Still life of two plants in pots. "Paradisträd" is Swedish for "[[Wikipedia:Crassula ovata|money tree]]", which is a common name for the depicted species in Scandinavia. 
|-
! [[File:Wasteland (texture).png|64px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/Wasteland_1920.jpg "Wasteland"]|| Wasteland || <code>wasteland</code> || A view of some wastelands; a small animal (presumably a rabbit) is sitting on the window ledge. 
|-
! [[File:Courbet (texture).png|128px]]
| rowspan="5" | 2×1 blocks<br>32×16 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/bonjourmonsieurcourbet_BIG.jpg "Bonjour monsieur Courbet"]|| Bonjour Monsieur Courbet || <code>courbet</code> || Two hikers with pointy beards seemingly greeting each other. Based on Gustave Courbet's painting ''[[Wikipedia:La rencontre|The Meeting or "Bonjour, Monsieur Courbet"]]''. 
|-
! [[File:Pool (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/thepool_1920.jpg "The pool"]|| The Pool || <code>pool</code> || Some men and women skinny-dipping in a pool over a cube of sorts. Also there is an old man resting in the lower-right edge. 
|-
! [[File:Sea (texture).png|128px]]
| rowspan=2 |[https://zetterstrand.com/eventz/wp-content/uploads/SeaSide_1920.jpg "Seaside"]
| Seaside
| <code>sea</code>
| Mountains and a lake, with a small photo of a mountain and a bright-colored plant on the window ledge. || [[Indev 20100223]] / [[Alpha v1.1.1]]
|-
! [[File:Creebet (texture).png|128px]]
| Creebet || <code>creebet</code> || Mountains and a lake, with a small photo of a mountain and a creeper looking at the viewer through a window. || [[Alpha v1.1.1]]
|-
! [[File:Sunset (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/sunset_dense.jpg "sunset_dense"]|| sunset_dense || <code>sunset</code> || A view of mountains at sunset. || [[Indev 20100223]]
|-
! [[File:Graham (texture).png|64px]]
| rowspan="2" | 1×2 blocks<br>16×32 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/graham.jpg "Graham"]|| Graham || <code>graham</code> || King Graham, the player character in the video game series ''[[Wikipedia:King's Quest|King's Quest]]''. The original is based on ''[[Wikipedia:File:Sánchez_Cotán_(Bodegón_con_membrillo,_repollo,_melón_y_pepino).jpg|Still Life with Quince, Cabbage, Melon, and Cucumber]]'' by Juan Sánchez Cotán.|| [[Alpha v1.1.1]]
|-
! [[File:Wanderer (texture).png|64px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/wanderer_1920.jpg "Wanderer"]|| Wanderer || <code>wanderer</code> || A version of Caspar David Friedrich's famous painting ''[[Wikipedia:Wanderer above the Sea of Fog|Wanderer above the Sea of Fog]]''. || rowspan="4" | [[Indev 20100223]]
|-
! [[File:Bust (texture).png|128px]]
| rowspan="6" | 2×2 blocks<br>32×32 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/bust_1915.jpg "Bust"]|| Bust || <code>bust</code> || A bust of [[Wikipedia:Marcus Aurelius|Marcus Aurelius]] surrounded by fire. 
|-
! [[File:Match (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/Match_rgb_1918.jpg "Match"]|| Match || <code>match</code> || A hand holding a match, causing fire on a white cubic gas fireplace. 
|-
! [[File:Skull and Roses (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/moonlight-installation_1920.jpg "Moonlight Installation"]|| Skull and Roses || <code>skull_and_roses</code> || A skeleton at night with red flowers in the foreground. The original painting was different, depicting a woman sitting in a couch, while the skull is in the middle of a body of glacial water of sorts. 
|-
! [[File:Stage (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/The-stage-is-set-1.jpg "The stage is set"]
| The Stage Is Set
| <code>stage</code>
| Scenery from ''[[Wikipedia:Space Quest I|Space Quest I]]'', with the character Graham from the video game series ''[[Wikipedia:King's Quest|King's Quest]]'' appearing twice. || [[Indev 20100223]] / [[Alpha v1.1.1]]
|-
! [[File:Void (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/the-void_1920.jpg "The Void"]|| The void || <code>void</code> || An angel praying into a void with fire below. || [[Indev 20100223]]
|-
! [[File:Wither (painting texture).png‎|128px]]
| – || Wither || <code>wither</code> || The creation of a [[wither]]. 
This is the only painting not based on a real painting. Made by Jens Bergensten.<ref>{{Citation|url=https://www.youtube.com/watch?v=kK5Y4k-vVXc|title=Who Made Minecraft’s LAST Painting?!|author=AntVenom|website=YouTube|date=29 October 2022}}</ref><ref>https://www.reddit.com/r/Minecraft/comments/1tzav2/comment/cedagcy/</ref>
|| [[Java Edition 1.4.2]] ([[12w36a]])
|-
! [[File:Fighters (texture).png|128px]]
| 4×2 blocks<br>64×32 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/fighters.jpg "Fighters"]|| Fighters || <code>fighters</code> || Two men poised to fight. Paper versions of fighters from the game ''[[Wikipedia:International Karate +|International Karate +]]''. || [[Indev 20100223]]
|-
! [[File:Donkey Kong (texture).png|128px]]
| rowspan="2" | 4×3 blocks<br>64×48 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/kong.jpg "Kong"]|| Kong || <code>donkey_kong</code> || A paper-looking screenshot of the level [https://www.mariowiki.com/100m 100m] from the arcade game ''[[Wikipedia:Donkey Kong (arcade game)|Donkey Kong]]''. || rowspan="2" | [[Alpha v1.1.1]]
|-
! [[File:Skeleton (painting texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/mortal_coil.jpg "Mortal Coil"]|| Mortal Coil || <code>skeleton</code> || [[w:c:grim-fandango:Bruno Martinez|Bruno Martinez]] from the adventure game ''[[Wikipedia:Grim Fandango|Grim Fandango]]''. 
|-
! [[File:Burning Skull (texture).png‎|128px]]
| rowspan="3" | 4×4 blocks<br>64×64 pixels ||[https://zetterstrand.com/eventz/wp-content/uploads/skull_on_fire_framed_c_1910.jpg "Skull on Fire"]|| Skull On Fire || <code>burning_skull</code> || A Skull on fire; in the background there is a moon in a clear night sky.<br>This painting is based on a Minecraft screenshot,<ref>{{Citation|url=https://web.archive.org/web/20220928041338/https://imgur.com/HVhrbnH|website=Imgur|date=22 August 2020|title=https://web.archive.org/web/20220928041338/https://imgur.com/HVhrbnH}}</ref> with the grass block and a 3D skull added on top.<ref>{{Citation|url=https://web.archive.org/web/20200906184721/https://imgur.com/AwqQFS6|title=https://web.archive.org/web/20200906184721/https://imgur.com/AwqQFS6|website=Imgur|date=23 August 2020}}</ref>
(See the [[:en:Painting#Trivia|trivia]] section for more info.)
| [[Java Edition Beta 1.2 01|Beta 1.2_01]] / [[Java Edition Beta 1.3|Beta 1.3]]
|-
! [[File:Pigscene (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/rgb_1914.jpg "RGB"]|| Pigscene || <code>pigscene</code> <!-- yes, without an underscore --> || A girl pointing to a pig on a canvas. In the original version, the canvas showed red, green and blue blocks, representing the three colors of the [[Wikipedia:RGB color model|RGB color model]] that is typically used by computer displays. It is based on the painting ''[[Wikipedia:File:Jacob van Oost (I) - The Artist's Studio - WGA16654.jpg|The Artist's Studio]]'' by Jacob van Oost.|| [[Alpha v1.1.1]]
|-
! [[File:Pointer (texture).png|128px]]
|[https://zetterstrand.com/eventz/wp-content/uploads/pointer_1920.jpg "Pointer"]|| Pointer || <code>pointer</code> || The main character of the game ''[[Wikipedia:International Karate +|International Karate +]]'' in a fighting stance touching a large hand. It could also be interpreted as a play on Michelangelo's famous painting ''[[Wikipedia:The Creation of Adam|The Creation of Adam]]''. || [[Indev 20100223]]
|-
! TBA || 
Pack || <code>pack</code> || Reference to the pack.png fi || [[Java Edition 1.21]]le
|}

=== Unused paintings ===
In [[Pocket Edition v0.5.0 alpha|v0.5.0 alpha]], with the addition of paintings to Pocket Edition, four unused 32×32 paintings were present in <samp>[[kz.png]]</samp> which remained unused. See {{slink|Bedrock Edition unused features|Paintings}} for more information. They were also added to Java Edition in snapshot [[Java Edition 22w16a|22w16a]]. They cannot be placed by default, but can be summoned by [[commands]] (such as {{cmd|/summon painting ~ ~ ~ {variant:"water"} }}) or through a [[datapack]].

According to [[Helen Zbihlyj]],<ref>https://old.reddit.com/r/Minecraft/comments/u8hpnx/thoughts_on_the_new_paintings/i5olue6/?context=3 ([https://web.archive.org/web/20220422115723/https://old.reddit.com/r/Minecraft/comments/u8hpnx/thoughts_on_the_new_paintings/i5olue6/?context=3 archived])</ref> these paintings were originally added "as part of a Pocket Edition promo map" (no footage found) which was planned to be a part of [[Pocket Edition]] promotion at [[MINECON 2012]] [[MINECON 2013|or 2013]] and have never been used in game. The artist of these paintings remains unknown.

{| class="wikitable stikitable" style="text-align: center" data-description="Paintings"
! style="min-width:100px" |Canvas
! style="min-width:3em;max-width:4em" |Size
! style="min-width:6em" |Name
! style="min-width:10em" |[[Resource location]]
! style="min-width:10em" |Description
! style="min-width:5em;max-width:10em" |Bedrock Edition version added
! style="min-width:5em;max-width:8em" |Java Edition version added
|-
! [[File:Earth (texture) BE2.png|128px]]
| rowspan="4" | 2×2 blocks<br>32×32 pixels || Earth || <code>earth</code> || One of the four {{Wikipedia|Classical element|classical elements}}: Earth. || rowspan="4" | [[Pocket Edition v0.5.0 alpha|v0.5.0 alpha]] || rowspan="4" | [[Java Edition 22w16a|22w16a]]
|-
! [[File:Fire (texture) BE2.png|128px]]
| Fire || <code>fire</code> || One of the four classical elements: Fire. 
|-
! [[File:Water (texture) BE2.png|128px]]
| Water || <code>water</code> || One of the four classical elements: Water. 
|-
! [[File:Wind (texture) BE2.png|128px]]
| Wind || <code>wind</code> || One of the four classical elements: Air. 
|}



==Sounds==
{{Edition|Java}}:
{{Sound table
|sound=Painting break1.ogg
|sound2=Painting break2.ogg
|sound3=Painting break3.ogg
|subtitle=Painting breaks<ref>{{Cite bug|MC|194948|Painting, item frame and lead breaking subtitles inconsistent with block breaking subtitle|date=July 14, 2020}}</ref>
|source=neutral
|description=When a painting is broken or pops off
|id=entity.painting.break
|translationkey=subtitles.entity.painting.break
|volume=1.0
|pitch=1.0
|distance=16}}
{{Sound table
|sound=Painting place1.ogg
|sound2=Painting place2.ogg
|sound3=Painting place3.ogg
|sound4=Painting place4.ogg
|subtitle=Painting placed
|source=neutral
|description=When a painting is placed
|id=entity.painting.place
|translationkey=subtitles.entity.painting.place
|volume=1.0
|pitch=1.0
|distance=16
|foot=1}}

{{Edition|Bedrock}}:
{{Sound table
|type=bedrock
|sound=Item Frame break1.ogg
|sound2=Item Frame break2.ogg
|sound3=Item Frame break3.ogg
|source=block
|description=When a painting is broken or pops off
|id=block.itemframe.break
|volume=1.0
|pitch=1.0}}
{{Sound table
|sound=Item Frame add item1.ogg
|sound2=Item Frame add item2.ogg
|soumd3=Item Frame add item3.ogg
|sound4=Item Frame add item4.ogg
|source=block
|description=When a painting is placed
|id=block.itemframe.add_item
|volume=1.0
|pitch=1.0
|foot=1}}

== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|firstcolumnname=Item
|showforms=y
|generatetranslationkeys=y
|displayname=Painting
|spritetype=item
|nameid=painting
|form=item
|foot=1}}
{{ID table
|edition=java
|firstcolumnname=Entity
|generatetranslationkeys=y
|displayname=Painting
|spritetype=entity
|nameid=painting
|foot=1}}

{{edition|bedrock}}:
{{ID table
|edition=bedrock
|firstcolumnname=Item
|shownumericids=y
|showforms=y
|notshowbeitemforms=y
|generatetranslationkeys=y
|displayname=Painting
|spritetype=item
|nameid=painting
|id=357
|form=item
|foot=1}}
{{ID table
|edition=bedrock
|firstcolumnname=Entity
|shownumericids=y
|generatetranslationkeys=y
|displayname=Painting
|spritetype=entity
|nameid=painting
|id=83
|foot=1}}

=== Entity data ===

Paintings have entity data that defines various properties of the entity.

{{el|java}}:
{{main|Entity format}}
{{/ED}}

{{el|bedrock}}:
: See [[Bedrock Edition level format/Entity format]].

== Video ==
<div style="text-align:center">{{yt|M3vWDirTMek}}</div>

== History ==
{{History|java indev}}
{{History||20100223|[[File:Painting JE1 BE1.png|32px]] Added paintings.
|There are currently 19 canvases, which can be viewed at [[Java Edition history of textures/Paintings]].
|The [[crafting]] recipe of paintings uses eight [[planks]].
{{{!}} class{{=}}"collapsible collapsed"
! Recipe
{{!}}-
{{!}}
{{Crafting Table
  |A1=Oak Planks
  |B1=Oak Planks
  |C1=Oak Planks
  |A2=Oak Planks
  |B2=Light Gray Wool
  |C2=Oak Planks
  |A3=Oak Planks
  |B3=Oak Planks
  |C3=Oak Planks
  |Output=Painting
}}
{{!}}}
|Painting textures are currently stored on a [[texture atlas]] called <samp>[[kz.png]]</samp>.}}
{{History|java infdev}}
{{History||20100227-1|The [[crafting]] recipe has of paintings has been changed, so that it now uses [[stick]]s, rather than [[planks]].
{{{!}} class{{=}}"collapsible collapsed"
! Recipe
{{!}}-
{{!}}
{{Crafting Table
  |A1=Stick
  |B1=Stick
  |C1=Stick
  |A2=Stick
  |B2=Light Gray Wool
  |C2=Stick
  |A3=Stick
  |B3=Stick
  |C3=Stick
  |Output=Painting
}}
{{!}}}
}}
{{History|java alpha}}
{{History||v1.1.1|Added five more painting canvases, for a total of 24.
|The textures of two paintings have been changed.}}
{{History|java beta}}
{{History||1.2_01|Added a new painting, although it uses an untextured part of <samp>kz.png</samp> due to the painting texture not yet being implemented.}}
{{History||1.3|The texture of the new painting, has been added to the part of <samp>kz.png</samp> displayed by the new painting.}}
{{History||April 27, 2011|link=https://web.archive.org/web/20201111211000/https://notch.tumblr.com/post/4988431144/the-maps|Custom paintings are mentioned by [[Notch]].}}
{{History||1.7.3|Paintings pushed by [[piston]]s now pop off.}}
{{History|java}}
{{History||1.4.2|snap=12w36a|Added new painting canvas 'Wither'.
|Paintings can now be placed overlapping one another.}}
{{History||1.8|snap=14w10a|Paintings can no longer be placed directly inside of each other.}}
{{History||1.9|snap=15w49a|Paintings can no longer be destroyed by [[lightning]].}}
{{History|||snap=15w50a|Added [[sound]]s for placing and breaking paintings: <code>entity.painting.place</code> and <code>entity.painting.break</code>.}}
{{History||1.11|snap=16w32a|The [[entity]] ID for paintings has been changed from <code>Painting</code> to <code>painting</code>.}}
{{History||1.12|snap=17w06a|Paintings now have a more intuitive placement system. When placed, a painting always uses the maximum possible amount of available space.}}
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[item]]'s numeral ID was 321.}}
{{History|||snap=18w02a|Paintings now use a [[resource location]] for their motive.}}
{{History||1.14|snap=18w43a|[[File:Painting JE2 BE2.png|32px]] The [[item]] texture of paintings has been changed.}}
{{History|||snap=19w07a|Paintings are now stored as individual image files instead of parts of a single large image file, and now support animations.}}
{{History|||snap=19w11a|Shepherd [[villager]]s now [[trading|sell]] paintings.}}
{{History||1.17|snap=21w11a|The painting back texture has been updated to be in line with the texture update.}}
{{History||1.19|snap=22w16a|Added the four unused paintings from Bedrock Edition: "Earth", "Wind", "Fire", and "Water".|These paintings can only be added through a [[data pack]], or with the {{cmd|summon}} command.}}
{{History||1.19.4|snap=23w06a|Added [[painting]] variants to "Functional Blocks" tab.|Paintings with pre-defined variant will now display author, title and size in description when hovered over.|The "Operator Utilities" tab now contains the four paintings that are not available in Survival mode.}}
{{History||1.21|snap=TBA|Added 5 new paintings, one 1x1, one 2x1, one 2x2, one 3x2 and one 4x4}}


}

{{History|pocket alpha}}
{{History||v0.5.0|[[File:Painting JE1 BE1.png|32px]] Added paintings.
|There are currently 25 canvases, which can be viewed at [[Bedrock Edition history of textures/Paintings]].}}
{{History||v0.8.0|snap=build 3|A new painting rendering has been added.{{info needed|What exactly changed?}}}}
{{History||v0.12.1|snap=build 1|Paintings are no longer available from the [[nether reactor]].}}
{{History||v0.15.0|snap=build 1|Paintings now have [[sound]]s when placed and broken.}}
{{History|pocket}}
{{History||1.0.7|Added new painting canvas 'Wither'.}}
{{History|bedrock}}
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Painting JE2 BE2.png|32px]] The [[item]] texture of paintings has been changed.}}
{{History||1.11.0|snap=beta 1.11.0.4|Paintings can now be [[trading|bought]] from shepherd [[villager]]s.}}
{{History||1.17.0|snap=beta 1.17.0.50|The painting back texture has been updated to be in line with the texture update.}}

{{History|console}}
{{History||xbox=TU1|xbone=CU1|ps=1.0|wiiu=Patch 1|switch=1.0.1|[[File:Painting JE1 BE1.png|32px]] Added paintings.
|There are currently 25 canvases, which can be viewed at [[Legacy Console Edition history of textures/Paintings]].}}
{{History||xbox=TU11|The limit for paintings in a world has been increased. 
|A message is now displayed when the maximum paintings are reached.}}
{{History||xbox=TU14|ps=1.04|Added new painting canvas 'Wither'.}}
{{History||xbox=TU43|xbone=CU33|ps=1.36|wiiu=Patch 13|Added [[sound]]s for paintings.}}
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Painting JE2 BE2.png|32px]] The [[item]] texture of paintings has been changed.}}

{{History|3ds}}
{{History||0.1.0|[[File:Painting JE1 BE1.png|32px]] Added paintings.
|There are currently 25 canvases, which can be viewed at [[New Nintendo 3DS Edition history of textures/Paintings]].}}
{{History|foot}}

== Issues ==
{{issue list}}

== Trivia ==
* On April 26, 2011, Notch stated that the automapping code can be used to share custom paintings and books in the future.<ref>{{tweet|notch|62970142207913984|The auto mapping code can be used to share custom paintings and books in the future. There's a hard cap on 65536 of each/world, though|April 26, 2011}}</ref>
* The texture on the back of a painting is the same as the wooden planks texture, but with a yellowish color similar to that of [[chests]] (but slightly darker).
* The "Skull on Fire" painting contains a Minecraft world in the background, which is based on a screenshot taken by the artist in [[Java Edition Alpha v1.1.2 01|Alpha 1.1.2_01]] (or earlier) on October 12, 2010, at 13:22:49 (UTC+2).<ref>{{cite|url=https://web.archive.org/web/20220928041338/https://imgur.com/HVhrbnH|title=The original (never publicly shared before) screenshot that Kristoffer Zetterstrand took and based his painting on.|website=Imgur}}</ref>
**The seeds for this world are -1044887956651363087 and -6984854390176336655 (both are the same), standing at X=-249.65, Y=91, Z=-29.04.<ref>https://pastebin.com/fzAY9ES4</ref><ref>https://www.reddit.com/r/Minecraft/comments/iqg3ey/the_original_screenshot_seed_of_the_minecraft/</ref>
* The "Skull on Fire" painting's texture was added in [[Java Edition Beta 1.3|Beta 1.3]]. However, the code for paintings to randomly display the part of the [[Kz.png]] texture that was to be occupied by the Burning Skull painting was added earlier, in [[Java Edition Beta 1.2_01|Beta 1.2_01]]. As there was nothing on this part of the texture except for a purple background grid, this is what would be displayed if the painting was randomly chosen, until the Burning Skull painting texture was actually added.
* The original "Skull on Fire" painting was given to the winner of an official texture pack competition by Mojang.<ref>https://web.archive.org/web/20110110003612/http://www.webhallen.com:80/minecraft/</ref>

== Gallery ==
<gallery>
File:Notch Painting Screenshot.png|The first image of paintings released by [[Notch]].
File:Skull on Fire world.jpg|The original screenshot behind the "Skull on Fire" painting.
File:Burning Skull Render.jpg|A render of the "Skull on Fire" painting that [[Kristoffer Zetterstrand]] used as a reference image.
File:Skull on Fire IRL.jpg|The original "Skull on Fire" painting being painted.
File:Burning Skull JE1.png|The "Skull on Fire" painting as it appeared between versions [[Java Edition Beta 1.2_01|Beta 1.2_01]] and [[Java Edition Beta 1.2_02|Beta 1.2_02]], prior to its texture being added in [[Java Edition Beta 1.3|Beta 1.3]].
</gallery>

=== Renders ===
<gallery>
Alban.png | Albanian
Aztec.png | de_aztec
Aztec2.png | de_aztec
Bomb.png | Target Successfully Bombed
Kebab.png | Kebab med tre pepperoni
Plant.png | Paradisträd
Wasteland.png | Wasteland
Courbet.png | Bonjour Monsieur Courbet
Creebet.png | Creebet
Pool.png | The Pool
Sea.png | Seaside
Sunset.png | sunset_dense
Graham.png | Graham
Wanderer.png | Wanderer
Bust.png | Bust
Match.png | Match
Skull and Roses.png | Skull and Roses
Stage.png | The Stage Is Set
Void.png | The void
Wither (painting).png | Wither
Fighters.png | Fighters
Donkey Kong.png | Kong
Skeleton (painting).png | Mortal Coil
Burning Skull.png | Skull On Fire
Pigscene.png | Pigscene
Pointer.png | Pointer
Earth BE2.png | Earth
Fire BE2.png | Fire
Water BE2.png | Water
Wind BE2.png | Wind
</gallery>

== See also ==
* [[Item Frame]]
* [[Bedrock Edition unused features#Paintings|Unused paintings]]
* [[Kz.png]]
* [[Kristoffer Zetterstrand]]

== References ==
{{reflist}}

== External links ==
*[https://www.minecraft.net/en-us/article/taking-inventory-painting Taking Inventory: Painting] – Minecraft.net on January 18, 2019

{{items}}
{{entities}}

[[cs:Obraz]]
[[de:Gemälde]]
[[es:Cuadro]]
[[fr:Tableau]]
[[hu:Festmény]]
[[it:Quadro]]
[[ja:絵画]]
[[ko:그림]]
[[nl:Schilderij]]
[[pl:Obraz]]
[[pt:Quadro]]
[[ru:Картина]]
[[th:ภาพวาด]]
[[uk:Картина]]
[[zh:画]]</li></ul>
17w47aMany block states got added, changed and removed due to the Flattening.
Added the debug stick, which is an item used to edit the block states of blocks.
Fluids are now semi-independent from blocks, so they now have their own fluid states.
  1. Sometimes they're different: A block state may refer to a state of the block type, also known as a block permutation in Bedrock Edition, e.g. a south facing pressed button. While a block property refers to a specific property used to define a block state, e.g. facing property of button block.
  2. MC-265476 — resolved as "Works As Intended".
  3. https://bugs.mojang.com/browse/MCPE-152036
  4. https://bugs.mojang.com/browse/MCPE-152036
  5. https://bugs.mojang.com/browse/MCPE-152036
Advertisement