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

Minecraft:Technical blocks: Difference between revisions

From SAS Gaming Wiki
imported>User-12316399
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Technical blocks''' are blocks that can be used for some purposes when events in the game are happening, or blocks that use independent ID namespaces prevent the unnecessary combinations of [[Minecraft:block states]]. Technical blocks can't normally be obtained in the game, but in older ''Java Edition'' versions and current ''Bedrock Edition'' versions, different technical blocks can be obtained using glitches or NBT editing.
'''Technical blocks''' are blocks that can be used for some purposes when events in the game are happening, or blocks that use independent ID namespaces prevent the unnecessary combinations of block states. Technical blocks can't normally be obtained in the game, but in older ''Java Edition'' versions and current ''Bedrock Edition'' versions, different technical blocks can be obtained using glitches or NBT editing.


== ''Java Edition'' ==
== ''Java Edition'' ==
The game prevents certain [[Minecraft:block]]s from being obtained through normal gameplay methods, such as [[Minecraft:crafting]], the [[Minecraft:Creative inventory]], the [[Minecraft:pick block]] key, and the [[Minecraft:Silk Touch]] enchantment. It also prevents such blocks from being given through less conventional methods, such as inventory editing, [[Minecraft:mod]]s, and [[Minecraft:commands]]. Until [[Minecraft:Java Edition 1.7.2|1.7.2]] and [[Minecraft:Java Edition 1.8|1.8]], there had been a wide variety of blocks that could be edited into the inventory; over time, however, the game was updated so that these blocks became entirely unavailable, even though one utilized inventory editing. From [[Minecraft:Java Edition 1.13]] onwards, blocks and items are completely different concepts, and numerical IDs no longer exist at all.
The game prevents certain [[Minecraft:block]]s from being obtained through normal gameplay methods, such as [[Minecraft:crafting]], the [[Minecraft:Creative inventory]], the pick block key, and the [[Minecraft:Silk Touch]] enchantment. It also prevents such blocks from being given through less conventional methods, such as inventory editing, [[Minecraft:mod]]s, and [[Minecraft:commands]]. Until 1.7.2 and 1.8, there had been a wide variety of blocks that could be edited into the inventory; over time, however, the game was updated so that these blocks became entirely unavailable, even though one utilized inventory editing. From Java Edition 1.13 onwards, blocks and items are completely different concepts, and numerical IDs no longer exist at all.


Currently, the game only accepts [[Minecraft:resource location]]s (such as <code>minecraft:dirt</code>) in most commands, and uses these resource locations when assigning blocks to the inventory and save files. The old method of obtaining a block via numerical IDs is no longer an option because the numerical id method <code>getItemById(Integer.parseInt(id))</code>  is no longer used in command <code>/give</code>. In addition, the game automatically removes blocks with illegitimate resource locations from the inventory, so using inventory editors is also no longer an option. Furthermore, certain blocks with both block and [[Minecraft:item]] forms, such as <code>minecraft:cake</code>, cannot be obtained in their block form in the inventory; however, since the game has a corresponding item named <code>minecraft:cake</code>, the item form is given instead. The only option is modifying game's class where registered items and ItemBlocks (direct item forms of blocks) in order to register and obtain them.
Currently, the game only accepts resource locations (such as <code>minecraft:dirt</code>) in most commands, and uses these resource locations when assigning blocks to the inventory and save files. The old method of obtaining a block via numerical IDs is no longer an option because the numerical id method <code>getItemById(Integer.parseInt(id))</code>  is no longer used in command <code>/give</code>. In addition, the game automatically removes blocks with illegitimate resource locations from the inventory, so using inventory editors is also no longer an option. Furthermore, certain blocks with both block and [[Minecraft:item]] forms, such as <code>minecraft:cake</code>, cannot be obtained in their block form in the inventory; however, since the game has a corresponding item named <code>minecraft:cake</code>, the item form is given instead. The only option is modifying game's class where registered items and ItemBlocks (direct item forms of blocks) in order to register and obtain them.


=== List ===
=== List ===
{|class="wikitable stikitable sortable"data-description="Block IDs"
{|class="wikitable stikitable sortable"data-description="Block IDs"
!Icon!![[Minecraft:Resource location]]!!Block!!Item form's ID
!Icon!!Resource location!!Block!!Item form's ID
|-
|-
|[[File:Acacia Wall Hanging Sign.png|30px]]||{{code|acacia_wall_hanging_sign}}||[[Minecraft:Acacia Wall Hanging Sign]]||acacia_hanging_sign
|[[File:Acacia Wall Hanging Sign.png|30px]]||{{MC/Code|acacia_wall_hanging_sign}}||Acacia Wall Hanging Sign||acacia_hanging_sign
|-
|-
|[[File:Acacia Wall Sign.png|30px]]||{{code|acacia_wall_sign}}||[[Minecraft:Acacia Wall Sign]]||acacia_sign
|[[File:Acacia Wall Sign.png|30px]]||{{MC/Code|acacia_wall_sign}}||Acacia Wall Sign||acacia_sign
|-
|-
|[[File:Air.png|30px]]||{{code|air}}||[[Minecraft:Air]]||Identical  
|[[File:Air.png|30px]]||{{MC/Code|air}}||[[Minecraft:Air]]||Identical  
|-
|-
|[[File:Attached Melon Stem.png|30px]]||{{code|attached_melon_stem}}||[[Minecraft:Attached Melon Stem]]||melon_seeds
|[[File:Attached Melon Stem.png|30px]]||{{MC/Code|attached_melon_stem}}||Attached Melon Stem||melon_seeds
|-
|-
|[[File:Attached Pumpkin Stem.png|30px]]||{{code|attached_pumpkin_stem}}||[[Minecraft:Attached Pumpkin Stem]]||pumpkin_seeds
|[[File:Attached Pumpkin Stem.png|30px]]||{{MC/Code|attached_pumpkin_stem}}||Attached Pumpkin Stem||pumpkin_seeds
|-
|-
|[[File:Bamboo Shoot.png|30px]]||{{code|bamboo_sapling}}||[[Minecraft:Bamboo Shoot]]||bamboo
|[[File:Bamboo Shoot.png|30px]]||{{MC/Code|bamboo_sapling}}||Bamboo Shoot||bamboo
|-
|-
|[[File:Bamboo Wall Hanging Sign.png|30px]]||{{code|bamboo_wall_hanging_sign}}||[[Minecraft:Bamboo Wall Hanging Sign]]||bamboo_hanging_sign
|[[File:Bamboo Wall Hanging Sign.png|30px]]||{{MC/Code|bamboo_wall_hanging_sign}}||Bamboo Wall Hanging Sign||bamboo_hanging_sign
|-
|-
|[[File:Bamboo Wall Sign.png|30px]]||{{code|bamboo_wall_sign}}||[[Minecraft:Bamboo Wall Sign]]||bamboo_sign
|[[File:Bamboo Wall Sign.png|30px]]||{{MC/Code|bamboo_wall_sign}}||Bamboo Wall Sign||bamboo_sign
|-
|-
|[[File:Beetroots.png|30px]]||{{code|beetroots}}||[[Minecraft:Beetroots]]||beetroot_seeds
|[[File:Beetroots.png|30px]]||{{MC/Code|beetroots}}||Beetroots||beetroot_seeds
|-
|-
|[[File:Big Dripleaf Stem.png|30px]]||{{code|big_dripleaf_stem}}||[[Minecraft:Big Dripleaf Stem]]||big_dripleaf
|[[File:Big Dripleaf Stem.png|30px]]||{{MC/Code|big_dripleaf_stem}}||Big Dripleaf Stem||big_dripleaf
|-
|-
|[[File:Birch Wall Hanging Sign.png|30px]]||{{code|birch_wall_hanging_sign}}||[[Minecraft:Birch Wall Hanging Sign]]||birch_hanging_sign
|[[File:Birch Wall Hanging Sign.png|30px]]||{{MC/Code|birch_wall_hanging_sign}}||Birch Wall Hanging Sign||birch_hanging_sign
|-
|-
|[[File:Birch Wall Sign.png|30px]]||{{code|birch_wall_sign}}||[[Minecraft:Birch Wall Sign]]||birch_sign
|[[File:Birch Wall Sign.png|30px]]||{{MC/Code|birch_wall_sign}}||Birch Wall Sign||birch_sign
|-
|-
|[[File:Cake with Black Candle.png|30px]]||{{code|black_candle_cake}}||[[Minecraft:Cake with Black Candle]]||cake
|[[File:Cake with Black Candle.png|30px]]||{{MC/Code|black_candle_cake}}||Cake with Black Candle||cake
|-
|-
|[[File:Black Wall Banner.png|30px]]||{{code|black_wall_banner}}||[[Minecraft:Black Wall Banner]]||black_banner
|[[File:Black Wall Banner.png|30px]]||{{MC/Code|black_wall_banner}}||Black Wall Banner||black_banner
|-
|-
|[[File:Cake with Blue Candle.png|30px]]||{{code|blue_candle_cake}}||[[Minecraft:Cake with Blue Candle]]||cake
|[[File:Cake with Blue Candle.png|30px]]||{{MC/Code|blue_candle_cake}}||Cake with Blue Candle||cake
|-
|-
|[[File:Blue Wall Banner.png|30px]]||{{code|blue_wall_banner}}||[[Minecraft:Blue Wall Banner]]||blue_banner
|[[File:Blue Wall Banner.png|30px]]||{{MC/Code|blue_wall_banner}}||Blue Wall Banner||blue_banner
|-
|-
|[[File:Brain Coral Wall Fan.png|30px]]||{{code|brain_coral_wall_fan}}||[[Minecraft:Brain Coral Wall Fan]]||brain_coral_fan
|[[File:Brain Coral Wall Fan.png|30px]]||{{MC/Code|brain_coral_wall_fan}}||Brain Coral Wall Fan||brain_coral_fan
|-
|-
|[[File:Cake with Brown Candle.png|30px]]||{{code|brown_candle_cake}}||[[Minecraft:Cake with Brown Candle]]||cake
|[[File:Cake with Brown Candle.png|30px]]||{{MC/Code|brown_candle_cake}}||Cake with Brown Candle||cake
|-
|-
|[[File:Brown Wall Banner.png|30px]]||{{code|brown_wall_banner}}||[[Minecraft:Brown Wall Banner]]||brown_banner
|[[File:Brown Wall Banner.png|30px]]||{{MC/Code|brown_wall_banner}}||Brown Wall Banner||brown_banner
|-
|-
|[[File:Bubble Column.png|30px]]||{{code|bubble_column}}||[[Minecraft:Bubble Column]]||None
|[[File:Bubble Column.png|30px]]||{{MC/Code|bubble_column}}||[[Minecraft:Bubble Column]]||None
|-
|-
|[[File:Bubble Coral Wall Fan.png|30px]]||{{code|bubble_coral_wall_fan}}||[[Minecraft:Bubble Coral Wall Fan]]||bubble_coral_fan
|[[File:Bubble Coral Wall Fan.png|30px]]||{{MC/Code|bubble_coral_wall_fan}}||Bubble Coral Wall Fan||bubble_coral_fan
|-
|-
|[[File:Cake with Candle.png|30px]]||{{code|candle_cake}}||[[Minecraft:Cake with Candle]]||cake
|[[File:Cake with Candle.png|30px]]||{{MC/Code|candle_cake}}||Cake with Candle||cake
|-
|-
|[[File:Carrots.png|30px]]||{{code|carrots}}||[[Minecraft:Carrots]]||carrot
|[[File:Carrots.png|30px]]||{{MC/Code|carrots}}||[[Minecraft:Carrots]]||carrot
|-
|-
|[[File:Cave Air.png|30px]]||{{code|cave_air}}||[[Minecraft:Cave Air]]||None
|[[File:Cave Air.png|30px]]||{{MC/Code|cave_air}}||Cave Air||None
|-
|-
|[[File:Cave Vines.png|30px]]||{{code|cave_vines}}||[[Minecraft:Cave Vines]]||glow_berries
|[[File:Cave Vines.png|30px]]||{{MC/Code|cave_vines}}||Cave Vines||glow_berries
|-
|-
|[[File:Cave Vines Plant.png|30px]]||{{code|cave_vines_plant}}||[[Minecraft:Cave Vines Plant]]||glow_berries
|[[File:Cave Vines Plant.png|30px]]||{{MC/Code|cave_vines_plant}}||Cave Vines Plant||glow_berries
|-
|-
|[[File:Cherry Wall Hanging Sign.png|30px]]||{{code|cherry_wall_hanging_sign}}||[[Minecraft:Cherry Wall Hanging Sign]]||cherry_hanging_sign
|[[File:Cherry Wall Hanging Sign.png|30px]]||{{MC/Code|cherry_wall_hanging_sign}}||Cherry Wall Hanging Sign||cherry_hanging_sign
|-
|-
|[[File:Cherry Wall Sign.png|30px]]||{{code|cherry_wall_sign}}||[[Minecraft:Cherry Wall Sign]]||cherry_sign
|[[File:Cherry Wall Sign.png|30px]]||{{MC/Code|cherry_wall_sign}}||Cherry Wall Sign||cherry_sign
|-
|-
|[[File:Cocoa.png|30px]]||{{code|cocoa}}||[[Minecraft:Cocoa]]||cocoa_beans
|[[File:Cocoa.png|30px]]||{{MC/Code|cocoa}}||Cocoa||cocoa_beans
|-
|-
|[[File:Creeper Wall Head.png|30px]]||{{code|creeper_wall_head}}||[[Minecraft:Creeper Wall Head]]||creeper_head
|[[File:Creeper Wall Head.png|30px]]||{{MC/Code|creeper_wall_head}}||Creeper Wall Head||creeper_head
|-
|-
|[[File:Crimson Wall Hanging Sign.png|30px]]||{{code|crimson_wall_hanging_sign}}||[[Minecraft:Crimson Wall Hanging Sign]]||crimson_hanging_sign
|[[File:Crimson Wall Hanging Sign.png|30px]]||{{MC/Code|crimson_wall_hanging_sign}}||Crimson Wall Hanging Sign||crimson_hanging_sign
|-
|-
|[[File:Crimson Wall Sign.png|30px]]||{{code|crimson_wall_sign}}||[[Minecraft:Crimson Wall Sign]]||crimson_sign
|[[File:Crimson Wall Sign.png|30px]]||{{MC/Code|crimson_wall_sign}}||Crimson Wall Sign||crimson_sign
|-
|-
|[[File:Copper Wall Torch.png|30px]]||{{code|copper_wall_torch}}||[[Minecraft:Copper Wall Torch]]||copper_torch
|[[File:Copper Wall Torch.png|30px]]||{{MC/Code|copper_wall_torch}}||Copper Wall Torch||copper_torch
|-
|-
|[[File:Cake with Cyan Candle.png|30px]]||{{code|cyan_candle_cake}}||[[Minecraft:Cake with Cyan Candle]]||cake
|[[File:Cake with Cyan Candle.png|30px]]||{{MC/Code|cyan_candle_cake}}||Cake with Cyan Candle||cake
|-
|-
|[[File:Cyan Wall Banner.png|30px]]||{{code|cyan_wall_banner}}||[[Minecraft:Cyan Wall Banner]]||cyan_banner
|[[File:Cyan Wall Banner.png|30px]]||{{MC/Code|cyan_wall_banner}}||Cyan Wall Banner||cyan_banner
|-
|-
|[[File:Dark Oak Wall Hanging Sign.png|30px]]||{{code|dark_oak_wall_hanging_sign}}||[[Minecraft:Dark Oak Wall Hanging Sign]]||dark_oak_hanging_sign
|[[File:Dark Oak Wall Hanging Sign.png|30px]]||{{MC/Code|dark_oak_wall_hanging_sign}}||Dark Oak Wall Hanging Sign||dark_oak_hanging_sign
|-
|-
|[[File:Dark Oak Wall Sign.png|30px]]||{{code|dark_oak_wall_sign}}||[[Minecraft:Dark Oak Wall Sign]]||dark_oak_sign
|[[File:Dark Oak Wall Sign.png|30px]]||{{MC/Code|dark_oak_wall_sign}}||Dark Oak Wall Sign||dark_oak_sign
|-
|-
|[[File:Dead Brain Coral Wall Fan.png|30px]]||{{code|dead_brain_coral_wall_fan}}||[[Minecraft:Dead Brain Coral Wall Fan]]||dead_brain_coral_fan
|[[File:Dead Brain Coral Wall Fan.png|30px]]||{{MC/Code|dead_brain_coral_wall_fan}}||Dead Brain Coral Wall Fan||dead_brain_coral_fan
|-
|-
|[[File:Dead Bubble Coral Wall Fan.png|30px]]||{{code|dead_bubble_coral_wall_fan}}||[[Minecraft:Dead Bubble Coral Wall Fan]]||dead_bubble_coral_fan
|[[File:Dead Bubble Coral Wall Fan.png|30px]]||{{MC/Code|dead_bubble_coral_wall_fan}}||Dead Bubble Coral Wall Fan||dead_bubble_coral_fan
|-
|-
|[[File:Dead Fire Coral Wall Fan.png|30px]]||{{code|dead_fire_coral_wall_fan}}||[[Minecraft:Dead Fire Coral Wall Fan]]||dead_fire_coral_fan
|[[File:Dead Fire Coral Wall Fan.png|30px]]||{{MC/Code|dead_fire_coral_wall_fan}}||Dead Fire Coral Wall Fan||dead_fire_coral_fan
|-
|-
|[[File:Dead Horn Coral Wall Fan.png|30px]]||{{code|dead_horn_coral_wall_fan}}||[[Minecraft:Dead Horn Coral Wall Fan]]||dead_horn_coral_fan
|[[File:Dead Horn Coral Wall Fan.png|30px]]||{{MC/Code|dead_horn_coral_wall_fan}}||Dead Horn Coral Wall Fan||dead_horn_coral_fan
|-
|-
|[[File:Dead Tube Coral Wall Fan.png|30px]]||{{code|dead_tube_coral_wall_fan}}||[[Minecraft:Dead Tube Coral Wall Fan]]||dead_tube_coral_fan
|[[File:Dead Tube Coral Wall Fan.png|30px]]||{{MC/Code|dead_tube_coral_wall_fan}}||Dead Tube Coral Wall Fan||dead_tube_coral_fan
|-
|-
|[[File:Dragon Wall Head.png|30px]]||{{code|dragon_wall_head}}||[[Minecraft:Dragon Wall Head]]||dragon_head
|[[File:Dragon Wall Head.png|30px]]||{{MC/Code|dragon_wall_head}}||Dragon Wall Head||dragon_head
|-
|-
|[[File:End Gateway.png|30px]]||{{code|end_gateway}}||[[Minecraft:End Gateway (block)|End Gateway]]||None
|[[File:End Gateway.png|30px]]||{{MC/Code|end_gateway}}||[[Minecraft:End Gateway (block)|End Gateway]]||None
|-
|-
|[[File:End Portal.png|30px]]||{{code|end_portal}}||[[Minecraft:End Portal (block)|End Portal]]||None
|[[File:End Portal.png|30px]]||{{MC/Code|end_portal}}||[[Minecraft:End Portal (block)|End Portal]]||None
|-
|-
|[[File:Fire.png|30px]]||{{code|fire}}||[[Minecraft:Fire]]||None
|[[File:Fire.png|30px]]||{{MC/Code|fire}}||[[Minecraft:Fire]]||None
|-
|-
|[[File:Fire Coral Wall Fan.png|30px]]||{{code|fire_coral_wall_fan}}||[[Minecraft:Fire Coral Wall Fan]]||fire_coral_fan
|[[File:Fire Coral Wall Fan.png|30px]]||{{MC/Code|fire_coral_wall_fan}}||Fire Coral Wall Fan||fire_coral_fan
|-
|-
|[[File:Frosted Ice.png|30px]]||{{code|frosted_ice}}||[[Minecraft:Frosted Ice]]||None
|[[File:Frosted Ice.png|30px]]||{{MC/Code|frosted_ice}}||[[Minecraft:Frosted Ice]]||None
|-
|-
|[[File:Cake with Gray Candle.png|30px]]||{{code|gray_candle_cake}}||[[Minecraft:Cake with Gray Candle]]||cake
|[[File:Cake with Gray Candle.png|30px]]||{{MC/Code|gray_candle_cake}}||Cake with Gray Candle||cake
|-
|-
|[[File:Gray Wall Banner.png|30px]]||{{code|gray_wall_banner}}||[[Minecraft:Gray Wall Banner]]||gray_banner
|[[File:Gray Wall Banner.png|30px]]||{{MC/Code|gray_wall_banner}}||Gray Wall Banner||gray_banner
|-
|-
|[[File:Cake with Green Candle.png|30px]]||{{code|green_candle_cake}}||[[Minecraft:Cake with Green Candle]]||cake
|[[File:Cake with Green Candle.png|30px]]||{{MC/Code|green_candle_cake}}||Cake with Green Candle||cake
|-
|-
|[[File:Green Wall Banner.png|30px]]||{{code|green_wall_banner}}||[[Minecraft:Green Wall Banner]]||green_banner
|[[File:Green Wall Banner.png|30px]]||{{MC/Code|green_wall_banner}}||Green Wall Banner||green_banner
|-
|-
|[[File:Horn Coral Wall Fan.png|30px]]||{{code|horn_coral_wall_fan}}||[[Minecraft:Horn Coral Wall Fan]]||horn_coral_fan
|[[File:Horn Coral Wall Fan.png|30px]]||{{MC/Code|horn_coral_wall_fan}}||Horn Coral Wall Fan||horn_coral_fan
|-
|-
|[[File:Jungle Wall Hanging Sign.png|30px]]||{{code|jungle_wall_hanging_sign}}||[[Minecraft:Jungle Wall Hanging Sign]]||jungle_hanging_sign
|[[File:Jungle Wall Hanging Sign.png|30px]]||{{MC/Code|jungle_wall_hanging_sign}}||Jungle Wall Hanging Sign||jungle_hanging_sign
|-
|-
|[[File:Kelp Plant.png|30px]]||{{code|kelp_plant}}||[[Minecraft:Kelp Plant]]||kelp
|[[File:Kelp Plant.png|30px]]||{{MC/Code|kelp_plant}}||Kelp Plant||kelp
|-
|-
|[[File:Lava.png|30px]]||{{code|lava}}||[[Minecraft:Lava]]||None
|[[File:Lava.png|30px]]||{{MC/Code|lava}}||[[Minecraft:Lava]]||None
|-
|-
|[[File:Lava Cauldron.png|30px]]||{{code|lava_cauldron}}||[[Minecraft:Lava Cauldron]]||cauldron
|[[File:Lava Cauldron.png|30px]]||{{MC/Code|lava_cauldron}}||Lava Cauldron||cauldron
|-
|-
|[[File:Cake with Light Blue Candle.png|30px]]||{{code|light_blue_candle_cake}}||[[Minecraft:Cake with Light Blue Candle]]||cake
|[[File:Cake with Light Blue Candle.png|30px]]||{{MC/Code|light_blue_candle_cake}}||Cake with Light Blue Candle||cake
|-
|-
|[[File:Light Blue Wall Banner.png|30px]]||{{code|light_blue_wall_banner}}||[[Minecraft:Light Blue Wall Banner]]||light_blue_banner
|[[File:Light Blue Wall Banner.png|30px]]||{{MC/Code|light_blue_wall_banner}}||Light Blue Wall Banner||light_blue_banner
|-
|-
|[[File:Cake with Light Gray Candle.png|30px]]||{{code|light_gray_candle_cake}}||[[Minecraft:Cake with Light Gray Candle]]||cake
|[[File:Cake with Light Gray Candle.png|30px]]||{{MC/Code|light_gray_candle_cake}}||Cake with Light Gray Candle||cake
|-
|-
|[[File:Light Gray Wall Banner.png|30px]]||{{code|light_gray_wall_banner}}||[[Minecraft:Light Gray Wall Banner]]||light_gray_banner
|[[File:Light Gray Wall Banner.png|30px]]||{{MC/Code|light_gray_wall_banner}}||Light Gray Wall Banner||light_gray_banner
|-
|-
|[[File:Cake with Lime Candle.png|30px]]||{{code|lime_candle_cake}}||[[Minecraft:Cake with Lime Candle]]||cake
|[[File:Cake with Lime Candle.png|30px]]||{{MC/Code|lime_candle_cake}}||Cake with Lime Candle||cake
|-
|-
|[[File:Lime Wall Banner.png|30px]]||{{code|lime_wall_banner}}||[[Minecraft:Lime Wall Banner]]||lime_banner
|[[File:Lime Wall Banner.png|30px]]||{{MC/Code|lime_wall_banner}}||Lime Wall Banner||lime_banner
|-
|-
|[[File:Cake with Magenta Candle.png|30px]]||{{code|magenta_candle_cake}}||[[Minecraft:Cake with Magenta Candle]]||cake
|[[File:Cake with Magenta Candle.png|30px]]||{{MC/Code|magenta_candle_cake}}||Cake with Magenta Candle||cake
|-
|-
|[[File:Magenta Wall Banner.png|30px]]||{{code|magenta_wall_banner}}||[[Minecraft:Magenta Wall Banner]]||magenta_banner
|[[File:Magenta Wall Banner.png|30px]]||{{MC/Code|magenta_wall_banner}}||Magenta Wall Banner||magenta_banner
|-
|-
|[[File:Mangrove Wall Hanging Sign.png|30px]]||{{code|mangrove_wall_hanging_sign}}||[[Minecraft:Mangrove Wall Hanging Sign]]||mangrove_hanging_sign
|[[File:Mangrove Wall Hanging Sign.png|30px]]||{{MC/Code|mangrove_wall_hanging_sign}}||Mangrove Wall Hanging Sign||mangrove_hanging_sign
|-
|-
|[[File:Mangrove Wall Sign.png|30px]]||{{code|mangrove_wall_sign}}||[[Minecraft:Mangrove Wall Sign]]||mangrove_sign
|[[File:Mangrove Wall Sign.png|30px]]||{{MC/Code|mangrove_wall_sign}}||Mangrove Wall Sign||mangrove_sign
|-
|-
|[[File:Melon Stem.png|30px]]||{{code|melon_stem}}||[[Minecraft:Melon Stem]]||melon_seeds
|[[File:Melon Stem.png|30px]]||{{MC/Code|melon_stem}}||Melon Stem||melon_seeds
|-
|-
|[[File:Moving Piston.png|30px]]||{{code|moving_piston}}||[[Minecraft:Moving Piston]]||None
|[[File:Moving Piston.png|30px]]||{{MC/Code|moving_piston}}||Moving Piston||None
|-
|-
|[[File:Nether Portal.png|30px]]||{{code|nether_portal}}||[[Minecraft:Nether Portal]]||None
|[[File:Nether Portal.png|30px]]||{{MC/Code|nether_portal}}||Nether Portal||None
|-
|-
|[[File:Oak Wall Hanging Sign.png|30px]]||{{code|oak_wall_hanging_sign}}||[[Minecraft:Oak Wall Hanging Sign]]||oak_hanging_sign
|[[File:Oak Wall Hanging Sign.png|30px]]||{{MC/Code|oak_wall_hanging_sign}}||Oak Wall Hanging Sign||oak_hanging_sign
|-
|-
|[[File:Oak Wall Sign.png|30px]]||{{code|oak_wall_sign}}||[[Minecraft:Oak Wall Sign]]||oak_sign
|[[File:Oak Wall Sign.png|30px]]||{{MC/Code|oak_wall_sign}}||Oak Wall Sign||oak_sign
|-
|-
|[[File:Cake with Orange Candle.png|30px]]||{{code|orange_candle_cake}}||[[Minecraft:Cake with Orange Candle]]||cake
|[[File:Cake with Orange Candle.png|30px]]||{{MC/Code|orange_candle_cake}}||Cake with Orange Candle||cake
|-
|-
|[[File:Orange Wall Banner.png|30px]]||{{code|orange_wall_banner}}||[[Minecraft:Orange Wall Banner]]||orange_banner
|[[File:Orange Wall Banner.png|30px]]||{{MC/Code|orange_wall_banner}}||Orange Wall Banner||orange_banner
|-
|-
|[[File:Pale Oak Wall Hanging Sign.png|30px]]||{{code|pale_oak_wall_hanging_sign}}||[[Minecraft:Pale Oak Wall Hanging Sign]]||pale_oak_hanging_sign
|[[File:Pale Oak Wall Hanging Sign.png|30px]]||{{MC/Code|pale_oak_wall_hanging_sign}}||Pale Oak Wall Hanging Sign||pale_oak_hanging_sign
|-
|-
|[[File:Pale Oak Wall Sign.png|30px]]||{{code|pale_oak_wall_sign}}||[[Minecraft:Pale Oak Wall Sign]]||pale_oak_sign
|[[File:Pale Oak Wall Sign.png|30px]]||{{MC/Code|pale_oak_wall_sign}}||Pale Oak Wall Sign||pale_oak_sign
|-
|-
|[[File:Piglin Wall Head.png|30px]]||{{code|piglin_wall_head}}||[[Minecraft:Piglin Wall Head]]||piglin_head
|[[File:Piglin Wall Head.png|30px]]||{{MC/Code|piglin_wall_head}}||Piglin Wall Head||piglin_head
|-
|-
|[[File:Cake with Pink Candle.png|30px]]||{{code|pink_candle_cake}}||[[Minecraft:Cake with Pink Candle]]||cake
|[[File:Cake with Pink Candle.png|30px]]||{{MC/Code|pink_candle_cake}}||Cake with Pink Candle||cake
|-
|-
|[[File:Pink Wall Banner.png|30px]]||{{code|pink_wall_banner}}||[[Minecraft:Pink Wall Banner]]||pink_banner
|[[File:Pink Wall Banner.png|30px]]||{{MC/Code|pink_wall_banner}}||Pink Wall Banner||pink_banner
|-
|-
|[[File:Piston Head.png|30px]]||{{code|piston_head}}||[[Minecraft:Piston Head]]||None
|[[File:Piston Head.png|30px]]||{{MC/Code|piston_head}}||Piston Head||None
|-
|-
|[[File:Pitcher Crop.png|30px]]||{{code|pitcher_crop}}||[[Minecraft:Pitcher Crop]]||pitcher_pod
|[[File:Pitcher Crop.png|30px]]||{{MC/Code|pitcher_crop}}||Pitcher Crop||pitcher_pod
|-
|-
|[[File:Player Wall Head.png|30px]]||{{code|player_wall_head}}||[[Minecraft:Player Wall Head]]||player_head
|[[File:Player Wall Head.png|30px]]||{{MC/Code|player_wall_head}}||Player Wall Head||player_head
|-
|-
|[[File:Potatoes.png|30px]]||{{code|potatoes}}||[[Minecraft:Potatoes]]||potato
|[[File:Potatoes.png|30px]]||{{MC/Code|potatoes}}||Potatoes||potato
|-
|-
|[[File:Potted Acacia Sapling.png|30px]]||{{code|potted_acacia_sapling}}||[[Minecraft:Potted Acacia Sapling]]||acacia_sapling
|[[File:Potted Acacia Sapling.png|30px]]||{{MC/Code|potted_acacia_sapling}}||Potted Acacia Sapling||acacia_sapling
|-
|-
|[[File:Potted Allium.png|30px]]||{{code|potted_allium}}||[[Minecraft:Potted Allium]]||allium
|[[File:Potted Allium.png|30px]]||{{MC/Code|potted_allium}}||Potted Allium||allium
|-
|-
|[[File:Potted Azalea.png|30px]]||{{code|potted_azalea_bush}}||[[Minecraft:Potted Azalea]]||azalea
|[[File:Potted Azalea.png|30px]]||{{MC/Code|potted_azalea_bush}}||Potted Azalea||azalea
|-
|-
|[[File:Potted Azure Bluet.png|30px]]||{{code|potted_azure_bluet}}||[[Minecraft:Potted Azure Bluet]]||azure_bluet
|[[File:Potted Azure Bluet.png|30px]]||{{MC/Code|potted_azure_bluet}}||Potted Azure Bluet||azure_bluet
|-
|-
|[[File:Potted Bamboo.png|30px]]||{{code|potted_bamboo}}||[[Minecraft:Potted Bamboo]]||bamboo
|[[File:Potted Bamboo.png|30px]]||{{MC/Code|potted_bamboo}}||Potted Bamboo||bamboo
|-
|-
|[[File:Potted Birch Sapling.png|30px]]||{{code|potted_birch_sapling}}||[[Minecraft:Potted Birch Sapling]]||birch_sapling
|[[File:Potted Birch Sapling.png|30px]]||{{MC/Code|potted_birch_sapling}}||Potted Birch Sapling||birch_sapling
|-
|-
|[[File:Potted Blue Orchid.png|30px]]||{{code|potted_blue_orchid}}||[[Minecraft:Potted Blue Orchid]]||blue_orchid
|[[File:Potted Blue Orchid.png|30px]]||{{MC/Code|potted_blue_orchid}}||Potted Blue Orchid||blue_orchid
|-
|-
|[[File:Potted Brown Mushroom.png|30px]]||{{code|potted_brown_mushroom}}||[[Minecraft:Potted Brown Mushroom]]||brown_mushroom
|[[File:Potted Brown Mushroom.png|30px]]||{{MC/Code|potted_brown_mushroom}}||Potted Brown Mushroom||brown_mushroom
|-
|-
|[[File:Potted Cactus.png|30px]]||{{code|potted_cactus}}||[[Minecraft:Potted Cactus]]||cactus
|[[File:Potted Cactus.png|30px]]||{{MC/Code|potted_cactus}}||Potted Cactus||cactus
|-
|-
|[[File:Potted Cherry Sapling.png|30px]]||{{code|potted_cherry_sapling}}||[[Minecraft:Potted Cherry Sapling]]||cherry_sapling
|[[File:Potted Cherry Sapling.png|30px]]||{{MC/Code|potted_cherry_sapling}}||Potted Cherry Sapling||cherry_sapling
|-
|-
|[[File:Potted Closed Eyeblossom.png|30px]]||{{code|potted_closed_eyeblossom}}||[[Minecraft:Potted Closed Eyeblossom]]||closed_eyeblossom
|[[File:Potted Closed Eyeblossom.png|30px]]||{{MC/Code|potted_closed_eyeblossom}}||Potted Closed Eyeblossom||closed_eyeblossom
|-
|-
|[[File:Potted Cornflower.png|30px]]||{{code|potted_cornflower}}||[[Minecraft:Potted Cornflower]]||cornflower
|[[File:Potted Cornflower.png|30px]]||{{MC/Code|potted_cornflower}}||Potted Cornflower||cornflower
|-
|-
|[[File:Potted Crimson Fungus.png|30px]]||{{code|potted_crimson_fungus}}||[[Minecraft:Potted Crimson Fungus]]||crimson_fungus
|[[File:Potted Crimson Fungus.png|30px]]||{{MC/Code|potted_crimson_fungus}}||Potted Crimson Fungus||crimson_fungus
|-
|-
|[[File:Potted Crimson Roots.png|30px]]||{{code|potted_crimson_roots}}||[[Minecraft:Potted Crimson Roots]]||crimson_roots
|[[File:Potted Crimson Roots.png|30px]]||{{MC/Code|potted_crimson_roots}}||Potted Crimson Roots||crimson_roots
|-
|-
|[[File:Potted Dandelion.png|30px]]||{{code|potted_dandelion}}||[[Minecraft:Potted Dandelion]]||dandelion
|[[File:Potted Dandelion.png|30px]]||{{MC/Code|potted_dandelion}}||Potted Dandelion||dandelion
|-
|-
|[[File:Potted Dark Oak Sapling.png|30px]]||{{code|potted_dark_oak_sapling}}||[[Minecraft:Potted Dark Oak Sapling]]||dark_oak_sapling
|[[File:Potted Dark Oak Sapling.png|30px]]||{{MC/Code|potted_dark_oak_sapling}}||Potted Dark Oak Sapling||dark_oak_sapling
|-
|-
|[[File:Potted Dead Bush.png|30px]]||{{code|potted_dead_bush}}||[[Minecraft:Potted Dead Bush]]||dead_bush
|[[File:Potted Dead Bush.png|30px]]||{{MC/Code|potted_dead_bush}}||Potted Dead Bush||dead_bush
|-
|-
|[[File:Potted Fern.png|30px]]||{{code|potted_fern}}||[[Minecraft:Potted Fern]]||fern
|[[File:Potted Fern.png|30px]]||{{MC/Code|potted_fern}}||Potted Fern||fern
|-
|-
|[[File:Potted Flowering Azalea.png|30px]]||{{code|potted_flowering_azalea_bush}}||[[Minecraft:Potted Flowering Azalea]]||flowering_azalea
|[[File:Potted Flowering Azalea.png|30px]]||{{MC/Code|potted_flowering_azalea_bush}}||Potted Flowering Azalea||flowering_azalea
|-
|-
|[[File:Potted Golden_Dandelion.png|30px]]||{{code|potted_golden_dandelion}}||[[Minecraft:Potted Golden Dandelion]]||golden_dandelion
|[[File:Potted Golden_Dandelion.png|30px]]||{{MC/Code|potted_golden_dandelion}}||Potted Golden Dandelion||golden_dandelion
|-
|-
|[[File:Potted Jungle Sapling.png|30px]]||{{code|potted_jungle_sapling}}||[[Minecraft:Potted Jungle Sapling]]||jungle_sapling
|[[File:Potted Jungle Sapling.png|30px]]||{{MC/Code|potted_jungle_sapling}}||Potted Jungle Sapling||jungle_sapling
|-
|-
|[[File:Potted Lily of the Valley.png|30px]]||{{code|potted_lily_of_the_valley}}||[[Minecraft:Potted Lily of the Valley]]||lily_of_the_valley
|[[File:Potted Lily of the Valley.png|30px]]||{{MC/Code|potted_lily_of_the_valley}}||Potted Lily of the Valley||lily_of_the_valley
|-
|-
|[[File:Potted Mangrove Propagule.png|30px]]||{{code|potted_mangrove_propagule}}||[[Minecraft:Potted Mangrove Propagule]]||mangrove_propagule
|[[File:Potted Mangrove Propagule.png|30px]]||{{MC/Code|potted_mangrove_propagule}}||Potted Mangrove Propagule||mangrove_propagule
|-
|-
|[[File:Potted Oak Sapling.png|30px]]||{{code|potted_oak_sapling}}||[[Minecraft:Potted Oak Sapling]]||oak_sapling
|[[File:Potted Oak Sapling.png|30px]]||{{MC/Code|potted_oak_sapling}}||Potted Oak Sapling||oak_sapling
|-
|-
|[[File:Potted Open Eyeblossom.png|30px]]||{{code|potted_open_eyeblossom}}||[[Minecraft:Potted Open Eyeblossom]]||open_eyeblossom
|[[File:Potted Open Eyeblossom.png|30px]]||{{MC/Code|potted_open_eyeblossom}}||Potted Open Eyeblossom||open_eyeblossom
|-
|-
|[[File:Potted Orange Tulip.png|30px]]||{{code|potted_orange_tulip}}||[[Minecraft:Potted Orange Tulip]]||orange_tulip
|[[File:Potted Orange Tulip.png|30px]]||{{MC/Code|potted_orange_tulip}}||Potted Orange Tulip||orange_tulip
|-
|-
|[[File:Potted Oxeye Daisy.png|30px]]||{{code|potted_oxeye_daisy}}||[[Minecraft:Potted Oxeye Daisy]]||oxeye_daisy
|[[File:Potted Oxeye Daisy.png|30px]]||{{MC/Code|potted_oxeye_daisy}}||Potted Oxeye Daisy||oxeye_daisy
|-
|-
|[[File:Potted Pale Oak Sapling.png|30px]]||{{code|potted_pale_oak_sapling}}||[[Minecraft:Potted Pale Oak Sapling]]||pale_oak_sapling
|[[File:Potted Pale Oak Sapling.png|30px]]||{{MC/Code|potted_pale_oak_sapling}}||Potted Pale Oak Sapling||pale_oak_sapling
|-
|-
|[[File:Potted Pink Tulip.png|30px]]||{{code|potted_pink_tulip}}||[[Minecraft:Potted Pink Tulip]]||pink_tulip
|[[File:Potted Pink Tulip.png|30px]]||{{MC/Code|potted_pink_tulip}}||Potted Pink Tulip||pink_tulip
|-
|-
|[[File:Potted Poppy.png|30px]]||{{code|potted_poppy}}||[[Minecraft:Potted Poppy]]||poppy
|[[File:Potted Poppy.png|30px]]||{{MC/Code|potted_poppy}}||Potted Poppy||poppy
|-
|-
|[[File:Potted Red Mushroom.png|30px]]||{{code|potted_red_mushroom}}||[[Minecraft:Potted Red Mushroom]]||red_mushroom
|[[File:Potted Red Mushroom.png|30px]]||{{MC/Code|potted_red_mushroom}}||Potted Red Mushroom||red_mushroom
|-
|-
|[[File:Potted Red Tulip.png|30px]]||{{code|potted_red_tulip}}||[[Minecraft:Potted Red Tulip]]||red_tulip
|[[File:Potted Red Tulip.png|30px]]||{{MC/Code|potted_red_tulip}}||Potted Red Tulip||red_tulip
|-
|-
|[[File:Potted Spruce Sapling.png|30px]]||{{code|potted_spruce_sapling}}||[[Minecraft:Potted Spruce Sapling]]||spruce_sapling
|[[File:Potted Spruce Sapling.png|30px]]||{{MC/Code|potted_spruce_sapling}}||Potted Spruce Sapling||spruce_sapling
|-
|-
|[[File:Potted Torchflower.png|30px]]||{{code|potted_torchflower}}||[[Minecraft:Potted Torchflower]]||torchflower
|[[File:Potted Torchflower.png|30px]]||{{MC/Code|potted_torchflower}}||Potted Torchflower||torchflower
|-
|-
|[[File:Potted Warped Fungus.png|30px]]||{{code|potted_warped_fungus}}||[[Minecraft:Potted Warped Fungus]]||warped_fungus
|[[File:Potted Warped Fungus.png|30px]]||{{MC/Code|potted_warped_fungus}}||Potted Warped Fungus||warped_fungus
|-
|-
|[[File:Potted Warped Roots.png|30px]]||{{code|potted_warped_roots}}||[[Minecraft:Potted Warped Roots]]||warped_roots
|[[File:Potted Warped Roots.png|30px]]||{{MC/Code|potted_warped_roots}}||Potted Warped Roots||warped_roots
|-
|-
|[[File:Potted White Tulip.png|30px]]||{{code|potted_white_tulip}}||[[Minecraft:Potted White Tulip]]||white_tulip
|[[File:Potted White Tulip.png|30px]]||{{MC/Code|potted_white_tulip}}||Potted White Tulip||white_tulip
|-
|-
|[[File:Potted Wither Rose.png|30px]]||{{code|potted_wither_rose}}||[[Minecraft:Potted Wither Rose]]||wither_rose
|[[File:Potted Wither Rose.png|30px]]||{{MC/Code|potted_wither_rose}}||Potted Wither Rose||wither_rose
|-
|-
|[[File:Powder Snow.png|30px]]||{{code|powder_snow}}||[[Minecraft:Powder Snow]]||powder_snow_bucket
|[[File:Powder Snow.png|30px]]||{{MC/Code|powder_snow}}||[[Minecraft:Powder Snow]]||powder_snow_bucket
|-
|-
|[[File:Powder Snow Cauldron.png|30px]]||{{code|powder_snow_cauldron}}||[[Minecraft:Powder Snow Cauldron]]||cauldron
|[[File:Powder Snow Cauldron.png|30px]]||{{MC/Code|powder_snow_cauldron}}||Powder Snow Cauldron||cauldron
|-
|-
|[[File:Pumpkin Stem.png|30px]]||{{code|pumpkin_stem}}||[[Minecraft:Pumpkin Stem]]||pumpkin_seeds
|[[File:Pumpkin Stem.png|30px]]||{{MC/Code|pumpkin_stem}}||Pumpkin Stem||pumpkin_seeds
|-
|-
|[[File:Cake with Purple Candle.png|30px]]||{{code|purple_candle_cake}}||[[Minecraft:Cake with Purple Candle]]||cake
|[[File:Cake with Purple Candle.png|30px]]||{{MC/Code|purple_candle_cake}}||Cake with Purple Candle||cake
|-
|-
|[[File:Purple Wall Banner.png|30px]]||{{code|purple_wall_banner}}||[[Minecraft:Purple Wall Banner]]||purple_banner
|[[File:Purple Wall Banner.png|30px]]||{{MC/Code|purple_wall_banner}}||Purple Wall Banner||purple_banner
|-
|-
|[[File:Cake with Red Candle.png|30px]]||{{code|red_candle_cake}}||[[Minecraft:Cake with Red Candle]]||cake
|[[File:Cake with Red Candle.png|30px]]||{{MC/Code|red_candle_cake}}||Cake with Red Candle||cake
|-
|-
|[[File:Red Wall Banner.png|30px]]||{{code|red_wall_banner}}||[[Minecraft:Red Wall Banner]]||red_banner
|[[File:Red Wall Banner.png|30px]]||{{MC/Code|red_wall_banner}}||Red Wall Banner||red_banner
|-
|-
|[[File:Redstone Wall Torch.png|30px]]||{{code|redstone_wall_torch}}||[[Minecraft:Redstone Wall Torch]]||redstone_torch
|[[File:Redstone Wall Torch.png|30px]]||{{MC/Code|redstone_wall_torch}}||Redstone Wall Torch||redstone_torch
|-
|-
|[[File:Redstone Wire.png|30px]]||{{code|redstone_wire}}||[[Minecraft:Redstone Wire]]||redstone
|[[File:Redstone Wire.png|30px]]||{{MC/Code|redstone_wire}}||Redstone Wire||redstone
|-
|-
|[[File:Skeleton Wall Skull.png|30px]]||{{code|skeleton_wall_skull}}||[[Minecraft:Skeleton Wall Skull]]||skeleton_skull
|[[File:Skeleton Wall Skull.png|30px]]||{{MC/Code|skeleton_wall_skull}}||Skeleton Wall Skull||skeleton_skull
|-
|-
|[[File:Soul Fire.png|30px]]||{{code|soul_fire}}||[[Minecraft:Soul Fire]]||None
|[[File:Soul Fire.png|30px]]||{{MC/Code|soul_fire}}||[[Minecraft:Soul Fire]]||None
|-
|-
|[[File:Soul Wall Torch.png|30px]]||{{code|soul_wall_torch}}||[[Minecraft:Soul Wall Torch]]||soul_torch
|[[File:Soul Wall Torch.png|30px]]||{{MC/Code|soul_wall_torch}}||Soul Wall Torch||soul_torch
|-
|-
|[[File:Spruce Wall Hanging Sign.png|30px]]||{{code|spruce_wall_hanging_sign}}||[[Minecraft:Spruce Wall Hanging Sign]]||spruce_hanging_sign
|[[File:Spruce Wall Hanging Sign.png|30px]]||{{MC/Code|spruce_wall_hanging_sign}}||Spruce Wall Hanging Sign||spruce_hanging_sign
|-
|-
|[[File:Spruce Wall Sign.png|30px]]||{{code|spruce_wall_sign}}||[[Minecraft:Spruce Wall Sign]]||spruce_sign
|[[File:Spruce Wall Sign.png|30px]]||{{MC/Code|spruce_wall_sign}}||Spruce Wall Sign||spruce_sign
|-
|-
|[[File:Sweet Berry Bush.png|30px]]||{{code|sweet_berry_bush}}||[[Minecraft:Sweet Berry Bush]]||sweet_berries
|[[File:Sweet Berry Bush.png|30px]]||{{MC/Code|sweet_berry_bush}}||Sweet Berry Bush||sweet_berries
|-
|-
|[[File:Tall Seagrass.png|30px]]||{{code|tall_seagrass}}||[[Minecraft:Tall Seagrass]]||seagrass
|[[File:Tall Seagrass.png|30px]]||{{MC/Code|tall_seagrass}}||Tall Seagrass||seagrass
|-
|-
|[[File:Torchflower Crop.png|30px]]||{{code|torchflower_crop}}||[[Minecraft:Torchflower Crop]]||torchflower_seeds
|[[File:Torchflower Crop.png|30px]]||{{MC/Code|torchflower_crop}}||Torchflower Crop||torchflower_seeds
|-
|-
|[[File:Tripwire.png|30px]]||{{code|tripwire}}||[[Minecraft:Tripwire]]||string
|[[File:Tripwire.png|30px]]||{{MC/Code|tripwire}}||Tripwire||string
|-
|-
|[[File:Tube Coral Wall Fan.png|30px]]||{{code|tube_coral_wall_fan}}||[[Minecraft:Tube Coral Wall Fan]]||tube_coral_fan
|[[File:Tube Coral Wall Fan.png|30px]]||{{MC/Code|tube_coral_wall_fan}}||Tube Coral Wall Fan||tube_coral_fan
|-
|-
|[[File:Twisting Vines Plant.png|30px]]||{{code|twisting_vines_plant}}||[[Minecraft:Twisting Vines Plant]]||twisting_vines
|[[File:Twisting Vines Plant.png|30px]]||{{MC/Code|twisting_vines_plant}}||Twisting Vines Plant||twisting_vines
|-
|-
|[[File:Void Air.png|30px]]||{{code|void_air}}||[[Minecraft:Void Air]]||None
|[[File:Void Air.png|30px]]||{{MC/Code|void_air}}||Void Air||None
|-
|-
|[[File:Wall Torch.png|30px]]||{{code|wall_torch}}||[[Minecraft:Wall Torch]]||torch
|[[File:Wall Torch.png|30px]]||{{MC/Code|wall_torch}}||Wall Torch||torch
|-
|-
|[[File:Warped Wall Hanging Sign.png|30px]]||{{code|warped_wall_hanging_sign}}||[[Minecraft:Warped Wall Hanging Sign]]||warped_hanging_sign
|[[File:Warped Wall Hanging Sign.png|30px]]||{{MC/Code|warped_wall_hanging_sign}}||Warped Wall Hanging Sign||warped_hanging_sign
|-
|-
|[[File:Warped Wall Sign.png|30px]]||{{code|warped_wall_sign}}||[[Minecraft:Warped Wall Sign]]||warped_sign
|[[File:Warped Wall Sign.png|30px]]||{{MC/Code|warped_wall_sign}}||Warped Wall Sign||warped_sign
|-
|-
|[[File:Water.png|30px]]||{{code|water}}||[[Minecraft:Water]]||None
|[[File:Water.png|30px]]||{{MC/Code|water}}||[[Minecraft:Water]]||None
|-
|-
|[[File:Water Cauldron.png|30px]]||{{code|water_cauldron}}||[[Minecraft:Water Cauldron]]||cauldron
|[[File:Water Cauldron.png|30px]]||{{MC/Code|water_cauldron}}||Water Cauldron||cauldron
|-
|-
|[[File:Weeping Vines Plant.png|30px]]||{{code|weeping_vines_plant}}||[[Minecraft:Weeping Vines Plant]]||weeping_vines
|[[File:Weeping Vines Plant.png|30px]]||{{MC/Code|weeping_vines_plant}}||Weeping Vines Plant||weeping_vines
|-
|-
|[[File:Wheat Crops.png|30px]]||{{code|wheat}}||[[Minecraft:Wheat Crops]]||wheat_seeds
|[[File:Wheat Crops.png|30px]]||{{MC/Code|wheat}}||Wheat Crops||wheat_seeds
|-
|-
|[[File:Cake with White Candle.png|30px]]||{{code|white_candle_cake}}||[[Minecraft:Cake with White Candle]]||cake
|[[File:Cake with White Candle.png|30px]]||{{MC/Code|white_candle_cake}}||Cake with White Candle||cake
|-
|-
|[[File:White Wall Banner.png|30px]]||{{code|white_wall_banner}}||[[Minecraft:White Wall Banner]]||white_banner
|[[File:White Wall Banner.png|30px]]||{{MC/Code|white_wall_banner}}||White Wall Banner||white_banner
|-
|-
|[[File:Wither Skeleton Wall Skull.png|30px]]||{{code|wither_skeleton_wall_skull}}||[[Minecraft:Wither Skeleton Wall Skull]]||wither_skeleton_skull
|[[File:Wither Skeleton Wall Skull.png|30px]]||{{MC/Code|wither_skeleton_wall_skull}}||Wither Skeleton Wall Skull||wither_skeleton_skull
|-
|-
|[[File:Cake with Yellow Candle.png|30px]]||{{code|yellow_candle_cake}}||[[Minecraft:Cake with Yellow Candle]]||cake
|[[File:Cake with Yellow Candle.png|30px]]||{{MC/Code|yellow_candle_cake}}||Cake with Yellow Candle||cake
|-
|-
|[[File:Yellow Wall Banner.png|30px]]||{{code|yellow_wall_banner}}||[[Minecraft:Yellow Wall Banner]]||yellow_banner
|[[File:Yellow Wall Banner.png|30px]]||{{MC/Code|yellow_wall_banner}}||Yellow Wall Banner||yellow_banner
|-
|-
|[[File:Zombie Wall Head.png|30px]]||{{code|zombie_wall_head}}||[[Minecraft:Zombie Wall Head]]||zombie_head
|[[File:Zombie Wall Head.png|30px]]||{{MC/Code|zombie_wall_head}}||Zombie Wall Head||zombie_head
|}
|}


==== Removals ====
==== Removals ====
{{Removed feature|edition=java|section=1}}
{{MC/Removed feature|edition=java|section=1}}
{{see also|Java Edition data values#IDs}}
{{MC/See also|Java Edition data values#IDs}}
All of the following block items were removed at one point, as clarified in the following paragraphs.
All of the following block items were removed at one point, as clarified in the following paragraphs.


In snapshot [[Minecraft:Java Edition 13w37a|13w37a]] for [[Minecraft:Java Edition 1.7.2|1.7.2]], the {{cmd|give}} command was modified so that it would display the name of the item in chat. In fact, this change could not remove ItemBlocks, another change was necessary. Due to this,  <code>Sets.newHashSet(Block[], {''blocks here''})</code> was added which ''removes'' the item forms of blocks in the list of its list. Due to this, 26 blocks were made unavailable.
In snapshot 13w37a for 1.7.2, the {{MC/Cmd|give}} command was modified so that it would display the name of the item in chat. In fact, this change could not remove ItemBlocks, another change was necessary. Due to this,  <code>Sets.newHashSet(Block[], {''blocks here''})</code> was added which ''removes'' the item forms of blocks in the list of its list. Due to this, 26 blocks were made unavailable.


In snapshot [[Minecraft:Java Edition 14w25a|14w25a]] for [[Minecraft:Java Edition 1.8|1.8]], changes were made to the way the icons of items were rendered, and the way block data was internally represented. Similar to 13w37a, this change could not remove ItemBlocks, another change was necessary. Due to this, <code>registerItemBlock(block)</code> method was added, which ''adds'' the item form of respective block. Due to this, 12 blocks were made unavailable.  
In snapshot 14w25a for 1.8, changes were made to the way the icons of items were rendered, and the way block data was internally represented. Similar to 13w37a, this change could not remove ItemBlocks, another change was necessary. Due to this, <code>registerItemBlock(block)</code> method was added, which ''adds'' the item form of respective block. Due to this, 12 blocks were made unavailable.  


{| class="wikitable tech" data-description="Technical blocks unavailable since the respective updates to Java Edition"
{| class="wikitable tech" data-description="Technical blocks unavailable since the respective updates to Java Edition"
|-
|-
! scope="col" |[[Minecraft:Block]]
! scope="col" |[[Minecraft:Block]]
! scope="col" |[[Minecraft:Resource location]]
! scope="col" |Resource location
! scope="col" |Dec
! scope="col" |Dec
! scope="col" |Hex
! scope="col" |Hex
Line 344: Line 344:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston Head (texture) JE1 BE1.png|24px]] [[Minecraft:Piston Head]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston Head (texture) JE1 BE1.png|24px]] Piston Head
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_head
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_head
| style="border-width: 0; padding: 0.2em 0.5em;" |34
| style="border-width: 0; padding: 0.2em 0.5em;" |34
Line 350: Line 350:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston Head (texture) JE1 BE1.png|24px]] [[Minecraft:Piston Extension]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston Head (texture) JE1 BE1.png|24px]] Piston Extension
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_extension
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_extension
| style="border-width: 0; padding: 0.2em 0.5em;" |36
| style="border-width: 0; padding: 0.2em 0.5em;" |36
Line 356: Line 356:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |{{darkbg|[[File:Redstone Wire Cross (texture) JE2 BE1.png|24px]]}} [[Minecraft:Redstone Wire]]
| style="border-width: 0; padding: 0.2em 0.5em;" |{{MC/Darkbg|[[File:Redstone Wire Cross (texture) JE2 BE1.png|24px]]}} Redstone Wire
| style="border-width: 0; padding: 0.2em 0.5em;" |redstone_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |redstone_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |55
| style="border-width: 0; padding: 0.2em 0.5em;" |55
Line 368: Line 368:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks (texture) JE4 BE2.png|24px]] [[Minecraft:Standing Sign]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks (texture) JE4 BE2.png|24px]] Standing Sign
| style="border-width: 0; padding: 0.2em 0.5em;" |standing_sign
| style="border-width: 0; padding: 0.2em 0.5em;" |standing_sign
| style="border-width: 0; padding: 0.2em 0.5em;" |63
| style="border-width: 0; padding: 0.2em 0.5em;" |63
Line 380: Line 380:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.7.2 (13w37a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks (texture) JE4 BE2.png|24px]] [[Minecraft:Wall Sign]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks (texture) JE4 BE2.png|24px]] Wall Sign
| style="border-width: 0; padding: 0.2em 0.5em;" |wall_sign
| style="border-width: 0; padding: 0.2em 0.5em;" |wall_sign
| style="border-width: 0; padding: 0.2em 0.5em;" |68
| style="border-width: 0; padding: 0.2em 0.5em;" |68
Line 524: Line 524:
| style="border-width: 0; padding: 0.2em 0.5em;" | 1.8 (14w25a)
| style="border-width: 0; padding: 0.2em 0.5em;" | 1.8 (14w25a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Double Smooth Stone Slab (inventory) JE12.png|24px]] [[Minecraft:Double Stone Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Double Smooth Stone Slab (inventory) JE12.png|24px]] Double Stone Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |double_stone_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |double_stone_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |43
| style="border-width: 0; padding: 0.2em 0.5em;" |43
Line 536: Line 536:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Nether Portal (texture) JE2-a1.png|24px]] [[Minecraft:Nether Portal]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Nether Portal (texture) JE2-a1.png|24px]] Nether Portal
| style="border-width: 0; padding: 0.2em 0.5em;" |portal
| style="border-width: 0; padding: 0.2em 0.5em;" |portal
| style="border-width: 0; padding: 0.2em 0.5em;" |90
| style="border-width: 0; padding: 0.2em 0.5em;" |90
Line 554: Line 554:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Cocoa Age 0 (texture) JE1 BE1.png|24px]] [[Minecraft:Cocoa]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Cocoa Age 0 (texture) JE1 BE1.png|24px]] Cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |127
| style="border-width: 0; padding: 0.2em 0.5em;" |127
Line 566: Line 566:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Root Vegetables Age 0 (texture) JE1 BE1.png|24px]] [[Minecraft:Potatoes]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Root Vegetables Age 0 (texture) JE1 BE1.png|24px]] Potatoes
| style="border-width: 0; padding: 0.2em 0.5em;" |potatoes
| style="border-width: 0; padding: 0.2em 0.5em;" |potatoes
| style="border-width: 0; padding: 0.2em 0.5em;" |142
| style="border-width: 0; padding: 0.2em 0.5em;" |142
Line 572: Line 572:
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
| style="border-width: 0; padding: 0.2em 0.5em;" |1.8 (14w25a)
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Furnace (inventory) JE15.png|24px]] [[Minecraft:Lit Furnace]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Furnace (inventory) JE15.png|24px]] Lit Furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |62
| style="border-width: 0; padding: 0.2em 0.5em;" |62
Line 581: Line 581:
== ''Bedrock Edition'' ==
== ''Bedrock Edition'' ==
<!-- update the style of the table to the format like in Java Edition -->
<!-- update the style of the table to the format like in Java Edition -->
{{IN|BE}}, some of the items can only be obtained from inventory editing or add-ons.
{{MC/In|BE}}, some of the items can only be obtained from inventory editing or add-ons.


{| class="wikitable tech" data-description="Technical blocks in Bedrock Edition"
{| class="wikitable tech" data-description="Technical blocks in Bedrock Edition"
|-
|-
! scope="col" |[[Minecraft:Block]]
! scope="col" |[[Minecraft:Block]]
! scope="col" |[[Minecraft:Resource location]]
! scope="col" |Resource location
! scope="col" |Block ID
! scope="col" |Block ID
! scope="col" |Item ID  
! scope="col" |Item ID  
Line 615: Line 615:
| style="border-width: 0; padding: 0.2em 0.5em;" |26
| style="border-width: 0; padding: 0.2em 0.5em;" |26
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston (top texture) JE2 BE2.png|24px]] [[Minecraft:Piston Head]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston (top texture) JE2 BE2.png|24px]] Piston Head
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_arm_collision
| style="border-width: 0; padding: 0.2em 0.5em;" |piston_arm_collision
| style="border-width: 0; padding: 0.2em 0.5em;" |34
| style="border-width: 0; padding: 0.2em 0.5em;" |34
| style="border-width: 0; padding: 0.2em 0.5em;" |34
| style="border-width: 0; padding: 0.2em 0.5em;" |34
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Double Smooth Stone Slab (inventory) BE2.png|24px]] [[Minecraft:Double Smooth Stone Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Double Smooth Stone Slab (inventory) BE2.png|24px]] Double Smooth Stone Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |smooth_stone_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |smooth_stone_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |43
| style="border-width: 0; padding: 0.2em 0.5em;" |43
Line 630: Line 630:
| style="border-width: 0; padding: 0.2em 0.5em;" |51
| style="border-width: 0; padding: 0.2em 0.5em;" |51
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Redstone Wire (inventory) BE.png|24px]] [[Minecraft:Redstone Wire]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Redstone Wire (inventory) BE.png|24px]] Redstone Wire
| style="border-width: 0; padding: 0.2em 0.5em;" |redstone_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |redstone_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |55
| style="border-width: 0; padding: 0.2em 0.5em;" |55
Line 640: Line 640:
| style="border-width: 0; padding: 0.2em 0.5em;" |59
| style="border-width: 0; padding: 0.2em 0.5em;" |59
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Furnace (inventory) BE.png|24px]] [[Minecraft:Lit Furnace]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Furnace (inventory) BE.png|24px]] Lit Furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |62
| style="border-width: 0; padding: 0.2em 0.5em;" |62
Line 650: Line 650:
| style="border-width: 0; padding: 0.2em 0.5em;" |63
| style="border-width: 0; padding: 0.2em 0.5em;" |63
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Door (item).png|24px]] [[Minecraft:Oak Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Door (item).png|24px]] Oak Door
| style="border-width: 0; padding: 0.2em 0.5em;" |wooden_door
| style="border-width: 0; padding: 0.2em 0.5em;" |wooden_door
| style="border-width: 0; padding: 0.2em 0.5em;" |64
| style="border-width: 0; padding: 0.2em 0.5em;" |64
Line 665: Line 665:
| style="border-width: 0; padding: 0.2em 0.5em;" |47
| style="border-width: 0; padding: 0.2em 0.5em;" |47
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Redstone Ore (inventory) BE3.png|24px]] [[Minecraft:Lit Redstone Ore]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Redstone Ore (inventory) BE3.png|24px]] Lit Redstone Ore
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_redstone_ore
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_redstone_ore
| style="border-width: 0; padding: 0.2em 0.5em;" |74
| style="border-width: 0; padding: 0.2em 0.5em;" |74
| style="border-width: 0; padding: 0.2em 0.5em;" |74
| style="border-width: 0; padding: 0.2em 0.5em;" |74
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Off Redstone Torch (texture) JE2 BE2.png|24px]] [[Minecraft:Unlit Redstone Torch]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Off Redstone Torch (texture) JE2 BE2.png|24px]] Unlit Redstone Torch
| style="border-width: 0; padding: 0.2em 0.5em;" |unlit_redstone_torch
| style="border-width: 0; padding: 0.2em 0.5em;" |unlit_redstone_torch
| style="border-width: 0; padding: 0.2em 0.5em;" |75
| style="border-width: 0; padding: 0.2em 0.5em;" |75
Line 680: Line 680:
| style="border-width: 0; padding: 0.2em 0.5em;" |83
| style="border-width: 0; padding: 0.2em 0.5em;" |83
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Invicon Nether Portal.gif|24px]] [[Minecraft:Nether Portal]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Invicon Nether Portal.gif|24px]] Nether Portal
| style="border-width: 0; padding: 0.2em 0.5em;" |portal
| style="border-width: 0; padding: 0.2em 0.5em;" |portal
| style="border-width: 0; padding: 0.2em 0.5em;" |90
| style="border-width: 0; padding: 0.2em 0.5em;" |90
Line 740: Line 740:
| style="border-width: 0; padding: 0.2em 0.5em;" |124
| style="border-width: 0; padding: 0.2em 0.5em;" |124
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Cocoa Age 0 (texture) JE2 BE2.png|24px]] [[Minecraft:Cocoa]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Cocoa Age 0 (texture) JE2 BE2.png|24px]] Cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |cocoa
| style="border-width: 0; padding: 0.2em 0.5em;" |127
| style="border-width: 0; padding: 0.2em 0.5em;" |127
| style="border-width: 0; padding: 0.2em 0.5em;" |127
| style="border-width: 0; padding: 0.2em 0.5em;" |127
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Tripwire (texture) JE2 BE1.png|24px]] [[Minecraft:Tripwire]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Tripwire (texture) JE2 BE1.png|24px]] Tripwire
| style="border-width: 0; padding: 0.2em 0.5em;" |trip_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |trip_wire
| style="border-width: 0; padding: 0.2em 0.5em;" |132
| style="border-width: 0; padding: 0.2em 0.5em;" |132
Line 780: Line 780:
| style="border-width: 0; padding: 0.2em 0.5em;" |154
| style="border-width: 0; padding: 0.2em 0.5em;" |154
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks.png|24px]] [[Minecraft:Double Oak Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Oak Planks.png|24px]] Double Oak Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |oak_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |oak_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |157
| style="border-width: 0; padding: 0.2em 0.5em;" |157
Line 795: Line 795:
| style="border-width: 0; padding: 0.2em 0.5em;" |177
| style="border-width: 0; padding: 0.2em 0.5em;" |177
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Inverted Daylight Detector JE1 BE1.png|24px]] [[Minecraft:Inverted Daylight Detector]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Inverted Daylight Detector JE1 BE1.png|24px]] Inverted Daylight Detector
| style="border-width: 0; padding: 0.2em 0.5em;" |daylight_detector_inverted
| style="border-width: 0; padding: 0.2em 0.5em;" |daylight_detector_inverted
| style="border-width: 0; padding: 0.2em 0.5em;" |178
| style="border-width: 0; padding: 0.2em 0.5em;" |178
Line 805: Line 805:
| style="border-width: 0; padding: 0.2em 0.5em;" |181
| style="border-width: 0; padding: 0.2em 0.5em;" |181
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Spruce Door (item).png|24px]] [[Minecraft:Spruce Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Spruce Door (item).png|24px]] Spruce Door
| style="border-width: 0; padding: 0.2em 0.5em;" |spruce_door
| style="border-width: 0; padding: 0.2em 0.5em;" |spruce_door
| style="border-width: 0; padding: 0.2em 0.5em;" |193
| style="border-width: 0; padding: 0.2em 0.5em;" |193
| style="border-width: 0; padding: 0.2em 0.5em;" |193
| style="border-width: 0; padding: 0.2em 0.5em;" |193
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Birch Door (item).png|24px]] [[Minecraft:Birch Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Birch Door (item).png|24px]] Birch Door
| style="border-width: 0; padding: 0.2em 0.5em;" |birch_door
| style="border-width: 0; padding: 0.2em 0.5em;" |birch_door
| style="border-width: 0; padding: 0.2em 0.5em;" |194
| style="border-width: 0; padding: 0.2em 0.5em;" |194
| style="border-width: 0; padding: 0.2em 0.5em;" |194
| style="border-width: 0; padding: 0.2em 0.5em;" |194
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Jungle Door (item).png|24px]] [[Minecraft:Jungle Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Jungle Door (item).png|24px]] Jungle Door
| style="border-width: 0; padding: 0.2em 0.5em;" |jungle_door
| style="border-width: 0; padding: 0.2em 0.5em;" |jungle_door
| style="border-width: 0; padding: 0.2em 0.5em;" |195  
| style="border-width: 0; padding: 0.2em 0.5em;" |195  
| style="border-width: 0; padding: 0.2em 0.5em;" |195
| style="border-width: 0; padding: 0.2em 0.5em;" |195
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Acacia Door (item).png|24px]] [[Minecraft:Acacia Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Acacia Door (item).png|24px]] Acacia Door
| style="border-width: 0; padding: 0.2em 0.5em;" |acacia_door
| style="border-width: 0; padding: 0.2em 0.5em;" |acacia_door
| style="border-width: 0; padding: 0.2em 0.5em;" |196
| style="border-width: 0; padding: 0.2em 0.5em;" |196
| style="border-width: 0; padding: 0.2em 0.5em;" |196
| style="border-width: 0; padding: 0.2em 0.5em;" |196
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dark Oak Door (item).png|24px]] [[Minecraft:Dark Oak Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dark Oak Door (item).png|24px]] Dark Oak Door
| style="border-width: 0; padding: 0.2em 0.5em;" |dark_oak_door
| style="border-width: 0; padding: 0.2em 0.5em;" |dark_oak_door
| style="border-width: 0; padding: 0.2em 0.5em;" |197
| style="border-width: 0; padding: 0.2em 0.5em;" |197
Line 855: Line 855:
| style="border-width: 0; padding: 0.2em 0.5em;" |244
| style="border-width: 0; padding: 0.2em 0.5em;" |244
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Missing Tile (texture) BE3.png|24px]] [[Minecraft:Moving Piston|Block moved by Piston]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Missing Tile (texture) BE3.png|24px]] Block moved by Piston
| style="border-width: 0; padding: 0.2em 0.5em;" |moving_block
| style="border-width: 0; padding: 0.2em 0.5em;" |moving_block
| style="border-width: 0; padding: 0.2em 0.5em;" |250
| style="border-width: 0; padding: 0.2em 0.5em;" |250
| style="border-width: 0; padding: 0.2em 0.5em;" |250
| style="border-width: 0; padding: 0.2em 0.5em;" |250
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Tube Coral Fan.png|24px]] [[Minecraft:Tube Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Tube Coral Fan.png|24px]] Tube Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |tube_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |tube_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |390
| style="border-width: 0; padding: 0.2em 0.5em;" |390
| style="border-width: 0; padding: 0.2em 0.5em;" |-135
| style="border-width: 0; padding: 0.2em 0.5em;" |-135
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Bubble Coral Fan.png|24px]] [[Minecraft:Bubble Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Bubble Coral Fan.png|24px]] Bubble Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |bubble_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |bubble_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |391
| style="border-width: 0; padding: 0.2em 0.5em;" |391
| style="border-width: 0; padding: 0.2em 0.5em;" |-136
| style="border-width: 0; padding: 0.2em 0.5em;" |-136
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Horn Coral Fan.png|24px]] [[Minecraft:Horn Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Horn Coral Fan.png|24px]] Horn Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |horn_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |horn_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |392
| style="border-width: 0; padding: 0.2em 0.5em;" |392
Line 890: Line 890:
| style="border-width: 0; padding: 0.2em 0.5em;" |-161
| style="border-width: 0; padding: 0.2em 0.5em;" |-161
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Bamboo (item).png|24px]] [[Minecraft:Bamboo Sapling]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Bamboo (item).png|24px]] Bamboo Sapling
| style="border-width: 0; padding: 0.2em 0.5em;" |bamboo_sapling
| style="border-width: 0; padding: 0.2em 0.5em;" |bamboo_sapling
| style="border-width: 0; padding: 0.2em 0.5em;" |419
| style="border-width: 0; padding: 0.2em 0.5em;" |419
| style="border-width: 0; padding: 0.2em 0.5em;" |-164
| style="border-width: 0; padding: 0.2em 0.5em;" |-164
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:End Stone Bricks JE2 BE2.png|24px]] [[Minecraft:Double End Stone Brick Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:End Stone Bricks JE2 BE2.png|24px]] Double End Stone Brick Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |end_stone_brick_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |end_stone_brick_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |422
| style="border-width: 0; padding: 0.2em 0.5em;" |422
| style="border-width: 0; padding: 0.2em 0.5em;" |-167
| style="border-width: 0; padding: 0.2em 0.5em;" |-167
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Mossy Stone Bricks JE3 BE2.png|24px]] [[Minecraft:Double Mossy Stone Brick Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Mossy Stone Bricks JE3 BE2.png|24px]] Double Mossy Stone Brick Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |mossy_stone_brick_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |mossy_stone_brick_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |423
| style="border-width: 0; padding: 0.2em 0.5em;" |423
Line 955: Line 955:
| style="border-width: 0; padding: 0.2em 0.5em;" |-193
| style="border-width: 0; padding: 0.2em 0.5em;" |-193
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Smoker (inventory).png|24px]] [[Minecraft:Lit Smoker]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Smoker (inventory).png|24px]] Lit Smoker
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_smoker
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_smoker
| style="border-width: 0; padding: 0.2em 0.5em;" |454
| style="border-width: 0; padding: 0.2em 0.5em;" |454
| style="border-width: 0; padding: 0.2em 0.5em;" |-199
| style="border-width: 0; padding: 0.2em 0.5em;" |-199
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Sweet Berries JE1 BE1.png|24px]] [[Minecraft:Sweet Berry Bush]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Sweet Berries JE1 BE1.png|24px]] Sweet Berry Bush
| style="border-width: 0; padding: 0.2em 0.5em;" |sweet_berry_bush
| style="border-width: 0; padding: 0.2em 0.5em;" |sweet_berry_bush
| style="border-width: 0; padding: 0.2em 0.5em;" |462
| style="border-width: 0; padding: 0.2em 0.5em;" |462
Line 970: Line 970:
| style="border-width: 0; padding: 0.2em 0.5em;" |-209
| style="border-width: 0; padding: 0.2em 0.5em;" |-209
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Blast Furnace (inventory).png|24px]] [[Minecraft:Lit Blast Furnace]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Lit Blast Furnace (inventory).png|24px]] Lit Blast Furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_blast_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_blast_furnace
| style="border-width: 0; padding: 0.2em 0.5em;" |469
| style="border-width: 0; padding: 0.2em 0.5em;" |469
| style="border-width: 0; padding: 0.2em 0.5em;" |-214
| style="border-width: 0; padding: 0.2em 0.5em;" |-214
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston (top texture) JE2 BE2.png|24px]] [[Minecraft:Sticky Piston Head]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Piston (top texture) JE2 BE2.png|24px]] Sticky Piston Head
| style="border-width: 0; padding: 0.2em 0.5em;" |sticky_piston_arm_collision
| style="border-width: 0; padding: 0.2em 0.5em;" |sticky_piston_arm_collision
| style="border-width: 0; padding: 0.2em 0.5em;" |472
| style="border-width: 0; padding: 0.2em 0.5em;" |472
Line 990: Line 990:
| style="border-width: 0; padding: 0.2em 0.5em;" |-238
| style="border-width: 0; padding: 0.2em 0.5em;" |-238
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Crimson Door (item) JE1 BE1.png|24px]] [[Minecraft:Crimson Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Crimson Door (item) JE1 BE1.png|24px]] Crimson Door
| style="border-width: 0; padding: 0.2em 0.5em;" |crimson_door
| style="border-width: 0; padding: 0.2em 0.5em;" |crimson_door
| style="border-width: 0; padding: 0.2em 0.5em;" |499
| style="border-width: 0; padding: 0.2em 0.5em;" |499
| style="border-width: 0; padding: 0.2em 0.5em;" |-244
| style="border-width: 0; padding: 0.2em 0.5em;" |-244
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Warped Door (item) JE1 BE1.png|24px]] [[Minecraft:Warped Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Warped Door (item) JE1 BE1.png|24px]] Warped Door
| style="border-width: 0; padding: 0.2em 0.5em;" |warped_door
| style="border-width: 0; padding: 0.2em 0.5em;" |warped_door
| style="border-width: 0; padding: 0.2em 0.5em;" |500
| style="border-width: 0; padding: 0.2em 0.5em;" |500
Line 1,130: Line 1,130:
| style="border-width: 0; padding: 0.2em 0.5em;" |-399
| style="border-width: 0; padding: 0.2em 0.5em;" |-399
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Deepslate Redstone Ore.png|24px]] [[Minecraft:Lit Deepslate Redstone Ore]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Deepslate Redstone Ore.png|24px]] Lit Deepslate Redstone Ore
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_deepslate_redstone_ore
| style="border-width: 0; padding: 0.2em 0.5em;" |lit_deepslate_redstone_ore
| style="border-width: 0; padding: 0.2em 0.5em;" |659
| style="border-width: 0; padding: 0.2em 0.5em;" |659
Line 1,230: Line 1,230:
| style="border-width: 0; padding: 0.2em 0.5em;" |-479
| style="border-width: 0; padding: 0.2em 0.5em;" |-479
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Mangrove Door (item).png|24px]] [[Minecraft:Mangrove Door]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Mangrove Door (item).png|24px]] Mangrove Door
| style="border-width: 0; padding: 0.2em 0.5em;" |mangrove_door
| style="border-width: 0; padding: 0.2em 0.5em;" |mangrove_door
| style="border-width: 0; padding: 0.2em 0.5em;" |748
| style="border-width: 0; padding: 0.2em 0.5em;" |748
Line 1,285: Line 1,285:
| style="border-width: 0; padding: 0.2em 0.5em;" |-544
| style="border-width: 0; padding: 0.2em 0.5em;" |-544
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Torchflower Crop (stage0 texture) JE1.png|24px]] [[Minecraft:Torchflower Crop]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Torchflower Crop (stage0 texture) JE1.png|24px]] Torchflower Crop
| style="border-width: 0; padding: 0.2em 0.5em;" |torchflower_crop
| style="border-width: 0; padding: 0.2em 0.5em;" |torchflower_crop
| style="border-width: 0; padding: 0.2em 0.5em;" |822
| style="border-width: 0; padding: 0.2em 0.5em;" |822
| style="border-width: 0; padding: 0.2em 0.5em;" |-567
| style="border-width: 0; padding: 0.2em 0.5em;" |-567
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Pitched Crop (side texture) JE1.png|24px]] [[Minecraft:Pitcher Crop]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Pitched Crop (side texture) JE1.png|24px]] Pitcher Crop
| style="border-width: 0; padding: 0.2em 0.5em;" |pitcher_crop
| style="border-width: 0; padding: 0.2em 0.5em;" |pitcher_crop
| style="border-width: 0; padding: 0.2em 0.5em;" |829
| style="border-width: 0; padding: 0.2em 0.5em;" |829
Line 1,335: Line 1,335:
| style="border-width: 0; padding: 0.2em 0.5em;" |-813
| style="border-width: 0; padding: 0.2em 0.5em;" |-813
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Sandstone.png|24px]] [[Minecraft:Sandstone_Slab|Double Sandstone Slab]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Sandstone.png|24px]] Double Sandstone Slab
| style="border-width: 0; padding: 0.2em 0.5em;" |sandstone_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |sandstone_double_slab
| style="border-width: 0; padding: 0.2em 0.5em;" |1133
| style="border-width: 0; padding: 0.2em 0.5em;" |1133
Line 1,370: Line 1,370:
| style="border-width: 0; padding: 0.2em 0.5em;" |-903
| style="border-width: 0; padding: 0.2em 0.5em;" |-903
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Brain Coral Fan (texture).png|24px]] [[Minecraft:Brain Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Brain Coral Fan (texture).png|24px]] Brain Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |brain_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |brain_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1159
| style="border-width: 0; padding: 0.2em 0.5em;" |1159
| style="border-width: 0; padding: 0.2em 0.5em;" |-904
| style="border-width: 0; padding: 0.2em 0.5em;" |-904
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Tube Coral Fan (texture).png|24px]] [[Minecraft:Dead Tube Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Tube Coral Fan (texture).png|24px]] Dead Tube Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_tube_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_tube_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1160
| style="border-width: 0; padding: 0.2em 0.5em;" |1160
| style="border-width: 0; padding: 0.2em 0.5em;" |-905
| style="border-width: 0; padding: 0.2em 0.5em;" |-905
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Brain Coral Fan (texture).png|24px]] [[Minecraft:Dead Brain Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Brain Coral Fan (texture).png|24px]] Dead Brain Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_brain_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_brain_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1161
| style="border-width: 0; padding: 0.2em 0.5em;" |1161
| style="border-width: 0; padding: 0.2em 0.5em;" |-906
| style="border-width: 0; padding: 0.2em 0.5em;" |-906
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Fire Coral Fan (texture).png|24px]] [[Minecraft:Fire Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Fire Coral Fan (texture).png|24px]] Fire Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |fire_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |fire_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1162
| style="border-width: 0; padding: 0.2em 0.5em;" |1162
| style="border-width: 0; padding: 0.2em 0.5em;" |-907
| style="border-width: 0; padding: 0.2em 0.5em;" |-907
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Bubble Coral Fan (texture).png|24px]] [[Minecraft:Dead Bubble Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Bubble Coral Fan (texture).png|24px]] Dead Bubble Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_bubble_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_bubble_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1163
| style="border-width: 0; padding: 0.2em 0.5em;" |1163
| style="border-width: 0; padding: 0.2em 0.5em;" |-908
| style="border-width: 0; padding: 0.2em 0.5em;" |-908
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Fire Coral Fan (texture).png|24px]] [[Minecraft:Dead Fire Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Fire Coral Fan (texture).png|24px]] Dead Fire Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_fire_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_fire_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1164
| style="border-width: 0; padding: 0.2em 0.5em;" |1164
| style="border-width: 0; padding: 0.2em 0.5em;" |-909
| style="border-width: 0; padding: 0.2em 0.5em;" |-909
|-
|-
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Horn Coral Fan (texture).png|24px]] [[Minecraft:Dead Horn Coral Wall Fan]]
| style="border-width: 0; padding: 0.2em 0.5em;" |[[File:Dead Horn Coral Fan (texture).png|24px]] Dead Horn Coral Wall Fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_horn_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |dead_horn_coral_wall_fan
| style="border-width: 0; padding: 0.2em 0.5em;" |1165
| style="border-width: 0; padding: 0.2em 0.5em;" |1165
Line 1,517: Line 1,517:


== Navigation ==
== Navigation ==
{{Navbox blocks|all}}
{{MC/Navbox blocks|all}}


[[Minecraft:ru:Технические блоки]]
ru:Технические блоки

Latest revision as of 21:02, 9 April 2026

Technical blocks are blocks that can be used for some purposes when events in the game are happening, or blocks that use independent ID namespaces prevent the unnecessary combinations of block states. Technical blocks can't normally be obtained in the game, but in older Java Edition versions and current Bedrock Edition versions, different technical blocks can be obtained using glitches or NBT editing.

Java Edition

The game prevents certain Minecraft:blocks from being obtained through normal gameplay methods, such as Minecraft:crafting, the Minecraft:Creative inventory, the pick block key, and the Minecraft:Silk Touch enchantment. It also prevents such blocks from being given through less conventional methods, such as inventory editing, Minecraft:mods, and Minecraft:commands. Until 1.7.2 and 1.8, there had been a wide variety of blocks that could be edited into the inventory; over time, however, the game was updated so that these blocks became entirely unavailable, even though one utilized inventory editing. From Java Edition 1.13 onwards, blocks and items are completely different concepts, and numerical IDs no longer exist at all.

Currently, the game only accepts resource locations (such as minecraft:dirt) in most commands, and uses these resource locations when assigning blocks to the inventory and save files. The old method of obtaining a block via numerical IDs is no longer an option because the numerical id method getItemById(Integer.parseInt(id)) is no longer used in command /give. In addition, the game automatically removes blocks with illegitimate resource locations from the inventory, so using inventory editors is also no longer an option. Furthermore, certain blocks with both block and Minecraft:item forms, such as minecraft:cake, cannot be obtained in their block form in the inventory; however, since the game has a corresponding item named minecraft:cake, the item form is given instead. The only option is modifying game's class where registered items and ItemBlocks (direct item forms of blocks) in order to register and obtain them.

List

Icon Resource location Block Item form's ID
File:Acacia Wall Hanging Sign.png acacia_wall_hanging_sign Acacia Wall Hanging Sign acacia_hanging_sign
File:Acacia Wall Sign.png acacia_wall_sign Acacia Wall Sign acacia_sign
File:Air.png air Minecraft:Air Identical
File:Attached Melon Stem.png attached_melon_stem Attached Melon Stem melon_seeds
File:Attached Pumpkin Stem.png attached_pumpkin_stem Attached Pumpkin Stem pumpkin_seeds
File:Bamboo Shoot.png bamboo_sapling Bamboo Shoot bamboo
File:Bamboo Wall Hanging Sign.png bamboo_wall_hanging_sign Bamboo Wall Hanging Sign bamboo_hanging_sign
File:Bamboo Wall Sign.png bamboo_wall_sign Bamboo Wall Sign bamboo_sign
File:Beetroots.png beetroots Beetroots beetroot_seeds
File:Big Dripleaf Stem.png big_dripleaf_stem Big Dripleaf Stem big_dripleaf
File:Birch Wall Hanging Sign.png birch_wall_hanging_sign Birch Wall Hanging Sign birch_hanging_sign
File:Birch Wall Sign.png birch_wall_sign Birch Wall Sign birch_sign
File:Cake with Black Candle.png black_candle_cake Cake with Black Candle cake
File:Black Wall Banner.png black_wall_banner Black Wall Banner black_banner
File:Cake with Blue Candle.png blue_candle_cake Cake with Blue Candle cake
File:Blue Wall Banner.png blue_wall_banner Blue Wall Banner blue_banner
File:Brain Coral Wall Fan.png brain_coral_wall_fan Brain Coral Wall Fan brain_coral_fan
File:Cake with Brown Candle.png brown_candle_cake Cake with Brown Candle cake
File:Brown Wall Banner.png brown_wall_banner Brown Wall Banner brown_banner
File:Bubble Column.png bubble_column Minecraft:Bubble Column None
File:Bubble Coral Wall Fan.png bubble_coral_wall_fan Bubble Coral Wall Fan bubble_coral_fan
File:Cake with Candle.png candle_cake Cake with Candle cake
File:Carrots.png carrots Minecraft:Carrots carrot
File:Cave Air.png cave_air Cave Air None
File:Cave Vines.png cave_vines Cave Vines glow_berries
File:Cave Vines Plant.png cave_vines_plant Cave Vines Plant glow_berries
File:Cherry Wall Hanging Sign.png cherry_wall_hanging_sign Cherry Wall Hanging Sign cherry_hanging_sign
File:Cherry Wall Sign.png cherry_wall_sign Cherry Wall Sign cherry_sign
File:Cocoa.png cocoa Cocoa cocoa_beans
File:Creeper Wall Head.png creeper_wall_head Creeper Wall Head creeper_head
File:Crimson Wall Hanging Sign.png crimson_wall_hanging_sign Crimson Wall Hanging Sign crimson_hanging_sign
File:Crimson Wall Sign.png crimson_wall_sign Crimson Wall Sign crimson_sign
File:Copper Wall Torch.png copper_wall_torch Copper Wall Torch copper_torch
File:Cake with Cyan Candle.png cyan_candle_cake Cake with Cyan Candle cake
File:Cyan Wall Banner.png cyan_wall_banner Cyan Wall Banner cyan_banner
File:Dark Oak Wall Hanging Sign.png dark_oak_wall_hanging_sign Dark Oak Wall Hanging Sign dark_oak_hanging_sign
File:Dark Oak Wall Sign.png dark_oak_wall_sign Dark Oak Wall Sign dark_oak_sign
File:Dead Brain Coral Wall Fan.png dead_brain_coral_wall_fan Dead Brain Coral Wall Fan dead_brain_coral_fan
File:Dead Bubble Coral Wall Fan.png dead_bubble_coral_wall_fan Dead Bubble Coral Wall Fan dead_bubble_coral_fan
File:Dead Fire Coral Wall Fan.png dead_fire_coral_wall_fan Dead Fire Coral Wall Fan dead_fire_coral_fan
File:Dead Horn Coral Wall Fan.png dead_horn_coral_wall_fan Dead Horn Coral Wall Fan dead_horn_coral_fan
File:Dead Tube Coral Wall Fan.png dead_tube_coral_wall_fan Dead Tube Coral Wall Fan dead_tube_coral_fan
File:Dragon Wall Head.png dragon_wall_head Dragon Wall Head dragon_head
File:End Gateway.png end_gateway End Gateway None
File:End Portal.png end_portal End Portal None
File:Fire.png fire Minecraft:Fire None
File:Fire Coral Wall Fan.png fire_coral_wall_fan Fire Coral Wall Fan fire_coral_fan
File:Frosted Ice.png frosted_ice Minecraft:Frosted Ice None
File:Cake with Gray Candle.png gray_candle_cake Cake with Gray Candle cake
File:Gray Wall Banner.png gray_wall_banner Gray Wall Banner gray_banner
File:Cake with Green Candle.png green_candle_cake Cake with Green Candle cake
File:Green Wall Banner.png green_wall_banner Green Wall Banner green_banner
File:Horn Coral Wall Fan.png horn_coral_wall_fan Horn Coral Wall Fan horn_coral_fan
File:Jungle Wall Hanging Sign.png jungle_wall_hanging_sign Jungle Wall Hanging Sign jungle_hanging_sign
File:Kelp Plant.png kelp_plant Kelp Plant kelp
File:Lava.png lava Minecraft:Lava None
File:Lava Cauldron.png lava_cauldron Lava Cauldron cauldron
File:Cake with Light Blue Candle.png light_blue_candle_cake Cake with Light Blue Candle cake
File:Light Blue Wall Banner.png light_blue_wall_banner Light Blue Wall Banner light_blue_banner
File:Cake with Light Gray Candle.png light_gray_candle_cake Cake with Light Gray Candle cake
File:Light Gray Wall Banner.png light_gray_wall_banner Light Gray Wall Banner light_gray_banner
File:Cake with Lime Candle.png lime_candle_cake Cake with Lime Candle cake
File:Lime Wall Banner.png lime_wall_banner Lime Wall Banner lime_banner
File:Cake with Magenta Candle.png magenta_candle_cake Cake with Magenta Candle cake
File:Magenta Wall Banner.png magenta_wall_banner Magenta Wall Banner magenta_banner
File:Mangrove Wall Hanging Sign.png mangrove_wall_hanging_sign Mangrove Wall Hanging Sign mangrove_hanging_sign
File:Mangrove Wall Sign.png mangrove_wall_sign Mangrove Wall Sign mangrove_sign
File:Melon Stem.png melon_stem Melon Stem melon_seeds
File:Moving Piston.png moving_piston Moving Piston None
File:Nether Portal.png nether_portal Nether Portal None
File:Oak Wall Hanging Sign.png oak_wall_hanging_sign Oak Wall Hanging Sign oak_hanging_sign
File:Oak Wall Sign.png oak_wall_sign Oak Wall Sign oak_sign
File:Cake with Orange Candle.png orange_candle_cake Cake with Orange Candle cake
File:Orange Wall Banner.png orange_wall_banner Orange Wall Banner orange_banner
File:Pale Oak Wall Hanging Sign.png pale_oak_wall_hanging_sign Pale Oak Wall Hanging Sign pale_oak_hanging_sign
File:Pale Oak Wall Sign.png pale_oak_wall_sign Pale Oak Wall Sign pale_oak_sign
File:Piglin Wall Head.png piglin_wall_head Piglin Wall Head piglin_head
File:Cake with Pink Candle.png pink_candle_cake Cake with Pink Candle cake
File:Pink Wall Banner.png pink_wall_banner Pink Wall Banner pink_banner
File:Piston Head.png piston_head Piston Head None
File:Pitcher Crop.png pitcher_crop Pitcher Crop pitcher_pod
File:Player Wall Head.png player_wall_head Player Wall Head player_head
File:Potatoes.png potatoes Potatoes potato
File:Potted Acacia Sapling.png potted_acacia_sapling Potted Acacia Sapling acacia_sapling
File:Potted Allium.png potted_allium Potted Allium allium
File:Potted Azalea.png potted_azalea_bush Potted Azalea azalea
File:Potted Azure Bluet.png potted_azure_bluet Potted Azure Bluet azure_bluet
File:Potted Bamboo.png potted_bamboo Potted Bamboo bamboo
File:Potted Birch Sapling.png potted_birch_sapling Potted Birch Sapling birch_sapling
File:Potted Blue Orchid.png potted_blue_orchid Potted Blue Orchid blue_orchid
File:Potted Brown Mushroom.png potted_brown_mushroom Potted Brown Mushroom brown_mushroom
File:Potted Cactus.png potted_cactus Potted Cactus cactus
File:Potted Cherry Sapling.png potted_cherry_sapling Potted Cherry Sapling cherry_sapling
File:Potted Closed Eyeblossom.png potted_closed_eyeblossom Potted Closed Eyeblossom closed_eyeblossom
File:Potted Cornflower.png potted_cornflower Potted Cornflower cornflower
File:Potted Crimson Fungus.png potted_crimson_fungus Potted Crimson Fungus crimson_fungus
File:Potted Crimson Roots.png potted_crimson_roots Potted Crimson Roots crimson_roots
File:Potted Dandelion.png potted_dandelion Potted Dandelion dandelion
File:Potted Dark Oak Sapling.png potted_dark_oak_sapling Potted Dark Oak Sapling dark_oak_sapling
File:Potted Dead Bush.png potted_dead_bush Potted Dead Bush dead_bush
File:Potted Fern.png potted_fern Potted Fern fern
File:Potted Flowering Azalea.png potted_flowering_azalea_bush Potted Flowering Azalea flowering_azalea
File:Potted Golden Dandelion.png potted_golden_dandelion Potted Golden Dandelion golden_dandelion
File:Potted Jungle Sapling.png potted_jungle_sapling Potted Jungle Sapling jungle_sapling
File:Potted Lily of the Valley.png potted_lily_of_the_valley Potted Lily of the Valley lily_of_the_valley
File:Potted Mangrove Propagule.png potted_mangrove_propagule Potted Mangrove Propagule mangrove_propagule
File:Potted Oak Sapling.png potted_oak_sapling Potted Oak Sapling oak_sapling
File:Potted Open Eyeblossom.png potted_open_eyeblossom Potted Open Eyeblossom open_eyeblossom
File:Potted Orange Tulip.png potted_orange_tulip Potted Orange Tulip orange_tulip
File:Potted Oxeye Daisy.png potted_oxeye_daisy Potted Oxeye Daisy oxeye_daisy
File:Potted Pale Oak Sapling.png potted_pale_oak_sapling Potted Pale Oak Sapling pale_oak_sapling
File:Potted Pink Tulip.png potted_pink_tulip Potted Pink Tulip pink_tulip
File:Potted Poppy.png potted_poppy Potted Poppy poppy
File:Potted Red Mushroom.png potted_red_mushroom Potted Red Mushroom red_mushroom
File:Potted Red Tulip.png potted_red_tulip Potted Red Tulip red_tulip
File:Potted Spruce Sapling.png potted_spruce_sapling Potted Spruce Sapling spruce_sapling
File:Potted Torchflower.png potted_torchflower Potted Torchflower torchflower
File:Potted Warped Fungus.png potted_warped_fungus Potted Warped Fungus warped_fungus
File:Potted Warped Roots.png potted_warped_roots Potted Warped Roots warped_roots
File:Potted White Tulip.png potted_white_tulip Potted White Tulip white_tulip
File:Potted Wither Rose.png potted_wither_rose Potted Wither Rose wither_rose
File:Powder Snow.png powder_snow Minecraft:Powder Snow powder_snow_bucket
File:Powder Snow Cauldron.png powder_snow_cauldron Powder Snow Cauldron cauldron
File:Pumpkin Stem.png pumpkin_stem Pumpkin Stem pumpkin_seeds
File:Cake with Purple Candle.png purple_candle_cake Cake with Purple Candle cake
File:Purple Wall Banner.png purple_wall_banner Purple Wall Banner purple_banner
File:Cake with Red Candle.png red_candle_cake Cake with Red Candle cake
File:Red Wall Banner.png red_wall_banner Red Wall Banner red_banner
File:Redstone Wall Torch.png redstone_wall_torch Redstone Wall Torch redstone_torch
File:Redstone Wire.png redstone_wire Redstone Wire redstone
File:Skeleton Wall Skull.png skeleton_wall_skull Skeleton Wall Skull skeleton_skull
File:Soul Fire.png soul_fire Minecraft:Soul Fire None
File:Soul Wall Torch.png soul_wall_torch Soul Wall Torch soul_torch
File:Spruce Wall Hanging Sign.png spruce_wall_hanging_sign Spruce Wall Hanging Sign spruce_hanging_sign
File:Spruce Wall Sign.png spruce_wall_sign Spruce Wall Sign spruce_sign
File:Sweet Berry Bush.png sweet_berry_bush Sweet Berry Bush sweet_berries
File:Tall Seagrass.png tall_seagrass Tall Seagrass seagrass
File:Torchflower Crop.png torchflower_crop Torchflower Crop torchflower_seeds
File:Tripwire.png tripwire Tripwire string
File:Tube Coral Wall Fan.png tube_coral_wall_fan Tube Coral Wall Fan tube_coral_fan
File:Twisting Vines Plant.png twisting_vines_plant Twisting Vines Plant twisting_vines
File:Void Air.png void_air Void Air None
File:Wall Torch.png wall_torch Wall Torch torch
File:Warped Wall Hanging Sign.png warped_wall_hanging_sign Warped Wall Hanging Sign warped_hanging_sign
File:Warped Wall Sign.png warped_wall_sign Warped Wall Sign warped_sign
File:Water.png water Minecraft:Water None
File:Water Cauldron.png water_cauldron Water Cauldron cauldron
File:Weeping Vines Plant.png weeping_vines_plant Weeping Vines Plant weeping_vines
File:Wheat Crops.png wheat Wheat Crops wheat_seeds
File:Cake with White Candle.png white_candle_cake Cake with White Candle cake
File:White Wall Banner.png white_wall_banner White Wall Banner white_banner
File:Wither Skeleton Wall Skull.png wither_skeleton_wall_skull Wither Skeleton Wall Skull wither_skeleton_skull
File:Cake with Yellow Candle.png yellow_candle_cake Cake with Yellow Candle cake
File:Yellow Wall Banner.png yellow_wall_banner Yellow Wall Banner yellow_banner
File:Zombie Wall Head.png zombie_wall_head Zombie Wall Head zombie_head

Removals

{{#vardefine: $edition | Template:El }}Template:Message box {{#vardefine:params|0 }}Template:Hatnote All of the following block items were removed at one point, as clarified in the following paragraphs.

In snapshot 13w37a for 1.7.2, the

  1. REDIRECT Template:Command

Template:Redr command was modified so that it would display the name of the item in chat. In fact, this change could not remove ItemBlocks, another change was necessary. Due to this, Sets.newHashSet(Block[], {blocks here}) was added which removes the item forms of blocks in the list of its list. Due to this, 26 blocks were made unavailable.

In snapshot 14w25a for 1.8, changes were made to the way the icons of items were rendered, and the way block data was internally represented. Similar to 13w37a, this change could not remove ItemBlocks, another change was necessary. Due to this, registerItemBlock(block) method was added, which adds the item form of respective block. Due to this, 12 blocks were made unavailable.

Minecraft:Block Resource location Dec Hex Obtainable until...
File:Bed (bottom texture) JE1 BE1.png Minecraft:Bed bed 26 1A 1.7.2 (13w37a)
File:Piston Head (texture) JE1 BE1.png Piston Head piston_head 34 22 1.7.2 (13w37a)
File:Piston Head (texture) JE1 BE1.png Piston Extension piston_extension 36 24 1.7.2 (13w37a)
File:Redstone Wire Cross (texture) JE2 BE1.png Redstone Wire redstone_wire 55 37 1.7.2 (13w37a)
File:Wheat Age 0 (texture) JE1 BE1.png Wheat wheat 59 3B 1.7.2 (13w37a)
File:Oak Planks (texture) JE4 BE2.png Standing Sign standing_sign 63 3F 1.7.2 (13w37a)
File:Oak Door (bottom texture) JE2 BE1.png Minecraft:Wooden Door wooden_door 64 40 1.7.2 (13w37a)
File:Oak Planks (texture) JE4 BE2.png Wall Sign wall_sign 68 44 1.7.2 (13w37a)
File:Iron Door (bottom texture) JE1 BE1.png Minecraft:Iron Door iron_door 71 47 1.7.2 (13w37a)
File:Lit Redstone Ore (inventory) JE6.png Lit Minecraft:Redstone Ore lit_redstone_ore 74 4A 1.7.2 (13w37a)
File:Off Redstone Torch (texture) JE1 BE1.png Unlit Minecraft:Redstone Torch unlit_redstone_torch 75 4B 1.7.2 (13w37a)
File:Sugar Cane (texture) JE1.png Minecraft:Sugar Cane reeds 83 53 1.7.2 (13w37a)
File:Cake (inventory) JE1.png Minecraft:Cake cake 92 5C 1.7.2 (13w37a)
File:Off Redstone Repeater (texture) JE2 BE2.png Unpowered Minecraft:Redstone Repeater unpowered_repeater 93 5D 1.7.2 (13w37a)
File:On Redstone Repeater (texture) JE2 BE2.png Powered Minecraft:Redstone Repeater powered_repeater 94 5E 1.7.2 (13w37a)
File:Stem (texture) JE2 BE2.png Pumpkin Stem pumpkin_stem 104 68 1.7.2 (13w37a)
File:Stem (texture) JE2 BE2.png Melon Stem melon_stem 105 69 1.7.2 (13w37a)
File:Nether Wart Age 0 (texture) JE1 BE1.png Minecraft:Nether Wart nether_wart 115 73 1.7.2 (13w37a)
File:Brewing Stand (texture) JE1 BE1.png Minecraft:Brewing Stand brewing_stand 117 75 1.7.2 (13w37a)
File:Cauldron (top texture) JE1.png Minecraft:Cauldron cauldron 118 76 1.7.2 (13w37a)
File:Lit Redstone Lamp (inventory) JE2.png Lit Minecraft:Redstone Lamp lit_redstone_lamp 124 7C 1.7.2 (13w37a)
File:Tripwire (texture) JE2 BE1.png Tripwire tripwire 132 84 1.7.2 (13w37a)
File:Flower Pot (texture) JE1 BE1.png Minecraft:Flower Pot flower_pot 140 8C 1.7.2 (13w37a)
File:Skeleton Skull (item) JE1 BE1.png Skull skull 144 90 1.7.2 (13w37a)
File:Off Redstone Comparator (texture) JE2 BE1.png Unpowered Minecraft:Redstone Comparator unpowered_comparator 149 95 1.7.2 (13w37a)
File:On Redstone Comparator (texture) JE2 BE1.png Powered Minecraft:Redstone Comparator powered_comparator 150 96 1.7.2 (13w37a)
File:Missing Texture JE3.png Minecraft:Air air 0 0 1.7.2 (13w38c)
File:Water (inventory) JE7.png Flowing Minecraft:Water flowing_water 8 08 1.8 (14w25a)
File:Water (inventory) JE7.png Still Minecraft:Water water 9 09 1.8 (14w25a)
File:Lava (inventory) JE7.gif Flowing Minecraft:Lava flowing_lava 10 0A 1.8 (14w25a)
File:Lava (inventory) JE7.gif Still Minecraft:Lava lava 11 0B 1.8 (14w25a)
File:Double Smooth Stone Slab (inventory) JE12.png Double Stone Slab double_stone_slab 43 2B 1.8 (14w25a)
File:Fire (inventory) JE2.png Minecraft:Fire fire 51 34 1.8 (14w25a)
File:Nether Portal (texture) JE2-a1.png Nether Portal portal 90 5A 1.8 (14w25a)
File:Missing Texture JE3.png End Portal end_portal 119 77 1.8 (14w25a)
File:Oak Planks (inventory) JE14.png Double Wooden Slab double_wooden_slab 125 7D 1.8 (14w25a)
File:Cocoa Age 0 (texture) JE1 BE1.png Cocoa cocoa 127 7F 1.8 (14w25a)
File:Root Vegetables Age 0 (texture) JE1 BE1.png Minecraft:Carrots carrots 141 8D 1.8 (14w25a)
File:Root Vegetables Age 0 (texture) JE1 BE1.png Potatoes potatoes 142 8E 1.8 (14w25a)
File:Lit Furnace (inventory) JE15.png Lit Furnace lit_furnace 62 3E 1.9 (15w49a)

Bedrock Edition

in Template:Editions, some of the items can only be obtained from inventory editing or add-ons.

Minecraft:Block Resource location Block ID Item ID
File:Water (inventory) BE.gif Minecraft:Water flowing_water 8 8
File:Water (inventory) BE.gif Stationary Minecraft:Water water 9 9
File:Lava (inventory) BE.gif Minecraft:Lava flowing_lava 10 10
File:Lava (inventory) BE.gif Stationary Minecraft:Lava lava 11 11
File:White Bed (item) BE1.png Minecraft:Bed bed 26 26
File:Piston (top texture) JE2 BE2.png Piston Head piston_arm_collision 34 34
File:Double Smooth Stone Slab (inventory) BE2.png Double Smooth Stone Slab smooth_stone_double_slab 43 43
File:Fire 1 (texture) JE2-a2.gif Minecraft:Fire fire 51 51
File:Redstone Wire (inventory) BE.png Redstone Wire redstone_wire 55 55
File:Wheat JE2 BE2.png Wheat Crops wheat 59 59
File:Lit Furnace (inventory) BE.png Lit Furnace lit_furnace 62 62
File:Oak Planks (texture) JE6 BE3.png Oak Sign standing_sign 63 63
File:Oak Door (item).png Oak Door wooden_door 64 64
File:Oak Planks (texture) JE6 BE3.png Oak Wall Sign wall_sign 68 68
File:Iron Door (item).png Minecraft:Iron Door iron_door 71 47
File:Lit Redstone Ore (inventory) BE3.png Lit Redstone Ore lit_redstone_ore 74 74
File:Off Redstone Torch (texture) JE2 BE2.png Unlit Redstone Torch unlit_redstone_torch 75 75
File:Sugar Cane (item).png Minecraft:Sugar Cane reeds 83 83
File:Invicon Nether Portal.gif Nether Portal portal 90 90
File:Cake (item).png Minecraft:Cake cake 92 92
File:Smooth Stone (texture) JE2 BE2.png Unpowered Minecraft:Redstone Repeater unpowered_repeater 93 93
File:Smooth Stone (texture) JE2 BE2.png Powered Minecraft:Redstone Repeater powered_repeater 94 94
File:Stone (texture) JE5 BE3.png Minecraft:Invisible Bedrock invisible_bedrock 95 95
File:Stem (texture) JE2 BE2.png Pumpkin Stem pumpkin_stem 104 104
File:Stem (texture) JE2 BE2.png Melon Stem melon_stem 105 105
File:Nether Wart (item).png Minecraft:Nether Wart nether_wart 115 115
File:Brewing Stand (texture) JE3.png Minecraft:Brewing Stand brewing_stand 117 117
File:Cauldron (item).png Minecraft:Cauldron cauldron 118 118
File:End Portal (inventory) BE.png End Portal end_portal 119 119
File:Lit Redstone Lamp Item BE.png Lit Minecraft:Redstone Lamp lit_redstone_lamp 124 124
File:Cocoa Age 0 (texture) JE2 BE2.png Cocoa cocoa 127 127
File:Tripwire (texture) JE2 BE1.png Tripwire trip_wire 132 132
File:Flower Pot (item).png Minecraft:Flower Pot flower_pot 140 140
File:Carrots Age 0 (texture) JE2 BE2.png Minecraft:Carrots carrots 141 141
File:Potatoes Age 0 (texture) JE2 BE2.png Minecraft:Potatoes potatoes 142 142
File:Smooth Stone (texture) JE2 BE2.png Unpowered Minecraft:Redstone Comparator unpowered_comparator 149 149
File:Smooth Stone (texture) JE2 BE2.png Powered Minecraft:Redstone Comparator powered_comparator 150 150
File:Hopper (item).png Minecraft:Hopper hopper 154 154
File:Oak Planks.png Double Oak Slab oak_double_slab 157 157
File:Invicon Black Banner.png Standing Minecraft:Banner standing_banner 176 176
File:Blank.png Wall Minecraft:Banner wall_banner 177 177
File:Inverted Daylight Detector JE1 BE1.png Inverted Daylight Detector daylight_detector_inverted 178 178
File:Red Sandstone JE4 BE2.png Double Red Sandstone Slab red_sandstone_double_slab 181 181
File:Spruce Door (item).png Spruce Door spruce_door 193 193
File:Birch Door (item).png Birch Door birch_door 194 194
File:Jungle Door (item).png Jungle Door jungle_door 195 195
File:Acacia Door (item).png Acacia Door acacia_door 196 196
File:Dark Oak Door (item).png Dark Oak Door dark_oak_door 197 197
File:Item Frame (Block Item) - Minecraft Bedrock Edition.png Minecraft:Item Frame frame 199 199
File:Frosted Ice JE2 BE2.png Minecraft:Frosted Ice frosted_ice 207 207
File:End Gateway (inventory) BE.png End Gateway end_gateway 209 209
File:Chalkboard.png Minecraft:Chalkboard chalkboard 230 230
File:Beetroot.png Minecraft:Beetroots beetroot 244 244
File:Missing Tile (texture) BE3.png Block moved by Piston moving_block 250 250
File:Tube Coral Fan.png Tube Coral Wall Fan tube_coral_wall_fan 390 -135
File:Bubble Coral Fan.png Bubble Coral Wall Fan bubble_coral_wall_fan 391 -136
File:Horn Coral Fan.png Horn Coral Wall Fan horn_coral_wall_fan 392 -137
File:Kelp (item) JE1 BE2.png Minecraft:Kelp kelp 393 -138
File:Blank.png Minecraft:Air air 413 -158
File:Bubble Column (inventory) BE.gif Minecraft:Bubble Column bubble_column 415 -161
File:Bamboo (item).png Bamboo Sapling bamboo_sapling 419 -164
File:End Stone Bricks JE2 BE2.png Double End Stone Brick Slab end_stone_brick_double_slab 422 -167
File:Mossy Stone Bricks JE3 BE2.png Double Mossy Stone Brick Slab mossy_stone_brick_double_slab 423 -168
File:Spruce Planks (texture) JE4 BE2.png Spruce Standing Sign spruce_standing_sign 436 -181
File:Spruce Planks (texture) JE4 BE2.png Spruce Wall Sign spruce_wall_sign 437 -182
File:Birch Planks (texture) JE3 BE2.png Birch Standing Sign birch_standing_sign 441 -186
File:Birch Planks (texture) JE3 BE2.png Birch Wall Sign birch_wall_sign 442 -187
File:Jungle Planks (texture) JE3 BE2.png Jungle Standing Sign jungle_standing_sign 443 -188
File:Jungle Planks (texture) JE3 BE2.png Jungle Wall Sign jungle_wall_sign 444 -189
File:Acacia Planks (texture) JE3 BE2.png Jungle Standing Sign acacia_standing_sign 445 -190
File:Acacia Planks (texture) JE3 BE2.png Jungle Wall Sign acacia_wall_sign 446 -191
File:Dark Oak Planks (texture) JE3 BE2.png Dark Oak Standing Sign darkoak_standing_sign 447 -192
File:Dark Oak Planks (texture) JE3 BE2.png Dark Oak Wall Sign darkoak_wall_sign 448 -193
File:Lit Smoker (inventory).png Lit Smoker lit_smoker 454 -199
File:Sweet Berries JE1 BE1.png Sweet Berry Bush sweet_berry_bush 462 -207
File:Campfire (item) JE1 BE1.png Minecraft:Campfire campfire 462 -209
File:Lit Blast Furnace (inventory).png Lit Blast Furnace lit_blast_furnace 469 -214
File:Piston (top texture) JE2 BE2.png Sticky Piston Head sticky_piston_arm_collision 472 -217
File:Soul Fire (inventory) BE.gif Minecraft:Soul Fire soul_fire 492 -237
File:Nether Sprouts (item) JE3 BE2.png Minecraft:Nether Sprouts nether_sprouts 493 -238
File:Crimson Door (item) JE1 BE1.png Crimson Door crimson_door 499 -244
File:Warped Door (item) JE1 BE1.png Warped Door warped_door 500 -245
File:Crimson Planks (texture) JE1 BE1.png Crimson Standing Sign crimson_standing_sign 505 -250
File:Warped Planks (texture) JE1 BE1.png Warped Standing Sign warped_standing_sign 506 -251
File:Crimson Planks (texture) JE1 BE1.png Crimson Wall Sign crimson_wall_sign 507 -252
File:Warped Planks (texture) JE1 BE1.png Warped Wall Sign warped_wall_sign 508 -253
File:Crimson Planks JE1 BE1.png Crimson Double Slab crimson_double_slab 521 -266
File:Warped Planks JE1 BE1.png Warped Double Slab warped_double_slab 522 -267
File:Blackstone JE3 BE2.png Blackstone Double Slab blackstone_double_slab 538 -283
File:Polished Blackstone Bricks JE1 BE1.png Polished Blackstone Bricks Double Slab polished_blackstone_brick_double_slab 540 -285
File:Soul Campfire (item) JE1 BE1.png Minecraft:Soul Campfire soul_campfire 545 -290
File:Polished Blackstone JE1 BE1.png Polished Blackstone Double Slab polished_blackstone_double_slab 549 -294
File:Powder Snow.png Minecraft:Powder Snow powder_snow 561 -306
File:Cave Vines (texture) JE1.png Cave Vines cave_vines 577 -322
File:Glow Item Frame (block item) Texture 5 - Minecraft Bedrock Edition.png Minecraft:Glow Item Frame glow_frame 594 -399
File:Cut Copper.png Double Cut Copper Slab double_cut_copper_slab 623 -368
File:Exposed Cut Copper.png Double Exposed Cut Copper Slab exposed_double_cut_copper_slab 624 -369
File:Weathered Cut Copper.png Double Weathered Cut Copper Slab weathered_double_cut_copper_slab 625 -370
File:Oxidized Cut Copper.png Double Oxidized Cut Copper Slab oxidized_double_cut_copper_slab 626 -371
File:Cut Copper.png Double Waxed Cut Copper Slab waxed_double_cut_copper_slab 627 -372
File:Exposed Cut Copper.png Double Waxed Exposed Cut Copper Slab waxed_exposed_double_cut_copper_slab 628 -373
File:Weathered Cut Copper.png Double Waxed Weathered Cut Copper Slab waxed_weathered_double_cut_copper_slab 629 -374
File:Cave Vines (berries, plant texture) JE2.png Cave Vines Body With Berries cave_vines_body_with_berries 630 -375
File:Cave Vines (berries, texture) JE1.png Cave Vines Head With Berries cave_vines_head_with_berries 631 -376
File:Cobbled Deepslate JE2 BE1.png Cobbled Deepslate Double Slab cobbled_deepslate_double_slab 651 -396
File:Polished Deepslate JE2 BE1.png Polished Deepslate Double Slab polished_deepslate_double_slab 652 -397
File:Deepslate Tiles JE2 BE1.png Deepslate Tile Double Slab deepslate_tile_double_slab 653 -398
File:Deepslate Bricks JE2 BE1.png Deepslate Brick Double Slab deepslate_brick_double_slab 654 -399
File:Deepslate Redstone Ore.png Lit Deepslate Redstone Ore lit_deepslate_redstone_ore 659 -404
File:Cake (side texture) JE3 BE3.png Candle Cake candle_cake 684 -429
File:Cake (side texture) JE3 BE3.png White Candle Cake white_candle_cake 685 -430
File:Cake (side texture) JE3 BE3.png Orange Candle Cake orange_candle_cake 686 -431
File:Cake (side texture) JE3 BE3.png Magenta Candle Cake magenta_candle_cake 687 -432
File:Cake (side texture) JE3 BE3.png Light Blue Candle Cake light_blue_candle_cake 688 -433
File:Cake (side texture) JE3 BE3.png Yellow Candle Cake yellow_candle_cake 689 -434
File:Cake (side texture) JE3 BE3.png Lime Candle Cake lime_candle_cake 690 -435
File:Cake (side texture) JE3 BE3.png Pink Candle Cake pink_candle_cake 691 -436
File:Cake (side texture) JE3 BE3.png Gray Candle Cake gray_candle_cake 692 -437
File:Cake (side texture) JE3 BE3.png Light Gray Candle Cake gray_candle_cake 693 -438
File:Cake (side texture) JE3 BE3.png Cyan Candle Cake cyan_candle_cake 694 -439
File:Cake (side texture) JE3 BE3.png Purple Candle Cake purple_candle_cake 695 -440
File:Cake (side texture) JE3 BE3.png Blue Candle Cake blue_candle_cake 696 -441
File:Cake (side texture) JE3 BE3.png Brown Candle Cake brown_candle_cake 697 -442
File:Cake (side texture) JE3 BE3.png Green Candle Cake green_candle_cake 698 -443
File:Cake (side texture) JE3 BE3.png Red Candle Cake red_candle_cake 699 -444
File:Cake (side texture) JE3 BE3.png Black Candle Cake black_candle_cake 700 -445
File:Oxidized Cut Copper.png Double Waxed Oxidized Cut Copper Slab waxed_oxidized_double_cut_copper_slab 705 -450
File:Mud Bricks.png Double Mud Brick Slab mud_brick_double_slab 734 -479
File:Mangrove Door (item).png Mangrove Door mangrove_door 748 -493
File:Mangrove Planks (texture) JE1 BE1.png Mangrove Standing Sign mangrove_standing_sign 749 -494
File:Mangrove Planks (texture) JE1 BE1.png Mangrove Wall Sign mangrove_wall_sign 750 -495
File:Mangrove Planks JE1 BE1.png Double Mangrove Slab mangrove_double_slab 754 -499
File:Bamboo Planks (texture) JE2.png Bamboo Standing Sign bamboo_standing_sign 773 -518
File:Bamboo Planks (texture) JE2.png Bamboo Wall Sign bamboo_wall_sign 774 -519
File:Bamboo Planks JE2 BE2.png Double Bamboo Slab bamboo_double_slab 776 -521
File:Bamboo Mosaic JE1 BE1.png Double Bamboo Mosaic Slab bamboo_mosaic_double_slab 780 -525
File:Cherry Planks JE1 BE1.png Double Cherry Slab cherry_double_slab 795 -540
File:Cherry Planks (texture) JE1.png Cherry Standing Sign cherry_standing_sign 797 -542
File:Cherry Planks (texture) JE1.png Cherry Wall Sign cherry_wall_sign 799 -544
File:Torchflower Crop (stage0 texture) JE1.png Torchflower Crop torchflower_crop 822 -567
File:Pitched Crop (side texture) JE1.png Pitcher Crop pitcher_crop 829 -574
File:Tuff.png Double Tuff Slab tuff_double_slab 1000 -745
File:Polished Tuff.png Double Polished Tuff Slab polished_tuff_double_slab 1005 -750
File:Tuff Bricks.png Double Tuff Brick Slab tuff_brick_double_slab 1011 -756
File:Spruce Planks.png Double Spruce Slab spruce_double_slab 1064 -809
File:Birch Planks.png Double Birch Slab birch_double_slab 1065 -810
File:Jungle Planks.png Double Jungle Slab jungle_double_slab 1066 -811
File:Acacia Planks.png Double Acacia Slab acacia_double_slab 1067 -812
File:Dark Oak Planks.png Double Dark Oak Slab dark_oak_double_slab 1068 -813
File:Sandstone.png Double Sandstone Slab sandstone_double_slab 1133 -878
File:Cobblestone.png Double Cobblestone Slab cobblestone_double_slab 1134 -879
File:Bricks.png Double Brick Slab brick_double_slab 1135 -880
File:Stone Bricks.png Double Stone Brick Slab stone_brick_double_slab 1136 -881
File:Block of Quartz.png Double Quartz Slab quartz_double_slab 1137 -882
File:Nether Bricks.png Double Nether Brick Slab nether_brick_double_slab 1138 -883
File:Oak Planks.png Double Petrified Oak Slab petrified_oak_double_slab 1158 -903
File:Brain Coral Fan (texture).png Brain Coral Wall Fan brain_coral_wall_fan 1159 -904
File:Dead Tube Coral Fan (texture).png Dead Tube Coral Wall Fan dead_tube_coral_wall_fan 1160 -905
File:Dead Brain Coral Fan (texture).png Dead Brain Coral Wall Fan dead_brain_coral_wall_fan 1161 -906
File:Fire Coral Fan (texture).png Fire Coral Wall Fan fire_coral_wall_fan 1162 -907
File:Dead Bubble Coral Fan (texture).png Dead Bubble Coral Wall Fan dead_bubble_coral_wall_fan 1163 -908
File:Dead Fire Coral Fan (texture).png Dead Fire Coral Wall Fan dead_fire_coral_wall_fan 1164 -909
File:Dead Horn Coral Fan (texture).png Dead Horn Coral Wall Fan dead_horn_coral_wall_fan 1165 -910
File:Purpur Block.png Double Purpur Slab purpur_double_slab 1166 -911
File:Prismarine.png Double Prismarine Slab prismarine_double_slab 1167 -912
File:Dark Prismarine.png Double Dark Prismarine Slab dark_prismarine_double_slab 1168 -913
File:Prismarine Bricks.png Double Prismarine Brick Slab prismarine_brick_double_slab 1169 -914
File:Mossy Cobblestone.png Double Mossy Cobblestone Slab mossy_cobblestone_double_slab 1170 -915
File:Smooth Sandstone.png Double Smooth Sandstone Slab smooth_sandstone_double_slab 1171 -916
File:Red Nether Bricks.png Double Red Nether Brick Slab red_nether_brick_double_slab 1172 -917
File:Smooth Red Sandstone.png Double Smooth Red Sandstone Slab smooth_red_sandstone_double_slab 1173 -918
File:Polished Andesite.png Double Polished Andesite Slab polished_andesite_double_slab 1174 -919
File:Andesite.png Double Andesite Slab andesite_double_slab 1175 -920
File:Diorite.png Double Diorite Slab diorite_double_slab 1176 -921
File:Polished Diorite.png Double Polished Diorite Slab polished_diorite_double_slab 1177 -922
File:Granite.png Double Granite Slab granite_double_slab 1178 -923
File:Polished Granite.png Double Polished Granite Slab polished_granite_double_slab 1179 -924
File:Smooth Quartz.png Double Smooth Quartz Slab smooth_quartz_double_slab 1180 -925
File:Stone.png Double Stone Slab normal_stone_double_slab 1181 -926
File:Cut Sandstone.png Double Cut Sandstone Slab cut_sandstone_double_slab 1182 -927
File:Cut Red Sandstone.png Double Cut Red Sandstone Slab cut_red_sandstone_double_slab 1183 -928
File:Pale Oak Planks.png Double Pale Oak Slab pale_oak_double_slab 1254 -999
File:Pale Oak Planks (texture) JE1 BE1.png Pale Oak Standing Sign pale_oak_standing_sign 1256 -1001
File:Pale Oak Planks (texture) JE1 BE1.png Pale Oak Wall Sign pale_oak_wall_sign 1258 -1003
File:Resin Bricks.png Double Resin Brick Slab resin_brick_slab 1258 -1003

Navigation

Wood/Hypha
Stone-based
Template:EnvLink
Upcoming
Template:EnvLink
Template:EnvLink
Ore/Mineral
Decorative
Partial Blocks
Dyeable/Dyed
Lighting
Template:Els only
Sediment/Soil
Misc. rock
Ore/Mineral
Plant
Flower
Fungus & Related
Fauna & Related
Aquatic
Sculk
Fluid & Related
Non-physical
Interactable
Utilizable
Redstone/
Mechanical
Template:Els only
April Fools 2013
April Fools 2016
April Fools 2020
April Fools 2022
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

ru:Технические блоки