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
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| damage | 0x40x8 | undamaged
| broken | 3 | Broken Anvil (inaccessible, uses anvil base texture) |
slightly_damaged | 1 | Slightly Damaged Anvil. | |||
undamaged | 0 | Anvil. | |||
very_damaged | 2 | Very Damaged Anvil. | |||
| direction | 0x10x2 | 0 | 0123 | 0123 | The facing direction. Opposite from the direction a player faces when placing the block.
|
Amethyst Buds and Amethyst Cluster
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | up | updownnorthsoutheastwest | The direction that the amethyst is facing, determined by its anchoring. |
| waterlogged | false | truefalse | Whether or not the amethyst is located inside of water. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | Not Supported | 0 | 012345 | Unsupported | The direction that the amethyst is facing.
|
Bamboo
Java Edition:
Bamboo
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 01 | The age of the bamboo, if this is 1 the bamboo appears thicker. |
| leaves | none | largenonesmall | The size of the leaves on this bamboo block. |
| stage | 0 | 01 | The stage is incremented at random intervals. At stage 1, bamboo may try to grow more bamboo above it. |
Bedrock Edition:
Bamboo:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age_bit | 0x8 | false | falsetrue | 01 | The stage is incremented at random intervals. When true, bamboo may try to grow more bamboo above it. |
| bamboo_leaf_size | 0x20x4 | no_leaves | no_leavessmall_leaveslarge_leaves | 012 | The size of the leaves on this bamboo block. |
| bamboo_stalk_thickness | 0x1 | thin | thinthick | 01 | The thickness of the bamboo, if this is thick the bamboo appears thicker. |
Bamboo Sapling:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age_bit | 0x1 | false | falsetrue | 01 | Specifies the sapling's growth stage. |
| sapling_type | Not Supported | oak | acaciabirchdark_oakjungleoakspruce | Unsupported | Unused. |
Banners
Java Edition:
Floor
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| rotation | 0
| 0 | The block is facing south. |
1 | The block is facing south-southwest. | ||
2 | The block is facing southwest. | ||
3 | The block is facing west-southwest. | ||
4 | The block is facing west. | ||
5 | The block is facing west-northwest. | ||
6 | The block is facing northwest. | ||
7 | The block is facing north-northwest. | ||
8 | The block is facing north. | ||
9 | The block is facing north-northeast. | ||
10 | The block is facing northeast. | ||
11 | The block is facing east-northeast. | ||
12 | The block is facing east. | ||
13 | The block is facing east-southeast. | ||
14 | The block is facing southeast. | ||
15 | The block is facing south-southeast. |
Wall
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
- Standing
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| ground_sign_direction | 0x10x20x40x8 | 0
| 0 | 0 | The block is facing south. |
1 | 1 | The block is facing south-southwest. | |||
2 | 2 | The block is facing southwest. | |||
3 | 3 | The block is facing west-southwest. | |||
4 | 4 | The block is facing west. | |||
5 | 5 | The block is facing west-northwest. | |||
6 | 6 | The block is facing northwest. | |||
7 | 7 | The block is facing north-northwest. | |||
8 | 8 | The block is facing north. | |||
9 | 9 | The block is facing north-northeast. | |||
10 | 10 | The block is facing northeast. | |||
11 | 11 | The block is facing east-northeast. | |||
12 | 12 | The block is facing east. | |||
13 | 13 | The block is facing east-southeast. | |||
14 | 14 | The block is facing southeast. | |||
15 | 15 | The block is facing south-southeast. |
- Wall
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 2345 | 2345 | The direction the block is facing. For example, a block facing east is attached to a block to its west.
|
01 | 01 | Unused |
Barrel
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | downeastnorthsouthupwest | The direction the barrel is facing. |
| open | false | falsetrue | Whether the barrel is currently being looked at by a player; changes the texture on the top face. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the barrel is facing.
|
| open_bit | 0x8 | 0 | 01 | 01 | Whether the barrel is currently being looked at by a player; changes the texture on the top face. |
Basalt and Polished Basalt
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The basalt is oriented east–west. |
y | The basalt is oriented vertically. | ||
z | The basalt is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| x | 1 | The basalt is oriented east–west. |
y | 0 | The basalt is oriented vertically. | |||
z | 2 | The basalt is oriented north–south. |
Beds
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the head of the bed is pointing. The same direction the player faces when placing the bed. |
| occupied | false | falsetrue | True when a player or villager is using the bed. |
| part | foot | foothead | The half of the bed in the current block. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the head of the bed is pointing.
|
| head_piece_bit | 0x8 | true | falsetrue | 01 | If the current block is the head part. |
| occupied_bit | 0x4 | false | falsetrue | 01 | True when a player or villager is using the bed. |
Bedrock
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| infiniburn_bit | 0x1 | false | falsetrue | 01 | Specifies if this bedrock can burn indefinitely. |
Beehive
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The opposite from the direction the player faces while placing the block. |
| honey_level | 0 | 012345 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | Not Supported | 0 | 0123 | Unsupported | The direction the block faces.
|
| honey_level | Not Supported | 0 | 012345 | Unsupported | 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. |
Beetroots
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | |
1 | |||
2 | |||
3 | Fully grown. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 01 | 01 | |
23 | 23 | ||||
456 | 456 | ||||
7 | 7 | Fully grown. |
Bell
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| attachment | floor | ceilingdouble_wallfloorsingle_wall | What the bell is attached to. |
| facing | north | eastnorthsouthwest | The direction the bell is facing. Opposite from the direction the player faces when placing a bell. |
| powered | false | truefalse | Whether the bell is attached to a power source, such as a redstone torch. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| attachment | 0x40x8 | standing | standinghangingsidemultiple | 0123 | What the bell is attached to. |
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the bell is facing. Opposite from the direction a player faces when placing the block.
|
| toggle_bit | 0x10 | false | falsetrue | 01 | Each time the bell is rung, this value toggles between true and false. |
Big Dripleaf
Java Edition: Leaf:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | What direction this big dripleaf is facing. |
| tilt | none | fullnonepartialunstable | How far this big dripleaf is tilted. |
| waterlogged | false | falsetrue | Whether there is water in the same place as this big dripleaf. |
Stem:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | What direction this big dripleaf is facing. |
| waterlogged | false | falsetrue | Whether there is water in the same place as this big dripleaf. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| big_dripleaf_head | Not Supported | 1 | 01 | Unsupported | Whether this is the leaf part or the stem part of big dripleaf. |
| big_dripleaf_tilt | Not Supported | none | none unstable partial_tilt full_tilt | Unsupported | How far this big dripleaf is tilted. |
| direction | Not Supported | 0 | 0123 | Unsupported | What direction this big dripleaf is facing. Opposite from the direction a player faces when placing the block.
|
Blast Furnace
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the blast furnace's opening faces. The opposite from the direction the player faces while placing the blast furnace. |
| lit | false | falsetrue | If the blast furnace is lit. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 3 | 2345 | 2345 | The direction the blast furnace's opening face.
|
01 | 01 | Unused |
Block of Bamboo and Block of Stripped Bamboo[upcoming: JE 1.20]
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The block is oriented east–west. |
y | The block is oriented vertically. | ||
z | The block is oriented north–south. |
Bone Block
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The bone block is oriented east–west. |
y | The bone block is oriented vertically. | ||
z | The bone block is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x40x8 | y | yxz | 012 | The axis along which the block is oriented |
| deprecated | 0x10x2 | 0 | 0123 | 0123 | Unused, has no effect in game. |
Border
Bedrock Edition and Minecraft Education:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wall_connection_type_east | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the east. |
| wall_connection_type_north | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the north. |
| wall_connection_type_south | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the south. |
| wall_connection_type_west | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the west. |
| wall_post_bit | Not Supported | true | falsetrue | Unsupported | Whether or not the wall has a center post. |
Brewing Stand
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| has_bottle_0 | false | falsetrue | True when a bottle is in slot 1. |
| has_bottle_1 | false | falsetrue | True when a bottle is in slot 2. |
| has_bottle_2 | false | falsetrue | True when a bottle is in slot 3. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| brewing_stand_slot_a_bit | 0x1 | false | falsetrue | 01 | True when a bottle is in slot 1. |
| brewing_stand_slot_b_bit | 0x2 | false | falsetrue | 01 | True when a bottle is in slot 2. |
| brewing_stand_slot_c_bit | 0x4 | false | falsetrue | 01 | True when a bottle is in slot 3. |
Bubble Column
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| drag | true | falsetrue | Determines whether the bubble column is upward or whirlpool. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| drag_down | 0x1 | false | falsetrue | 01 | Determines whether the bubble column is upward or whirlpool. |
Buttons
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| face | wall | ceilingfloorwall | 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. |
| facing | north | eastnorthsouthwest | The direction it's facing. Opposite to the direction the player is facing if placed on the side of a block. |
| powered | false | falsetrue | If true, the button is currently activated. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| button_pressed_bit | 0x8 | false | falsetrue | 01 | If the button is currently activated. |
| facing_direction | 0x1 0x2 0x4 | 0 | 012345 | 012345 | The direction it's facing.
|
Cactus
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 0123456789101112131415 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | 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 |
|---|---|---|---|
| bites | 0 | 0123456 | Number of bites taken from the cake. |
Candle cakes:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| lit | false | falsetrue | Whether the candle on the cake is lit. |
Bedrock Edition Cakes:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| bite_counter | 0x10x20x4 | 0 | 0123456 | 0123456 | Number of bites taken from the cake. |
Candle cakes:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| lit | 0x1 | false | falsetrue | 01 | Whether the candle on the cake is lit. |
Campfire
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the campfire is facing. |
| lit | true | falsetrue | Whether the campfire is lit. |
| signal_fire | false | falsetrue | Whether the campfire has a hay bale below it. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this campfire. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the campfire is facing. Opposite from the direction a player faces when placing the block.
|
| extinguished | 0x4 | false | falsetrue | 01 | Whether the campfire is put out. |
Candles
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| candles | 1 | 1234 | Number of candles. |
| lit | false | falsetrue | Whether or not these candles are lit. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as these candles. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| candles | 0x10x2 | 0 | 0123 | 0123 | Number of candles, starting from 1 to 4. |
| lit | 0x4 | false | falsetrue | 01 | Whether or not these candles are lit. |
Carpets
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | |
orange | 1 | ||||
magenta | 2 | ||||
light_blue | 3 | ||||
yellow | 4 | ||||
lime | 5 | ||||
pink | 6 | ||||
gray | 7 | ||||
silver | 8 | ||||
cyan | 9 | ||||
purple | 10 | ||||
blue | 11 | ||||
brown | 12 | ||||
green | 13 | ||||
red | 14 | ||||
black | 15 |
Carrots
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 01 | |
23 | |||
456 | |||
7 | Fully grown. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 01 | 01 | |
23 | 23 | ||||
456 | 456 | ||||
7 | 7 | Fully grown. |
Cauldron
Java Edition:
Water cauldron and powder snow cauldron:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| level | 0 | 0123 | Fullness of a cauldron, 0 is empty and 3 is full. |
Bedrock Edition:
Cauldron and brighting cauldron:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| fill_level | 0x10x20x4 | 0 | 0123456 | 0123456 | Fullness of a cauldron, 0 is empty and 6 is full. |
| cauldron_liquid | 0x8 | water | water | 0 | The cauldron contains water |
lava | 1 | The cauldron contains lava | |||
powder_snow | Unsupported [sic] | The cauldron contains powder snow. |
Cave Vines
Java Edition:
Cave Vines:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| berries | false | falsetrue | Whether this cave vine has berries. |
| age | 0 | 012345678910111213141516171819202122232425 | How old this cave vine is. |
Cave Vines Plant:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| berries | false | falsetrue | Whether this cave vine has berries. |
Bedrock Edition:
Cave Vines, Cave Vines Body With Berries, Cave Vines Head With Berries:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growing_plant_age | Not Supported | 0 | 012345678910111213141516171819202122232425 | Unsupported | How old this cave vine is. |
Chain
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The chain is oriented east–west. |
y | The chain is oriented vertically. | ||
z | The chain is oriented north–south. | ||
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this chain. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| x | 1 | The chain is oriented east–west. |
y | 0 | The chain is oriented vertically. | |||
z | 2 | The chain is oriented north–south. |
Chemistry Table
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| chemistry_table_type | 0x10x2 | compound_creator
| compound_creator | 0 | Compound Creator |
element_constructor | 2 | Element Constructor | |||
lab_table | 3 | Lab Table | |||
material_reducer | 1 | Material Reducer | |||
| direction | 0x40x8 | 0 | 0123 | 0123 | The direction the block's front is.
|
Chests
Chest and Trapped Chest
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the chest's latch is on. Opposite from the direction the player faces when placing a chest. |
| type | single | leftrightsingle | The direction the chest has a connection with. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this chest. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 2 | 2345 | 2345 | The direction the chest's latch is on.
|
01 | 01 | Unused |
Ender Chest
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the ender chest's latch is on. Opposite from the direction the player faces when placing an ender chest. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this ender chest. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 2 | 2345 | 2345 | The direction the chest's latch is on.
|
01 | 01 | Unused |
Chiseled Bookshelf[upcoming: JE 1.20 & BE 1.20]
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the bookshelf is facing. Opposite from the direction the player faces when placing it. |
| slot_0_occupied | false | truefalse | Whether there is a book in the upper-left slot. |
| slot_1_occupied | false | truefalse | Whether there is a book in the upper-middle slot. |
| slot_2_occupied | false | truefalse | Whether there is a book in the upper-right slot. |
| slot_3_occupied | false | truefalse | Whether there is a book in the lower-left slot. |
| slot_4_occupied | false | truefalse | Whether there is a book in the lower-middle slot. |
| slot_5_occupied | false | truefalse | Whether there is a book in the lower-right slot. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| books_stored | Not Supported | 0
| 0123456 | 0123456 | Number of books. Affects the front texture. |
| direction | Not Supported | 0 | 0123 | 0123 | The direction the bookshelf is facing. Opposite from the direction the player faces when placing it.
|
| last_interacted_slot | Not Supported | 0 | 0123456 | 0123456 | Comparator signal strength. May not actually be the last interacted book slot if hoppers have been involved. |
Chorus Flower
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 01234 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x20x4 | 0
| 01234 | 01234 | 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 | 5 | At age 5, the chorus flower does not grow further. A chorus flower can become age 5 at any time. | |||
6789101112131415 | Unsupported | Unused |
Chorus Plant
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| down | false | falsetrue | When true, the plant extends out from the center of the plant-block down. |
| east | false | falsetrue | When true, the plant extends out from the center of the plant-block to the east. |
| north | false | falsetrue | When true, the plant extends out from the center of the plant-block to the north. |
| south | false | falsetrue | When true, the plant extends out from the center of the plant-block to the south. |
| up | false | falsetrue | When true, the plant extends out from the center of the plant-block up. |
| west | false | falsetrue | When true, the plant extends out from the center of the plant-block to the west. |
Cocoa
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 012 | The stage of the pod's growth, 2 is fully grown. |
| facing | north | eastnorthsouthwest | The direction from the cocoa bean to the log. The direction the player faces when placing the cocoa. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x40x8 | 0 | 012 | 012 | The stage of the pod's growth, 2 is fully grown. |
3456789101112131415 | Unsupported | Unused | |||
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction from the cocoa bean to the log.
|
Command Blocks
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| conditional | false | falsetrue | True if the command block is in conditional mode. |
| facing | north | downeastnorthsouthupwest | The direction the command block is pointing. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| conditional_bit | 0x8 | false | falsetrue | 01 | True if the command block is in conditional mode. |
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the command block is pointing.
|
Composter
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| level | 0 | 012345678 | When at level 8, bone meal is able to be collected from the composter. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| composter_fill_level | 0x10x20x40x8 | 0 | 012345678 | 012345678 | When at level 8, bone meal is able to be collected from the composter. |
Concrete
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White Concrete |
orange | 1 | Orange Concrete | |||
magenta | 2 | Magenta Concrete | |||
light_blue | 3 | Light Blue Concrete | |||
yellow | 4 | Yellow Concrete | |||
lime | 5 | Lime Concrete | |||
pink | 6 | Pink Concrete | |||
gray | 7 | Gray Concrete | |||
silver | 8 | Light Gray Concrete | |||
cyan | 9 | Cyan Concrete | |||
purple | 10 | Purple Concrete | |||
blue | 11 | Blue Concrete | |||
brown | 12 | Brown Concrete | |||
green | 13 | Green Concrete | |||
red | 14 | Red Concrete | |||
black | 15 | Black Concrete |
Concrete Powder
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White Concrete Powder |
orange | 1 | Orange Concrete Powder | |||
magenta | 2 | Magenta Concrete Powder | |||
light_blue | 3 | Light Blue Concrete Powder | |||
yellow | 4 | Yellow Concrete Powder | |||
lime | 5 | Lime Concrete Powder | |||
pink | 6 | Pink Concrete Powder | |||
gray | 7 | Gray Concrete Powder | |||
silver | 8 | Light Gray Concrete Powder | |||
cyan | 9 | Cyan Concrete Powder | |||
purple | 10 | Purple Concrete Powder | |||
blue | 11 | Blue Concrete Powder | |||
brown | 12 | Brown Concrete Powder | |||
green | 13 | Green Concrete Powder | |||
red | 14 | Red Concrete Powder | |||
black | 15 | Black Concrete Powder |
Conduit
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| waterlogged | true | falsetrue | Whether or not there's water in the same place as this conduit. |
Coral
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| waterlogged | true | falsetrue | Whether or not there's water in the same place as this coral. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| coral_color | 0x10x20x4 | blue
| blue | 0 | Tube Coral |
pink | 1 | Brain Coral | |||
purple | 2 | Bubble Coral | |||
red | 3 | Fire Coral | |||
yellow | 4 | Horn Coral | |||
| dead_bit | 0x8 | false | falsetrue | 01 | Whether or not this coral is dead. |
Coral Block
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| coral_color | 0x10x20x4 | blue
| blue | 0 | Tube Coral Block |
pink | 1 | Brain Coral Block | |||
purple | 2 | Bubble Coral Block | |||
red | 3 | Fire Coral Block | |||
yellow | 4 | Horn Coral Block | |||
| dead_bit | 0x8 | false | falsetrue | 01 | Whether or not this coral block is dead. |
Coral Fan
Java Edition
Floor:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| waterlogged | true | falsetrue | Whether or not there's water in the same place as this coral fan. |
Wall:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| waterlogged | true | falsetrue | Whether or not there's water in the same place as this coral fan. |
Bedrock Edition
Floor:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| coral_color | 0x10x20x4 | blue
| blue | 0 | Tube Coral Fan |
pink | 1 | Brain Coral Fan | |||
purple | 2 | Bubble Coral Fan | |||
red | 3 | Fire Coral Fan | |||
yellow | 4 | Horn Coral Fan | |||
| coral_fan_direction | 0x8 | 0 | 01 | 01 | The direction the coral is facing. East-west or north-south. |
Wall:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| coral_hang_type_bit | 0x1 | false | falsetrue | 01 | 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_direction | 0x40x8 | 0 | 0123 | 0123 | The direction the top of the fan is facing.
|
| dead_bit | 0x2 | false | falsetrue | 01 | Whether or not this coral is dead. |
Daylight Detector
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| inverted | false | falsetrue | If true, the daylight detector is inverted. |
| power | 0 | 0123456789101112131415 | The current redstone power level produced by the daylight sensor. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | The current redstone power level produced by the daylight sensor. |
Deepslate
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The deepslate is oriented east–west. |
y | The deepslate is oriented vertically. | ||
z | The deepslate is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | Not Supported | y
| x | Unsupported | The deepslate is oriented east–west. |
y | Unsupported | The deepslate is oriented vertically. | |||
z | Unsupported | The deepslate is oriented north–south. |
Dirt
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| dirt_type | 0x1 | normal
| normal | 0 | Dirt |
coarse | 1 | Coarse Dirt |
Dispenser and Dropper
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | downeastnorthsouthupwest | The direction in which contents are shot or dropped. The opposite from the direction the player faces while placing the block. |
| triggered | false | falsetrue | True if this block is activated. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 01234567 | 01234567 | The direction in which contents are shot or dropped.
|
| triggered_bit | 0x8 | false | falsetrue | 01 | True if this block is activated. |
Doors
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| half | lower | lowerupper | Identifies which part of the door the block is. |
| hinge | left | leftright | Identifies the side the hinge is on (when facing the same direction as the door's inside). |
| open | false | falsetrue | True if the door is currently open. |
| powered | false | falsetrue | True if the door is currently powered by redstone. |
Bedrock Edition:
Lower Door Block:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | 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.
|
| door_hinge_bit | — [sic] | false | falsetrue | 00 [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_bit | 0x4 | false | falsetrue | 01 | True if the door is currently open. |
| upper_block_bit | 0x8 | false | falsetrue | 01 | Always false for the lower part of a door. |
Upper Door Block:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | — [sic] | 0 | 0123 | 0000 [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.
|
| door_hinge_bit | — [sic] | false | falsetrue | 0Unsupported | 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] | false | falsetrue | 00 [sic] | True if the door is currently open. Lower door block has the same aux value when it is opened and closed. |
| upper_block_bit | 0x8 | false | falsetrue | 01 | Always true for the upper part of a door. |
End Portal Frame
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| eye | false | falsetrue | If true, the portal frame block contains an eye of ender. |
| facing | north | eastnorthsouthwest | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction that the end portal frame block is facing. Opposite from the direction a player faces when placing the block.
|
| end_portal_eye_bit | 0x4 | false | falsetrue | 01 | If the portal frame block contains an eye of ender. |
End Rod
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | up | downeastnorthsouthupwest | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction to the end rod, from the block it is attached to; also the direction the white end points.
|
Farmland
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| moisture | 0
| 01234567 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| moisturized_amount | 0x10x20x4 | 0
| 01234567 | 01234567 | 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
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | false | falsetrue | When true, the fence extends from the center post to the east. |
| north | false | falsetrue | When true, the fence extends from the center post to the north. |
| south | false | falsetrue | When true, the fence extends from the center post to the south. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this fence. |
| west | false | falsetrue | When true, the fence extends from the center post to the west. |
Bedrock Edition:
Wooden fence (minecraft:fence):
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wood_type | 0x10x20x4 | oak | oaksprucebirchjungleacaciadark_oak | 012345 | The type of wood this fence is made of. |
Fence Gates
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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_wall | false | falsetrue | If true, the gate is lowered by three pixels, to accommodate attaching more cleanly with walls. |
| open | false | falsetrue | If true, the gate is opened. |
| powered | false | falsetrue | If true, the gate is receiving redstone power. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the gate is facing
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_bit | 0x8 | false | falsetrue | 01 | If the gate is lowered by three pixels, to accommodate attaching more cleanly with walls. |
| open_bit | 0x4 | false | falsetrue | 01 | If the gate is opened. |
Fire
Java Edition:
Fire:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 0123456789101112131415 | Newly placed fire has an age of 0, and has a 1⁄3 chance of incrementing with each block tick. This factor affects how the fire extinguishes. |
| east | false | falsetrue | When true, fire texture shows on that face of the block to the east; false if there's a block below this fire. |
| north | false | falsetrue | When true, fire texture shows on that face of the block to the north; false if there's a block below this fire. |
| south | false | falsetrue | When true, fire texture shows on that face of the block to the south; false if there's a block below this fire. |
| up | false | falsetrue | When true, fire texture shows on that face of the block above; false if there's a block below this fire. |
| west | false | falsetrue | 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:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | 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 |
|---|---|---|---|
| half | lower | lowerupper | The half of the plant contained in this block. |
Bedrock Edition:
All small flowers except dandelion
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| flower_type | 0x10x20x40x8 | poppy
| poppy | 0 | Poppy |
orchid | 1 | Blue Orchid | |||
allium | 2 | Allium | |||
houstonia | 3 | Azure Bluet | |||
tulip_red | 4 | Red Tulip | |||
tulip_orange | 5 | Orange Tulip | |||
tulip_white | 6 | White Tulip | |||
tulip_pink | 7 | Pink Tulip | |||
oxeye | 8 | Oxeye Daisy | |||
cornflower | 9 | Cornflower | |||
lily_of_the_valley | 10 | Lily of the Valley |
Sunflower, lilac, rose bush, and peony
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| double_plant_type | 0x10x20x4 | sunflower
| sunflower | 0 | Sunflower |
syringa | 1 | Lilac | |||
grass | 2 | Double Tallgrass | |||
fern | 3 | Large Fern | |||
rose | 4 | Rose Bush | |||
paeonia | 5 | Peony | |||
| upper_block_bit | 0x8 | false | falsetrue | 01 | If it is the upper half of the plant. For items, it is 0. |
Flower Pot
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| update_bit | 0x1 | false | falsetrue | 01 |
|
Froglight
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The froglight is oriented east–west. |
y | The froglight is oriented vertically. | ||
z | The froglight is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| x | 1 | The froglight is oriented east–west. |
y | 0 | The froglight is oriented vertically. | |||
z | 2 | The froglight is oriented north–south. |
Frosted Ice
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | Freshly generated ice. |
123 | Ice with spreading cracks. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x2 | 0
| 0 | 0 | Freshly generated ice. |
123 | 123 | Ice with spreading cracks. | |||
456789101112131415 | Unsupported | Unused |
Furnace
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the furnace opening faces. The opposite from the direction the player faces while placing the furnace. |
| lit | false | falsetrue | If the furnace is lit. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 3 | 2345 | 2345 | The direction the furnace opening faces.
|
01 | 01 | Unused |
Glass
Bedrock Edition:
Stained glass:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White |
orange | 1 | Orange | |||
magenta | 2 | Magenta | |||
light_blue | 3 | Light Blue | |||
yellow | 4 | Yellow | |||
lime | 5 | Lime | |||
pink | 6 | Pink | |||
gray | 7 | Gray | |||
silver | 8 | Light Gray | |||
cyan | 9 | Cyan | |||
purple | 10 | Purple | |||
blue | 11 | Blue | |||
brown | 12 | Brown | |||
green | 13 | Green | |||
red | 14 | Red | |||
black | 15 | Black |
Glass Panes
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | false | falsetrue | When true, the glass pane extends from the center post to the east. |
| north | false | falsetrue | When true, the glass pane extends from the center post to the north. |
| south | false | falsetrue | When true, the glass pane extends from the center post to the south. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this glass pane. |
| west | false | falsetrue | When true, the glass pane extends from the center post to the west. |
Bedrock Edition:
Stained glass pane:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White |
orange | 1 | Orange | |||
magenta | 2 | Magenta | |||
light_blue | 3 | Light Blue | |||
yellow | 4 | Yellow | |||
lime | 5 | Lime | |||
pink | 6 | Pink | |||
gray | 7 | Gray | |||
silver | 8 | Light Gray | |||
cyan | 9 | Cyan | |||
purple | 10 | Purple | |||
blue | 11 | Blue | |||
brown | 12 | Brown | |||
green | 13 | Green | |||
red | 14 | Red | |||
black | 15 | Black |
Glazed Terracotta
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The opposite from the direction the player faces while placing the block. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 2345 | 2345 | The direction the block faces. Opposite from the direction a player faces when placing the block.
|
01 | 01 | Unused |
Glow Lichen
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| down | false | falsetrue | When true, a glow lichen texture is displayed on the bottom. |
| east | false | falsetrue | When true, a glow lichen texture is displayed on the east. |
| north | false | falsetrue | When true, a glow lichen texture is displayed on the north. |
| south | false | falsetrue | When true, a glow lichen texture is displayed on the south. |
| up | false | falsetrue | When true, a glow lichen texture is displayed on the top. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this glow lichen. |
| west | false | falsetrue | When true, a glow lichen texture is displayed on the west. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| multi_face_direction_bits | 0x10x20x40x80x100x20 | 0 | 0 to 63 | 0 to 63 | The directions the glow lichen exists. Each bit determines one direction:
|
Grass Block, Mycelium, and Podzol
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| snowy | false | falsetrue | 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
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| face | wall | ceilingfloorwall | What the grindstone is attached to. |
| facing | north | eastnorthsouthwest | The direction the grindstone is facing. Opposite from the direction the player faces when placing a grindstone on the floor or ceiling. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| attachment | 0x40x8 | standing | standinghangingsidemultiple | 0123 | What the grindstone is attached to. |
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the grindstone is facing. Opposite from the direction a player faces when placing the block.
|
Hardened Glass
Stained:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White |
orange | 1 | Orange | |||
magenta | 2 | Magenta | |||
light_blue | 3 | Light Blue | |||
yellow | 4 | Yellow | |||
lime | 5 | Lime | |||
pink | 6 | Pink | |||
gray | 7 | Gray | |||
silver | 8 | Light Gray | |||
cyan | 9 | Cyan | |||
purple | 10 | Purple | |||
blue | 11 | Blue | |||
brown | 12 | Brown | |||
green | 13 | Green | |||
red | 14 | Red | |||
black | 15 | Black |
Hardened Glass Pane
Stained:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White |
orange | 1 | Orange | |||
magenta | 2 | Magenta | |||
light_blue | 3 | Light Blue | |||
yellow | 4 | Yellow | |||
lime | 5 | Lime | |||
pink | 6 | Pink | |||
gray | 7 | Gray | |||
silver | 8 | Light Gray | |||
cyan | 9 | Cyan | |||
purple | 10 | Purple | |||
blue | 11 | Blue | |||
brown | 12 | Brown | |||
green | 13 | Green | |||
red | 14 | Red | |||
black | 15 | Black |
Hay Bale
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The hay block is oriented east–west. |
y | The hay block is oriented vertically. | ||
z | The hay block is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x40x8 | y | xyz | 102 | The axis along which the block is oriented |
| deprecated | 0x10x2 | 0 | 0123 | 0123 | Unused, has no effect in game. |
Hopper
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| enabled | true | falsetrue | 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. |
| facing | down | downeastnorthsouthwest | The direction the hopper's output points. The hopper pushes items into containers in this direction only. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 01234 | 01234 | The direction the hopper's output points. The hopper pushes items into containers in this direction only.
|
| toggle_bit | 0x8 | false | falsetrue | 01 | 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:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | Not Supported | y
| x | Unsupported | The deepslate is oriented east–west. |
y | Unsupported | The deepslate is oriented vertically. | |||
z | Unsupported | The deepslate is oriented north–south. |
Others:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| monster_egg_stone_type | 0x10x20x4 | stone
| stone | 0 | Infested Stone |
cobblestone | 1 | Infested Cobblestone | |||
stone_brick | 2 | Infested Stone Brick | |||
mossy_stone_brick | 3 | Infested Mossy Stone Brick | |||
cracked_stone_brick | 4 | Infested Cracked Stone Brick | |||
chiseled_stone_brick | 5 | Infested Chiseled Stone Brick |
Iron Bars
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | false | falsetrue | When true, the iron bars extend from the center post to the east. |
| north | false | falsetrue | When true, the iron bars extend from the center post to the north. |
| south | false | falsetrue | When true, the iron bars extend from the center post to the south. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as these iron bars. |
| west | false | falsetrue | When true, the iron bars extend from the center post to the west. |
Item Frame and Glow Item Frame
Bedrock Edition
Item Frame:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x2 | 0
| 5 | 0 | East facing item frame |
4 | 1 | West facing item frame | |||
3 | 2 | South facing item frame | |||
2 | 3 | North facing item frame | |||
1 | Unsupported | Up facing item frame | |||
0 | Unsupported | Down facing item frame | |||
| item_frame_map_bit | 0x4 | false | falsetrue | 01 | If this item frame contains a map. |
| item_frame_photo_bit | Not Supported | false | falsetrue | Unsupported | If this item frame contains a photo. |
Glow Item Frame:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | Not Supported | 0
| 5 | Unsupported | East facing item frame |
4 | Unsupported | West facing item frame | |||
3 | Unsupported | South facing item frame | |||
2 | Unsupported | North facing item frame | |||
1 | Unsupported | Up facing item frame | |||
0 | Unsupported | Down facing item frame | |||
| item_frame_map_bit | Not Supported | false | falsetrue | Unsupported | If this item frame contains a map. |
| item_frame_photo_bit | Not Supported | false | falsetrue | Unsupported | If this item frame contains a photo. |
Jigsaw Block
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| orientation | north_up | down_eastdown_northdown_southdown_westeast_upnorth_upsouth_upup_eastup_northup_southup_westwest_up | The direction the jigsaw block is facing. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | Not Supported | 0 | 012345 | Unsupported | The direction the jigsaw block is facing. |
| rotation | Not Supported | 0 | 0123 | Unsupported | The rotation around the axis. |
Jack o'Lantern
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the jack o' lantern is facing.
|
Jukebox
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| has_record | false | falsetrue | True when the jukebox contains a music disc. |
Kelp
Java Edition:
Top kelp block:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 012345678910111213141516171819202122232425 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| kelp_age | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | The age of the kelp. The kelp renders as a non-top piece if there's another kelp above it. |
16171819202122232425 | Unsupported | Unused |
Ladder
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction from the block the ladder is attached to, to the ladder. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this ladder. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 2 | 2345 | 2345 | The direction from the block the ladder is attached to, to the ladder.
|
01 | 01 | Unused |
Lantern and Soul Lantern
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| hanging | false | falsetrue | If the lantern is hanging from a block. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this lantern. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| hanging | 0x1 | false | falsetrue | 01 | If the lantern is hanging from a block. |
Lava
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| level | 0
| 0123456789101112131415 |
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
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| liquid_depth | 0x10x20x40x8 | 0
| 0123456789101112131415 | 0123456789101112131415 |
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
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| distance | 7 | 1234567 | How far away this block is from the appropriate wood type. |
| persistent | false | falsetrue | If the block persists regardless of having no wood nearby. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this leaves. |
Bedrock Edition:
Leaves:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| old_leaf_type | 0x10x2 | oak
| oak | 0 | Oak Leaves |
spruce | 1 | Spruce Leaves | |||
birch | 2 | Birch Leaves | |||
jungle | 3 | Jungle Leaves | |||
| persistent_bit | 0x8 | false | falsetrue | 01 | If the block persists regardless of having no wood nearby. |
| update_bit | 0x4 | false | falsetrue | 01 | If the block checks for nearby wood and decays. |
Leaves2:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| new_leaf_type | 0x10x2 | acacia
| acacia | 0 | Acacia Leaves |
dark_oak | 1 | Dark Oak Leaves | |||
| persistent_bit | 0x8 | false | falsetrue | 01 | If the block persists regardless of having no wood nearby. |
| update_bit | 0x4 | false | falsetrue | 01 | If the block checks for nearby wood and decays. |
Azalea leaves and flowering azalea leaves:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| persistent_bit | Not Supported | false | falsetrue | Unsupported | If the block persists regardless of having no wood nearby. |
| update_bit | Not Supported | false | falsetrue | Unsupported | If the block checks for nearby wood and decays. |
Lectern
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the lectern is facing. Opposite from the direction the player faces when placing a lectern. |
| has_book | false | falsetrue | If the lectern currently has a book. |
| powered | false | falsetrue | If the lectern is currently outputting a redstone signal. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the lectern is facing.
|
| powered_bit | 0x4 | false | falsetrue | 01 | If the lectern is currently outputting a redstone signal. |
Lever
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| face | wall | ceilingfloorwall | 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. |
| facing | north | eastnorthsouthwest | The direction the lever is facing. Opposite to the direction the player is facing if placed on the side of a block. |
| powered | false | falsetrue | If true, the lever is currently activated. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| open_bit | 0x8 | false | falsetrue | 01 | If the lever is currently activated. |
| lever_direction | 0x10x20x4 | down_east_west
| down_east_west | 0 | Lever on block bottom points east when off |
east | 1 | Lever on block side facing east | |||
west | 2 | Lever on block side facing west | |||
south | 3 | Lever on block side facing south | |||
north | 4 | Lever on block side facing north | |||
up_north_south | 5 | Lever on block top points south when off. | |||
up_east_west | 6 | Lever on block top points east when off. | |||
down_north_south | 7 | Lever on block bottom points south when off. |
Light Block
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| waterlogged | false | truefalse | Whether or not there's water in the same place as this light block. |
| level | 15 | 0123456789101112131415 | The amount of light this block outputs. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| block_light_level | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | The amount of light this block outputs. |
Lightning Rod
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | up | updownnorthsoutheastwest | The direction that the lightning rod is facing, determined by its anchoring. |
| powered | false | falsetrue | Whether or not the lightning rod is powered. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this lightning rod. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | Not Supported | 0 | 012345 | Unsupported | The direction the lightning rod faces.
|
Logs
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The log or stem is oriented east–west. |
y | The log or stem is oriented vertically. | ||
z | The log or stem is oriented north–south. |
Bedrock Edition
Log:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x40x8 | y
| y | 0 | The log is oriented vertically. |
x | 1 | The log is oriented east–west. | |||
z | 2 | The log is oriented north–south. | |||
| old_log_type | 0x10x2 | oak
| birch | 2 | Birch Log |
jungle | 3 | Jungle Log | |||
oak | 0 | Oak Log | |||
spruce | 1 | Spruce Log |
Log2:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x40x8 | y
| y | 0 | The log is oriented vertically. |
x | 1 | The log is oriented east–west. | |||
z | 2 | The log is oriented north–south. | |||
| new_log_type | 0x1 | acacia
| acacia | 0 | Acacia Log |
dark_oak | 1 | Dark Oak Log |
Stems, and all stripped logs:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| y | 0 | The log is oriented vertically. |
x | 1 | The log is oriented east–west. | |||
z | 2 | The log is oriented north–south. |
Loom
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the loom is facing. Opposite from the direction the player faces when placing a loom. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the loom is facing.
|
Mangrove Roots
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| waterlogged | false | falsetrue | 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 |
|---|---|---|---|
| age | 0
| 0 | A newly planted stem. |
123456 | Intermediate growth stages of the stem. | ||
7 | A fully mature stem, capable of producing melons. |
Attached
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction from the stem to the melon. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 0 | 0 | A newly planted stem. |
123456 | 123456 | Intermediate growth stages of the stem. | |||
7 | 7 | A fully mature stem, capable of producing melons. | |||
| facing_direction | Not Supported | 0
| 01 | Unsupported | Unused |
2 | Unsupported | Stem pointing north. | |||
3 | Unsupported | Stem pointing south. | |||
4 | Unsupported | Stem pointing west. | |||
5 | Unsupported | Stem pointing east. |
Mob heads
Java Edition:
Floor
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| rotation | 0
| 0 | The block is facing south. |
1 | The block is facing south-southwest. | ||
2 | The block is facing southwest. | ||
3 | The block is facing west-southwest. | ||
4 | The block is facing west. | ||
5 | The block is facing west-northwest. | ||
6 | The block is facing northwest. | ||
7 | The block is facing north-northwest. | ||
8 | The block is facing north. | ||
9 | The block is facing north-northeast. | ||
10 | The block is facing northeast. | ||
11 | The block is facing east-northeast. | ||
12 | The block is facing east. | ||
13 | The block is facing east-southeast. | ||
14 | The block is facing southeast. | ||
15 | The block is facing south-southeast. |
Wall
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the head is facing. Opposite from the direction a player is facing when placing it. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0
| 1 | 1 | On the floor (rotation is stored in the tile entity) |
2 | 2 | On a wall, facing north | |||
3 | 3 | On a wall, facing south | |||
4 | 4 | On a wall, facing east | |||
5 | 5 | On a wall, facing west | |||
0 | 0 | Unused | |||
| nodrop_bit | 0x8 | false
| falsetrue | 01 | If true, the skull does not drop as an item. |
Muddy Mangrove Roots
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The muddy mangrove roots is oriented east–west. |
y | The muddy mangrove roots is oriented vertically. | ||
z | The muddy mangrove roots is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| x | 1 | The muddy mangrove roots is oriented east–west. |
y | 0 | The muddy mangrove roots is oriented vertically. | |||
z | 2 | The muddy mangrove roots is oriented north–south. |
Mushroom Blocks
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | true | falsetrue | / If true, the east face has the cap/stem texture. If false, it has the pores texture instead. |
| down | true | falsetrue | / If true, the bottom face has the cap/stem texture. If false, it has the pores texture instead. |
| north | true | falsetrue | / If true, the north face has the cap/stem texture. If false, it has the pores texture instead. |
| south | true | falsetrue | / If true, the south face has the cap/stem texture. If false, it has the pores texture instead. |
| up | true | falsetrue | / If true, the top face has the cap/stem texture. If false, it has the pores texture instead. |
| west | true | falsetrue | / If true, the west face has the cap/stem texture. If false, it has the pores texture instead. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| huge_mushroom_bits | 0x10x20x40x8 | 0
| 0 | 0 | All six faces have the pores texture. |
1 | 1 | Cap texture on top, west and north; pores on other sides. | |||
2 | 2 | Cap texture on top and north; pores on other sides. | |||
3 | 3 | Cap texture on top, north and east; pores on other sides. | |||
4 | 4 | Cap texture on top and west; pores on other sides. | |||
5 | 5 | Cap texture on top; pores on other sides. | |||
6 | 6 | Cap texture on top and east; pores on other sides. | |||
7 | 7 | Cap texture on top, south and west; pores on other sides. | |||
8 | 8 | Cap texture on top and south; pores on other sides. | |||
9 | 9 | Cap texture on top, east and south; pores on other sides. | |||
10 | 10 | The four side faces have the stem texture, and the top and bottom faces have the pores texture. | |||
111213 | 111213 | All six faces have the pores texture. | |||
14 | 14 | All six faces have the cap texture. | |||
15 | 15 | All six faces have the stem texture. |
Nether Wart
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | |
12 | |||
3 | Fully grown. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x2 | 0
| 0 | 0 | |
12 | 12 | ||||
3 | 3 | Fully grown. | |||
456789101112131415 | Unsupported | Unused |
Nether Portal
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | x
| x | The portal's long edge runs east–west. |
z | The portal's long edge runs north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| portal_axis | 0x10x2 | x
| unknown | 0 | [check the code] |
x | 1 | The portal's long edge runs east–west. | |||
z | 2 | The portal's long edge runs north–south. |
Note Block
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| instrument | harp | banjobasedrumbassbellbitchimecow_bellcreepercustom_headdidgeridoodragonfluteguitarharphatiron_xylophonepiglinplingskeletonsnarewither_skeletonxylophonezombie | The instrument of the note block. |
| note | 0 | 0123456789101112131415161718192021222324 | The pitch of the note block |
| powered | false | falsetrue | True if the note block is currently activated. |
Observer
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | south | downeastnorthsouthupwest | The direction the observer is observing. The same direction the player faces when placing the block. |
| powered | false | falsetrue | True while the observer is observing a change and emitting a pulse. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the observer is observing.
|
| powered_bit | 0x8 | false | falsetrue | 01 | True while the observer is observing a change and emitting a pulse. |
Pistons
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| extended | false | falsetrue | If true, the piston is extended. |
| facing | north | downeastnorthsouthupwest | The direction the piston head is pointing. The opposite from the direction the player faces while placing the piston. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the piston is pointing.
|
Moving Piston
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | downeastnorthsouthupwest | The direction the block is being pushed by the piston. |
| type | normal | normalsticky | What piston base this has. |
Piston Head
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | downeastnorthsouthupwest | The direction the piston head is pointing. |
| short | false | falsetrue | If true, the piston arm is shorter than usual, by 4 pixels. |
| type | normal | normalsticky | The type of piston head. |
Bedrock Edition: Piston Head:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the piston head is pointing.
|
Sticky Piston Head:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | Not Supported | 0 | 012345 | Unsupported | The direction the piston head is pointing.
|
Planks
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wood_type | 0x10x20x4 | oak
| oak | 0 | Oak Wood Planks |
spruce | 1 | Spruce Wood Planks | |||
birch | 2 | Birch Wood Planks | |||
jungle | 3 | Jungle Wood Planks | |||
acacia | 4 | Acacia Wood Planks | |||
dark_oak | 5 | Dark Oak Wood Planks |
Potatoes
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 01 | |
23 | |||
456 | |||
7 | Fully grown. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 01 | 01 | |
23 | 23 | ||||
456 | 456 | ||||
7 | 7 | Fully grown. |
Pointed Dripstone
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| thickness | tip
| tip_merge | |
tip | |||
frustum | |||
middle | |||
base | |||
| vertical_direction | up | updown | The direction of the pointed dripstone. |
| waterlogged | false | truefalse | Whether or not there's water in the same place as this pointed dripstone. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| dripstone_thickness | Not Supported | tip
| merge | Unsupported | |
tip | Unsupported | ||||
frustum | Unsupported | ||||
middle | Unsupported | ||||
base | Unsupported | ||||
| hanging | Not Supported | true | falsetrue | Unsupported | Whether or not the pointed dripstone is pointing down. |
Pressure Plates
Java Edition:
Stone and wooden pressure plates
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| powered | false | falsetrue | True if pressure plate is depressed, providing power. |
Weighted pressure plates
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| power | 0 | 0123456789101112131415 | Specifies the redstone power level currently being produced by the weighted pressure plate. |
Bedrock Edition:
Stone and wooden pressure plates
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x1 | 0 | 01 | 01 | Specifies whether the pressure plate is pressed. |
23456789101112131415 | Unsupported | Unused |
Weighted pressure plates
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | Specifies the redstone power level currently being produced by the pressure plate. |
Prismarine
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| prismarine_block_type | 0x10x2 | default
| bricks | 2 | Prismarine Bricks |
dark | 1 | Dark Prismarine | |||
default | 0 | Prismarine |
Pumpkin and Carved Pumpkin
Java Edition:
Carved pumpkin:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the pumpkin's carved face is facing. The opposite from the direction the player faces while placing the pumpkin. |
Bedrock Edition:
Pumpkin and Carved Pumpkin:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the pumpkin is facing. Both pumpkin and carved pumpkin have direction, though it doesn't affect the pumpkin at all.
|
Pumpkin Stem
Java Edition:
Growing
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | A newly planted stem. |
123456 | Intermediate growth stages of the stem. | ||
7 | A fully mature stem, capable of producing pumpkins. |
Attached
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction from the stem to the pumpkin. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 0 | 0 | A newly planted stem. |
123456 | 123456 | Intermediate growth stages of the stem. | |||
7 | 7 | A fully mature stem, capable of producing pumpkins. | |||
| facing_direction | Not Supported | 0
| 01 | Unsupported | Unused |
2 | Unsupported | Stem pointing north. | |||
3 | Unsupported | Stem pointing south. | |||
4 | Unsupported | Stem pointing west. | |||
5 | Unsupported | Stem pointing east. |
Purpur and Quartz Pillar
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The pillar is oriented east–west. |
y | The pillar is oriented vertically. | ||
z | The pillar is oriented north–south. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| chisel_type | 0x10x2 | default
| default | 0 | The main block type. |
chiseled | 1 | The chiseled type. | |||
lines | 2 | The pillar type. | |||
smooth | 3 | The smooth type. | |||
| pillar_axis | 0x40x8 | y | xyz | 102 | The axis along which the block is oriented. Normally applies only to the pillar type. |
Rails
Rail
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| shape | north_south
| east_westnorth_eastnorth_southnorth_westsouth_eastsouth_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_eastascending_northascending_southascending_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. | ||
| waterlogged | false | truefalse | Whether or not there's water in the same place as this rail. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| rail_direction | 0x10x20x40x8 | 0
| 0 | 0 | Straight rail connecting to the north and south. |
1 | 1 | Straight rail connecting to the east and west. | |||
2 | 2 | Sloped rail ascending to the east. | |||
3 | 3 | Sloped rail ascending to the west. | |||
4 | 4 | Sloped rail ascending to the north. | |||
5 | 5 | Sloped rail ascending to the south. | |||
6 | 6 | Curved rail connecting to the south and east. | |||
7 | 7 | Curved rail connecting to the south and west. | |||
8 | 8 | Curved rail connecting to the north and west. | |||
9 | 9 | Curved rail connecting to the north and east. |
Activator Rail, Detector Rail, and Powered Rail
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| powered | false | falsetrue | True if rail is activated. |
| shape | north_south
| east_westnorth_south | Specifies the rail's orientation. |
ascending_eastascending_northascending_southascending_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. | ||
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this rail. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| rail_data_bit | 0x8 | false | falsetrue | 01 | True if rail is activated. |
| rail_direction | 0x10x20x4 | 0
| 0 | 0 | flat track going north-south |
1 | 1 | flat track going east-west | |||
2 | 2 | sloped track ascending to the east | |||
3 | 3 | sloped track ascending to the west | |||
4 | 4 | sloped track ascending to the north | |||
5 | 5 | sloped track ascending to the south | |||
6789 | Unsupported | Unused |
Redstone Comparator
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| mode | compare | comparesubtract | Specifies the current mode of the redstone comparator. |
| powered | false | falsetrue | True if the redstone comparator is being powered. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the repeater directs power.
The direction the player faces while placing the repeater.
|
| output_lit_bit | 0x8 | false | falsetrue | 01 | True if the redstone comparator is being powered. |
| output_subtract_bit | 0x4 | false | falsetrue | 01 | Specifies the current mode of the redstone comparator. |
Redstone Dust
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | none | nonesideup | The way redstone dust connects to the east, side can also mean down. |
| north | none | nonesideup | The way redstone dust connects to the north, side can also mean down. |
| power | 0 | 0123456789101112131415 | The redstone dust's current power level. |
| south | none | nonesideup | The way redstone dust connects to the south, side can also mean down. |
| west | none | nonesideup | The way redstone dust connects to the west, side can also mean down. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | The redstone dust's current power level. |
Redstone Lamp
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| lit | false | falsetrue | If the redstone lamp is lit. |
Redstone Ore
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| lit | false | falsetrue | If the redstone ore is lit. |
Redstone Repeater
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| delay | 1 | 1234 | The redstone repeater's delay in redstone ticks. |
| facing | north | eastnorthsouthwest | 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. |
| locked | false | falsetrue | True if the repeater is currently locked. |
| powered | false | falsetrue | If the redstone repeater is lit. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| repeater_delay | 0x40x8 | 0 | 0123 | 0123 | The redstone repeater's delay in redstone ticks minus 1. |
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the repeater directs power.
The direction the player faces while placing the repeater.
|
Redstone Torch
Java Edition:
Floor:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| lit | true | falsetrue | If the torch is lit. |
Wall:
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the top of the torch is facing. |
| lit | true | falsetrue | If the torch is lit. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| torch_facing_direction | 0x10x20x4 | west
| westeastnorthsouthtop | 12345 | 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.[2] |
unknown | 0 | Unused |
Respawn Anchor
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| charges | 0 | 01234 | How many charges the Respawn Anchor has left. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| respawn_anchor_charge | 0x10x20x4 | 0 | 01234 | 01234 | How many charges the Respawn Anchor has left. |
Sand and Red Sand
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| sand_type | 0x1 | normal
| normal | 0 | Sand |
red | 1 | Red Sand |
Sandstone and Red Sandstone
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| sand_stone_type | 0x10x2 | default
| default | 0 | Sandstone |
heiroglyphs | 1 | Chiseled Sandstone | |||
cut | 2 | Cut Sandstone | |||
smooth | 3 | Smooth Sandstone |
Saplings
- Sapling
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| stage | 0 | 01 | Specifies the sapling's growth stage. |
- Propagule
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 0123 | [more information needed] |
| hanging | false | falsetrue | If the mangrove propagule is hanging from a mangrove leaves. |
| stage | 0 | 01 | Specifies the sapling's growth stage. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this mangrove propagule. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age_bit | 0x8 | false | falsetrue | 01 | Specifies the sapling's growth stage. |
| sapling_type | 0x10x20x4 | oak
| acacia | 4 | Acacia Sapling |
birch | 2 | Birch Sapling | |||
dark_oak | 5 | Dark Oak Sapling | |||
jungle | 3 | Jungle Sapling | |||
oak | 0 | Oak Sapling | |||
spruce | 1 | Spruce Sapling |
Scaffolding
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| bottom | false | falsetrue | If this scaffolding is floating. |
| distance | 7 | 01234567 | The distance from a center scaffolding horizontally. If it is 7, it becomes a falling block entity. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this scaffolding. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stability | 0x20x40x8 | 7 | 01234567 | 01234567 | The distance from a center scaffolding horizontally. If it is 7, it becomes a falling block entity. |
| stability_check | 0x1 | false | falsetrue | 01 | If a scaffolding block has been checked for stability.[more information needed] |
Sculk Catalyst
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| bloom | false | falsetrue | Whether the sculk catalyst is actively spreading the sculk or not. |
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| bloom | 0 | 01 | Whether the sculk catalyst is actively spreading the sculk or not. |
Sculk Sensor
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| power | 0 | 0123456789101112131415 | The sculk sensor's current power level. |
| sculk_sensor_phase | cooldown | active cooldown inactive | Whether or not the sculk sensor is active. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this sculk sensor. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| powered_bit | Not Supported | false | falsetrue | Unsupported | Whether or not the sculk sensor is emitting power. |
Sculk Shrieker
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| can_summon | false | falsetrue | If true, the sculk shrieker can summon the warden. |
| shrieking | false | falsetrue | Whether the sculk shrieker is shrieking or not. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this sculk shrieker. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| active | Not Supported | 0 | 01 | Unsupported | Whether the sculk shrieker is shrieking or not. |
| can_summon | Not Supported | false | truefalse | Unsupported | If true, the sculk shrieker can summon the warden. |
Sculk Vein
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| down | false | falsetrue | When true, a sculk vein texture is displayed on the bottom. |
| east | false | falsetrue | When true, a sculk vein texture is displayed on the east. |
| north | false | falsetrue | When true, a sculk vein texture is displayed on the north. |
| south | false | falsetrue | When true, a sculk vein texture is displayed on the south. |
| up | false | falsetrue | When true, a sculk vein texture is displayed on the top. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this sculk vein. |
| west | false | falsetrue | When true, a sculk vein texture is displayed on the west. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| multi_face_direction_bits | 0x10x20x40x80x100x20 | 0 | 0 to 63 | 0 to 63 | The directions the sculk vein exists. Each bit determines one direction:
|
Sea Pickle
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| pickles | 1 | 1234 | Number of pickles. |
| waterlogged | true | falsetrue | Whether or not there's water in the same place as these pickles. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| cluster_count | 0x10x2 | 0 | 0123 | 0123 | Number of additional pickles. |
| dead_bit | 0x4 | false | falsetrue | 01 | True if there's no water in the same place as these pickles. |
Shulker Boxes
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | up | downeastnorthsouthupwest | The direction the shulker box is pointing. The opposite from the direction the player faces while placing the shulker box. |
Bedrock Edition:
Dyed
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | White Shulker Box |
orange | 1 | Orange Shulker Box | |||
magenta | 2 | Magenta Shulker Box | |||
light_blue | 3 | Light Blue Shulker Box | |||
yellow | 4 | Yellow Shulker Box | |||
lime | 5 | Lime Shulker Box | |||
pink | 6 | Pink Shulker Box | |||
gray | 7 | Gray Shulker Box | |||
silver | 8 | Light Gray Shulker Box | |||
cyan | 9 | Cyan Shulker Box | |||
purple | 10 | Purple Shulker Box | |||
blue | 11 | Blue Shulker Box | |||
brown | 12 | Brown Shulker Box | |||
green | 13 | Green Shulker Box | |||
red | 14 | Red Shulker Box | |||
black | 15 | Black Shulker Box |
Sign
- Non-hanging:
- Standing
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| rotation | 0
| 0 | The block is facing south. |
1 | The block is facing south-southwest. | ||
2 | The block is facing southwest. | ||
3 | The block is facing west-southwest. | ||
4 | The block is facing west. | ||
5 | The block is facing west-northwest. | ||
6 | The block is facing northwest. | ||
7 | The block is facing north-northwest. | ||
8 | The block is facing north. | ||
9 | The block is facing north-northeast. | ||
10 | The block is facing northeast. | ||
11 | The block is facing east-northeast. | ||
12 | The block is facing east. | ||
13 | The block is facing east-southeast. | ||
14 | The block is facing southeast. | ||
15 | The block is facing south-southeast. | ||
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this sign. |
- Wall
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | 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. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this sign. |
- Hanging[upcoming: JE 1.20]:
- Hanging
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| attached | false | falsetrue | [more information needed] |
| rotation | 0
| 0 | The block is facing south. |
1 | The block is facing south-southwest. | ||
2 | The block is facing southwest. | ||
3 | The block is facing west-southwest. | ||
4 | The block is facing west. | ||
5 | The block is facing west-northwest. | ||
6 | The block is facing northwest. | ||
7 | The block is facing north-northwest. | ||
8 | The block is facing north. | ||
9 | The block is facing north-northeast. | ||
10 | The block is facing northeast. | ||
11 | The block is facing east-northeast. | ||
12 | The block is facing east. | ||
13 | The block is facing east-southeast. | ||
14 | The block is facing southeast. | ||
15 | The block is facing south-southeast. | ||
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this hanging sign. |
- Wall
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the block is facing. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this hanging sign. |
- Standing
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| ground_sign_direction | 0x10x20x40x8 | 0
| 0 | 0 | The block is facing south. |
1 | 1 | The block is facing south-southwest. | |||
2 | 2 | The block is facing southwest. | |||
3 | 3 | The block is facing west-southwest. | |||
4 | 4 | The block is facing west. | |||
5 | 5 | The block is facing west-northwest. | |||
6 | 6 | The block is facing northwest. | |||
7 | 7 | The block is facing north-northwest. | |||
8 | 8 | The block is facing north. | |||
9 | 9 | The block is facing north-northeast. | |||
10 | 10 | The block is facing northeast. | |||
11 | 11 | The block is facing east-northeast. | |||
12 | 12 | The block is facing east. | |||
13 | 13 | The block is facing east-southeast. | |||
14 | 14 | The block is facing southeast. | |||
15 | 15 | The block is facing south-southeast. |
- Wall
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 2 | 2345 | 2345 | The direction the block is facing. For example, a block facing east is attached to a block to its west.
|
01 | 01 | Unused |
Slabs
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| type | bottom
| bottomtop | Where the slab is within its block. |
double | The block is a double slab. | ||
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this slab. |
Bedrock Edition:
Stone slab and double stone slab:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_slab_type | 0x10x20x4 | smooth_stone
| smooth_stone | 0 | Smooth Stone Slab |
sandstone | 1 | Sandstone Slab | |||
wood | 2 | Petrified Oak Slab | |||
cobblestone | 3 | Cobblestone Slab | |||
brick | 4 | Brick Slab | |||
stone_brick | 5 | Stone Brick Slab | |||
quartz | 6 | Quartz Slab | |||
nether_brick | 7 | Nether Brick Slab | |||
| top_slot_bit | 0x8 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Wood slab and double wood slab:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wood_type | 0x10x20x4 | oak
| oak | 0 | Oak Slab |
spruce | 1 | Spruce Slab | |||
birch | 2 | Birch Slab | |||
jungle | 3 | Jungle Slab | |||
acacia | 4 | Acacia Slab | |||
dark_oak | 5 | Dark Oak Slab | |||
| top_slot_bit | 0x8 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Stone slab 2 and double stone slab 2:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_slab_type_2 | 0x10x20x4 | red_sandstone
| red_sandstone | 0 | Red Sandstone Slab |
purpur | 1 | Purpur Slab | |||
prismarine_rough | 2 | Prismarine Slab | |||
prismarine_dark | 3 | Dark Prismarine Slab | |||
prismarine_brick | 4 | Prismarine Brick Slab | |||
mossy_cobblestone | 5 | Mossy Cobblestone Slab | |||
smooth_sandstone | 6 | Smooth Sandstone Slab | |||
red_nether_brick | 7 | Red Nether Brick Slab | |||
| top_slot_bit | 0x8 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Stone slab 3 and double stone slab 3:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_slab_type_3 | 0x10x20x4 | end_stone_brick
| end_stone_brick | 0 | End Stone Brick Slab |
smooth_red_sandstone | 1 | Smooth Red Sandstone Slab | |||
polished_andesite | 2 | Polished Andesite Slab | |||
andesite | 3 | Andesite Slab | |||
diorite | 4 | Diorite Slab | |||
polished_diorite | 5 | Polished Diorite Slab | |||
granite | 6 | Granite Slab | |||
polished_granite | 7 | Polished Granite Slab | |||
| top_slot_bit | 0x8 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Stone slab 4 and double stone slab 4:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_slab_type_4 | 0x10x20x4 | mossy_stone_brick
| mossy_stone_brick | 0 | Mossy Stone Brick Slab |
smooth_quartz | 1 | Smooth Quartz Slab | |||
stone | 2 | Stone Slab | |||
cut_sandstone | 3 | Cut Sandstone Slab | |||
cut_red_sandstone | 4 | Cut Red Sandstone Slab | |||
| top_slot_bit | 0x8 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Other slabs and double slabs:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| top_slot_bit | 0x1 | false | falsetrue | 01 | Whether or not this slab is an upper slab. |
Small Dripleaf
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | What direction this small dripleaf is facing. |
| half | lower | lowerupper | What half of the small dripleaf this block is. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this small dripleaf. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | Not Supported | 3 | 0123 | Unsupported | The direction the small dripleaf faces. Opposite from the direction a player faces when placing the block.
|
| upper_block_bit | Not Supported | true | falsetrue | Unsupported | What half of the small dripleaf this block is. |
Smoker
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the smoker opening faces. The opposite from the direction the player faces while placing the smoker. |
| lit | false | falsetrue | If the smoker is lit. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 3 | 012345 | 012345 | The direction the furnace opening faces.
|
Snow
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| layers | 1 | 12345678 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| height | 0x10x20x4 | 0 | 01234567 | 01234567 | The number of layers in addition to the bottom layer. |
| covered_bit | 0x8 | false | truefalse | 01 | True if the snow is covering a plant. |
Sponge
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| sponge_type | 0x1 | dry
| dry | 0 | Sponge |
wet | 1 | Wet Sponge |
Stairs
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the stairs' full-block side faces. When placed in-game by a player, this matches the direction the player faces. |
| half | bottom | bottomtop | Top if the stairs are upside-down. |
| shape | straight | inner_leftinner_rightouter_leftouter_rightstraight | "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. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as these stairs. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| upside_down_bit | 0x4 | false | falsetrue | 01 | True if the stairs are upside-down. |
| weirdo_direction | 0x10x2 | 0 | 0123 | 0123 | The direction the stairs' full-block side faces.
|
Stones
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_type | 0x10x20x4 | stone
| stone | 0 | Stone |
granite | 1 | Granite | |||
granite_smooth | 2 | Polished Granite | |||
diorite | 3 | Diorite | |||
diorite_smooth | 4 | Polished Diorite | |||
andesite | 5 | Andesite | |||
andesite_smooth | 6 | Polished Andesite |
Stone Bricks
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| stone_brick_type | 0x10x20x4 | default
| default | 0 | Stone Bricks |
mossy | 1 | Mossy Stone Bricks | |||
cracked | 2 | Cracked Stone Bricks | |||
chiseled | 3 | Chiseled Stone Bricks | |||
smooth | 4 | Smooth Stone Bricks (same texture as regular ones) |
Stonecutter
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the stonecutter is facing. Opposite from the direction the player faces when placing a stonecutter. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| facing_direction | 0x10x20x4 | 0 | 2345 | 2345 | The direction the stonecutter is facing. Opposite from the direction the player faces when placing a stonecutter.
|
01 | 01 | Unused |
Structure Block
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| mode | data
| corner | Corner Structure Block |
data | Data Structure Block | ||
load | Load Structure Block | ||
save | Save Structure Block |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| mode | 0x10x20x4 | data
| corner | 3 | Corner Structure Block |
data | 0 | Data Structure Block | |||
export | 5 | Export Structure Block | |||
invalid | 4 | Inventory Structure Block | |||
load | 2 | Load Structure Block | |||
save | 1 | Save Structure Block |
Structure Void
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| structure_void_type | 0x1 | void | air | 1 | Structure Air |
void | 0 | Structure Void |
Sugar Cane
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0 | 0123456789101112131415 | 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| age | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | 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
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 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. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 01 | 01 | Young plant |
23 | 23 | No berries | |||
456 | 456 | Some berries, using the bush gives 1–2 sweet berries and sets the growth back to 2. | |||
7 | 7 | 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 |
|---|---|---|---|
| half | lower | lowerupper | The half of the plant contained in this block. |
Bedrock Edition:
Grass and fern
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| tall_grass_type | 0x10x2 | default
| default | 0 | Fern (Unused variant which looks identical to grass) |
tall | 1 | Grass | |||
fern | 2 | Fern | |||
snow | 3 | Fern (looks identical to actual fern) |
Tall grass and large fern
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| double_plant_type | 0x10x20x4 | sunflower | sunflowersyringagrassfernrosepaeonia | 012345 | The flower type. |
| upper_block_bit | 0x8 | false | falsetrue | 01 | 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 |
|---|---|---|---|
| half | lower | lowerupper | The half of the plant contained in this block. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| sea_grass_type | 0x10x2 | default
| default | 0 | This is seagrass. |
double_bot | 1 | This is the bottom half of tall seagrass. | |||
double_top | 2 | This is the top half of tall seagrass. |
Target
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| power | 0 | 0123456789101112131415 | Redstone power output of the target. |
Terracottas
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| color | white | white | White Terracotta |
orange | Orange Terracotta | ||
magenta | Magenta Terracotta | ||
light_blue | Light Blue Terracotta | ||
yellow | Yellow Terracotta | ||
lime | Lime Terracotta | ||
pink | Pink Terracotta | ||
gray | Gray Terracotta | ||
silver | Light Gray Terracotta | ||
cyan | Cyan Terracotta | ||
purple | Purple Terracotta | ||
blue | Blue Terracotta | ||
brown | Brown Terracotta | ||
green | Green Terracotta | ||
red | Red Terracotta | ||
black | Black Terracotta |
TNT
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| unstable | false
| false | Hitting the TNT block breaks it, dropping it as an item that can be picked up. |
true | Hitting the TNT block causes it to ignite and then explode. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| allow_underwater_bit | 0x2 | false
| false | 0 | This is normal TNT. |
true | 1 | This is Underwater TNT. | |||
| explode_bit | 0x1 | false
| false | 0 | Hitting the TNT block breaks it, dropping it as an item that can be picked up. |
true | 1 | Hitting the TNT block causes it to ignite and then explode. |
Torch and Soul Torch
Java Edition:
Wall
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the top of the torch is facing. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| torch_facing_direction | 0x10x20x4 | west
| westeastnorthsouthtop | 12345 | 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] |
unknown | 0 | Unused |
Trapdoors
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the trapdoor swings open. The opposite from the side its hinge is attached to. |
| half | bottom | bottomtop | Whether the trapdoor occupies the top or bottom part of a block. |
| open | false | falsetrue | True if the trapdoor is currently open (may differ from powered). |
| powered | false | falsetrue | True if the trapdoor is currently powered (may differ from open). |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this trapdoor. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the trapdoor is facing.
|
| open_bit | 0x8 | false | falsetrue | 01 | True if the trapdoor is currently open. |
| upside_down_bit | 0x4 | false | falsetrue | 01 | Whether the trapdoor occupies the top or bottom part of a block. |
Tripwire
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| attached | false | falsetrue | True if the tripwire is connected to a valid tripwire circuit. |
| disarmed | false | falsetrue | True if the tripwire is disarmed, that is, broken using shears. |
| east | false | falsetrue | True if the tripwire connects to other tripwire or tripwire hooks to the east. |
| north | false | falsetrue | True if the tripwire connects to other tripwire or tripwire hooks to the north. |
| powered | false | falsetrue | True if the tripwire is active. |
| south | false | falsetrue | True if the tripwire connects to other tripwire or tripwire hooks to the south. |
| west | false | falsetrue | True if the tripwire connects to other tripwire or tripwire hooks to the west. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| attached_bit | 0x4 | false | falsetrue | 01 | True if the tripwire is connected to a valid tripwire circuit. |
| disarmed_bit | 0x8 | false | falsetrue | 01 | True if the tripwire is disarmed, that is, broken using shears. |
| powered_bit | 0x1 | false | falsetrue | 01 | True if the tripwire is active. |
| suspended_bit | 0x2 | true | falsetrue | 01 | True if the tripwire hasn't connected to a valid tripwire circuit. (makes hitbox larger when true) |
Tripwire Hook
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| attached | false | falsetrue | True if the tripwire hook is connected to a valid tripwire circuit. |
| facing | north | eastnorthsouthwest | 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. |
| powered | false | falsetrue | True if the tripwire hook is active. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| attached_bit | 0x4 | false | falsetrue | 01 | True if the tripwire hook is connected to a valid tripwire circuit. |
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction in which the tripwire hook juts out from the block it is attached to.
|
| powered_bit | 0x8 | false | falsetrue | 01 | True if the tripwire hook is active. |
Turtle Egg
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| eggs | 1 | 1234 | Number of eggs. |
| hatch | 0 | 012 | Determines how close an egg is to hatching; starts at 0 and is randomly incremented. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| turtle_egg_count | 0x10x2 | one_egg | one_eggtwo_eggthree_eggfour_egg | 0123 | Number of eggs. |
| cracked_state | 0x40x8 | no_cracks | no_crackscrackedmax_cracked | 012 | 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 |
|---|---|---|---|
| age | 0 | 012345678910111213141516171819202122232425 | Increments for every block the twisting vine grows. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| twisting_vines_age | 0x10x20x40x80x10 | 0 | 012345678910111213141516171819202122232425 | 012345678910111213141516171819202122232425 | Increments for every block the twisting vine grows. |
Underwater Torch
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| torch_facing_direction | 0x10x20x4 | west
| westeastnorthsouthtop | 12345 | 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] |
unknown | 0 | Unused |
Vines
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | false | falsetrue | When true, a vine texture is displayed on the east. |
| north | false | falsetrue | When true, a vine texture is displayed on the north. |
| south | false | falsetrue | When true, a vine texture is displayed on the south. |
| up | false | falsetrue | When true, a vine texture is displayed on the top. |
| west | false | falsetrue | When true, a vine texture is displayed on the west. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| vine_direction_bits | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | The directions the vine exists, excluding up. Each bit determines one direction:
Note: Vines gain the ceiling vines if there's a block above, block state doesn't change. |
Walls
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| east | none | lownonetall | How the wall extends from the center post to the east. |
| north | none | lownonetall | How the wall extends from the center post to the north. |
| south | none | lownonetall | How the wall extends from the center post to the south. |
| up | true | falsetrue | When true, the wall has a center post. |
| waterlogged | false | falsetrue | Whether or not there's water in the same place as this wall. |
| west | none | lownonetall | How the wall extends from the center post to the west. |
Bedrock Edition Non-blackstone and deepslate wall:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wall_block_type | 0x10x20x40x8 | cobblestone | cobblestonemossy_cobblestonegranitedioriteandesitesandstonebrickstone_brickmossy_stone_bricknether_brickend_brickprismarinered_sandstonered_nether_brick | 012345678910111213 | The type of wall; for example, stone_brick denotes a stone brick wall. |
| wall_connection_type_east | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the east. |
| wall_connection_type_north | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the north. |
| wall_connection_type_south | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the south. |
| wall_connection_type_west | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the west. |
| wall_post_bit | Not Supported | true | falsetrue | Unsupported | Whether or not the wall has a center post. |
Blackstone and deepslate wall:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| wall_connection_type_east | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the east. |
| wall_connection_type_north | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the north. |
| wall_connection_type_south | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the south. |
| wall_connection_type_west | Not Supported | none | noneshorttall | Unsupported | How the wall extends from the center post to the west. |
| wall_post_bit | Not Supported | true | falsetrue | Unsupported | Whether or not the wall has a center post. |
Water
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| level | 0
| 0123456789101112131415 |
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
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| liquid_depth | 0x10x20x40x8 | 0
| 0123456789101112131415 | 0123456789101112131415 |
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 |
|---|---|---|---|
| age | 0 | 012345678910111213141516171819202122232425 | Increments for every block the weeping vine grows. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| weeping_vines_age | 0x10x20x40x80x10 | 0 | 012345678910111213141516171819202122232425 | 012345678910111213141516171819202122232425 | Increments for every block the weeping vine grows. |
Wheat Crop
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | |
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | Fully grown. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| growth | 0x10x20x4 | 0
| 0 | 0 | |
1 | 1 | ||||
2 | 2 | ||||
3 | 3 | ||||
4 | 4 | ||||
5 | 5 | ||||
6 | 6 | ||||
7 | 7 | Fully grown. |
Wood
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| axis | y
| x | The wood or hyphae is oriented east–west. |
y | The wood or hyphae is oriented vertically. | ||
z | The wood or hyphae is oriented north–south. |
Wood
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | Not Supported | y
| x | Unsupported | The wood is oriented east–west. |
y | Unsupported | The wood is oriented vertically. | |||
z | Unsupported | The wood is oriented north–south. | |||
| stripped_bit | 0x8 | false | falsetrue | 01 | Whether the wood is stripped or not. |
| wood_type | 0x10x20x4 | oak
| acacia | 4 | Acacia Wood |
birch | 2 | Birch Wood | |||
dark_oak | 5 | Dark Oak Wood | |||
jungle | 3 | Jungle Wood | |||
oak | 0 | Oak Wood | |||
spruce | 1 | Spruce Wood |
Warped Hyphae, Stripped Crimson Hyphae, Stripped Warped Hyphae
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | 0x10x2 | y
| x | 1 | The hyphae is oriented east–west. |
y | 0 | The hyphae is oriented vertically. | |||
z | 2 | The hyphae is oriented north–south. |
Crimson Hyphae
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| pillar_axis | Not Supported | y
| x | Unsupported | The hyphae is oriented east–west. |
y | Unsupported | The hyphae is oriented vertically. | |||
z | Unsupported | The hyphae is oriented north–south. |
Wool
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| color | 0x10x20x40x8 | white
| white | 0 | |
orange | 1 | ||||
magenta | 2 | ||||
light_blue | 3 | ||||
yellow | 4 | ||||
lime | 5 | ||||
pink | 6 | ||||
gray | 7 | ||||
silver | 8 | ||||
cyan | 9 | ||||
purple | 10 | ||||
blue | 11 | ||||
brown | 12 | ||||
green | 13 | ||||
red | 14 | ||||
black | 15 |
List of fluid states
Water
Java Edition:
Water
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| falling | false | truefalse | Always false. |
Flowing water
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| falling | false | truefalse | True for falling water, false for water with a block below. |
| level | 1 | 12345678 | Height of the water, 8 when the water is falling. |
Lava
Java Edition:
Lava
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| falling | false | truefalse | Always false. |
Flowing lava
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| falling | false | falsetrue | True for falling lava, false for lava with a block below. |
| level | 1 | 12345678 | Height of the lava, 8 when the lava is falling. |
History
| Java Edition | |||||
|---|---|---|---|---|---|
| 1.8 | 14w11a | Added block states. Only used in the game engine, not saved in world files or used in commands yet. | |||
| 14w26a | Switched to mostly using block states in the code. | ||||
| 1.11 | 16w32a | Enabled the use of block states in commands. | |||
| 1.13 | 17w47a | Many 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. | |||||
| Help | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Menu screens |
| ||||||||||||||||||
| Game customization | |||||||||||||||||||
| Editions |
| ||||||||||||||||||
| Miscellaneous | |||||||||||||||||||
- ↑ 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.
facingproperty of button block. - ↑ https://bugs.mojang.com/browse/MCPE-152036
- ↑ https://bugs.mojang.com/browse/MCPE-152036
- ↑ https://bugs.mojang.com/browse/MCPE-152036