Minecraft:Technical blocks: Difference between revisions
More actions
imported>User-12316399 |
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 | '''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 | 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 | 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!! | !Icon!!Resource location!!Block!!Item form's ID | ||
|- | |- | ||
|[[File:Acacia Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Acacia Wall Sign.png|30px]]||{{MC/Code|acacia_wall_sign}}||Acacia Wall Sign||acacia_sign | ||
|- | |- | ||
|[[File:Air.png|30px]]||{{ | |[[File:Air.png|30px]]||{{MC/Code|air}}||[[Minecraft:Air]]||Identical | ||
|- | |- | ||
|[[File:Attached Melon Stem.png|30px]]||{{ | |[[File:Attached Melon Stem.png|30px]]||{{MC/Code|attached_melon_stem}}||Attached Melon Stem||melon_seeds | ||
|- | |- | ||
|[[File:Attached Pumpkin Stem.png|30px]]||{{ | |[[File:Attached Pumpkin Stem.png|30px]]||{{MC/Code|attached_pumpkin_stem}}||Attached Pumpkin Stem||pumpkin_seeds | ||
|- | |- | ||
|[[File:Bamboo Shoot.png|30px]]||{{ | |[[File:Bamboo Shoot.png|30px]]||{{MC/Code|bamboo_sapling}}||Bamboo Shoot||bamboo | ||
|- | |- | ||
|[[File:Bamboo Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Bamboo Wall Sign.png|30px]]||{{MC/Code|bamboo_wall_sign}}||Bamboo Wall Sign||bamboo_sign | ||
|- | |- | ||
|[[File:Beetroots.png|30px]]||{{ | |[[File:Beetroots.png|30px]]||{{MC/Code|beetroots}}||Beetroots||beetroot_seeds | ||
|- | |- | ||
|[[File:Big Dripleaf Stem.png|30px]]||{{ | |[[File:Big Dripleaf Stem.png|30px]]||{{MC/Code|big_dripleaf_stem}}||Big Dripleaf Stem||big_dripleaf | ||
|- | |- | ||
|[[File:Birch Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Birch Wall Sign.png|30px]]||{{MC/Code|birch_wall_sign}}||Birch Wall Sign||birch_sign | ||
|- | |- | ||
|[[File:Cake with Black Candle.png|30px]]||{{ | |[[File:Cake with Black Candle.png|30px]]||{{MC/Code|black_candle_cake}}||Cake with Black Candle||cake | ||
|- | |- | ||
|[[File:Black Wall Banner.png|30px]]||{{ | |[[File:Black Wall Banner.png|30px]]||{{MC/Code|black_wall_banner}}||Black Wall Banner||black_banner | ||
|- | |- | ||
|[[File:Cake with Blue Candle.png|30px]]||{{ | |[[File:Cake with Blue Candle.png|30px]]||{{MC/Code|blue_candle_cake}}||Cake with Blue Candle||cake | ||
|- | |- | ||
|[[File:Blue Wall Banner.png|30px]]||{{ | |[[File:Blue Wall Banner.png|30px]]||{{MC/Code|blue_wall_banner}}||Blue Wall Banner||blue_banner | ||
|- | |- | ||
|[[File:Brain Coral Wall Fan.png|30px]]||{{ | |[[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]]||{{ | |[[File:Cake with Brown Candle.png|30px]]||{{MC/Code|brown_candle_cake}}||Cake with Brown Candle||cake | ||
|- | |- | ||
|[[File:Brown Wall Banner.png|30px]]||{{ | |[[File:Brown Wall Banner.png|30px]]||{{MC/Code|brown_wall_banner}}||Brown Wall Banner||brown_banner | ||
|- | |- | ||
|[[File:Bubble Column.png|30px]]||{{ | |[[File:Bubble Column.png|30px]]||{{MC/Code|bubble_column}}||[[Minecraft:Bubble Column]]||None | ||
|- | |- | ||
|[[File:Bubble Coral Wall Fan.png|30px]]||{{ | |[[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]]||{{ | |[[File:Cake with Candle.png|30px]]||{{MC/Code|candle_cake}}||Cake with Candle||cake | ||
|- | |- | ||
|[[File:Carrots.png|30px]]||{{ | |[[File:Carrots.png|30px]]||{{MC/Code|carrots}}||[[Minecraft:Carrots]]||carrot | ||
|- | |- | ||
|[[File:Cave Air.png|30px]]||{{ | |[[File:Cave Air.png|30px]]||{{MC/Code|cave_air}}||Cave Air||None | ||
|- | |- | ||
|[[File:Cave Vines.png|30px]]||{{ | |[[File:Cave Vines.png|30px]]||{{MC/Code|cave_vines}}||Cave Vines||glow_berries | ||
|- | |- | ||
|[[File:Cave Vines Plant.png|30px]]||{{ | |[[File:Cave Vines Plant.png|30px]]||{{MC/Code|cave_vines_plant}}||Cave Vines Plant||glow_berries | ||
|- | |- | ||
|[[File:Cherry Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Cherry Wall Sign.png|30px]]||{{MC/Code|cherry_wall_sign}}||Cherry Wall Sign||cherry_sign | ||
|- | |- | ||
|[[File:Cocoa.png|30px]]||{{ | |[[File:Cocoa.png|30px]]||{{MC/Code|cocoa}}||Cocoa||cocoa_beans | ||
|- | |- | ||
|[[File:Creeper Wall Head.png|30px]]||{{ | |[[File:Creeper Wall Head.png|30px]]||{{MC/Code|creeper_wall_head}}||Creeper Wall Head||creeper_head | ||
|- | |- | ||
|[[File:Crimson Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Crimson Wall Sign.png|30px]]||{{MC/Code|crimson_wall_sign}}||Crimson Wall Sign||crimson_sign | ||
|- | |- | ||
|[[File:Copper Wall Torch.png|30px]]||{{ | |[[File:Copper Wall Torch.png|30px]]||{{MC/Code|copper_wall_torch}}||Copper Wall Torch||copper_torch | ||
|- | |- | ||
|[[File:Cake with Cyan Candle.png|30px]]||{{ | |[[File:Cake with Cyan Candle.png|30px]]||{{MC/Code|cyan_candle_cake}}||Cake with Cyan Candle||cake | ||
|- | |- | ||
|[[File:Cyan Wall Banner.png|30px]]||{{ | |[[File:Cyan Wall Banner.png|30px]]||{{MC/Code|cyan_wall_banner}}||Cyan Wall Banner||cyan_banner | ||
|- | |- | ||
|[[File:Dark Oak Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[File:Dragon Wall Head.png|30px]]||{{MC/Code|dragon_wall_head}}||Dragon Wall Head||dragon_head | ||
|- | |- | ||
|[[File:End Gateway.png|30px]]||{{ | |[[File:End Gateway.png|30px]]||{{MC/Code|end_gateway}}||[[Minecraft:End Gateway (block)|End Gateway]]||None | ||
|- | |- | ||
|[[File:End Portal.png|30px]]||{{ | |[[File:End Portal.png|30px]]||{{MC/Code|end_portal}}||[[Minecraft:End Portal (block)|End Portal]]||None | ||
|- | |- | ||
|[[File:Fire.png|30px]]||{{ | |[[File:Fire.png|30px]]||{{MC/Code|fire}}||[[Minecraft:Fire]]||None | ||
|- | |- | ||
|[[File:Fire Coral Wall Fan.png|30px]]||{{ | |[[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]]||{{ | |[[File:Frosted Ice.png|30px]]||{{MC/Code|frosted_ice}}||[[Minecraft:Frosted Ice]]||None | ||
|- | |- | ||
|[[File:Cake with Gray Candle.png|30px]]||{{ | |[[File:Cake with Gray Candle.png|30px]]||{{MC/Code|gray_candle_cake}}||Cake with Gray Candle||cake | ||
|- | |- | ||
|[[File:Gray Wall Banner.png|30px]]||{{ | |[[File:Gray Wall Banner.png|30px]]||{{MC/Code|gray_wall_banner}}||Gray Wall Banner||gray_banner | ||
|- | |- | ||
|[[File:Cake with Green Candle.png|30px]]||{{ | |[[File:Cake with Green Candle.png|30px]]||{{MC/Code|green_candle_cake}}||Cake with Green Candle||cake | ||
|- | |- | ||
|[[File:Green Wall Banner.png|30px]]||{{ | |[[File:Green Wall Banner.png|30px]]||{{MC/Code|green_wall_banner}}||Green Wall Banner||green_banner | ||
|- | |- | ||
|[[File:Horn Coral Wall Fan.png|30px]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[File:Kelp Plant.png|30px]]||{{MC/Code|kelp_plant}}||Kelp Plant||kelp | ||
|- | |- | ||
|[[File:Lava.png|30px]]||{{ | |[[File:Lava.png|30px]]||{{MC/Code|lava}}||[[Minecraft:Lava]]||None | ||
|- | |- | ||
|[[File:Lava Cauldron.png|30px]]||{{ | |[[File:Lava Cauldron.png|30px]]||{{MC/Code|lava_cauldron}}||Lava Cauldron||cauldron | ||
|- | |- | ||
|[[File:Cake with Light Blue Candle.png|30px]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[File:Cake with Lime Candle.png|30px]]||{{MC/Code|lime_candle_cake}}||Cake with Lime Candle||cake | ||
|- | |- | ||
|[[File:Lime Wall Banner.png|30px]]||{{ | |[[File:Lime Wall Banner.png|30px]]||{{MC/Code|lime_wall_banner}}||Lime Wall Banner||lime_banner | ||
|- | |- | ||
|[[File:Cake with Magenta Candle.png|30px]]||{{ | |[[File:Cake with Magenta Candle.png|30px]]||{{MC/Code|magenta_candle_cake}}||Cake with Magenta Candle||cake | ||
|- | |- | ||
|[[File:Magenta Wall Banner.png|30px]]||{{ | |[[File:Magenta Wall Banner.png|30px]]||{{MC/Code|magenta_wall_banner}}||Magenta Wall Banner||magenta_banner | ||
|- | |- | ||
|[[File:Mangrove Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Mangrove Wall Sign.png|30px]]||{{MC/Code|mangrove_wall_sign}}||Mangrove Wall Sign||mangrove_sign | ||
|- | |- | ||
|[[File:Melon Stem.png|30px]]||{{ | |[[File:Melon Stem.png|30px]]||{{MC/Code|melon_stem}}||Melon Stem||melon_seeds | ||
|- | |- | ||
|[[File:Moving Piston.png|30px]]||{{ | |[[File:Moving Piston.png|30px]]||{{MC/Code|moving_piston}}||Moving Piston||None | ||
|- | |- | ||
|[[File:Nether Portal.png|30px]]||{{ | |[[File:Nether Portal.png|30px]]||{{MC/Code|nether_portal}}||Nether Portal||None | ||
|- | |- | ||
|[[File:Oak Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Oak Wall Sign.png|30px]]||{{MC/Code|oak_wall_sign}}||Oak Wall Sign||oak_sign | ||
|- | |- | ||
|[[File:Cake with Orange Candle.png|30px]]||{{ | |[[File:Cake with Orange Candle.png|30px]]||{{MC/Code|orange_candle_cake}}||Cake with Orange Candle||cake | ||
|- | |- | ||
|[[File:Orange Wall Banner.png|30px]]||{{ | |[[File:Orange Wall Banner.png|30px]]||{{MC/Code|orange_wall_banner}}||Orange Wall Banner||orange_banner | ||
|- | |- | ||
|[[File:Pale Oak Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[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]]||{{ | |[[File:Piglin Wall Head.png|30px]]||{{MC/Code|piglin_wall_head}}||Piglin Wall Head||piglin_head | ||
|- | |- | ||
|[[File:Cake with Pink Candle.png|30px]]||{{ | |[[File:Cake with Pink Candle.png|30px]]||{{MC/Code|pink_candle_cake}}||Cake with Pink Candle||cake | ||
|- | |- | ||
|[[File:Pink Wall Banner.png|30px]]||{{ | |[[File:Pink Wall Banner.png|30px]]||{{MC/Code|pink_wall_banner}}||Pink Wall Banner||pink_banner | ||
|- | |- | ||
|[[File:Piston Head.png|30px]]||{{ | |[[File:Piston Head.png|30px]]||{{MC/Code|piston_head}}||Piston Head||None | ||
|- | |- | ||
|[[File:Pitcher Crop.png|30px]]||{{ | |[[File:Pitcher Crop.png|30px]]||{{MC/Code|pitcher_crop}}||Pitcher Crop||pitcher_pod | ||
|- | |- | ||
|[[File:Player Wall Head.png|30px]]||{{ | |[[File:Player Wall Head.png|30px]]||{{MC/Code|player_wall_head}}||Player Wall Head||player_head | ||
|- | |- | ||
|[[File:Potatoes.png|30px]]||{{ | |[[File:Potatoes.png|30px]]||{{MC/Code|potatoes}}||Potatoes||potato | ||
|- | |- | ||
|[[File:Potted Acacia Sapling.png|30px]]||{{ | |[[File:Potted Acacia Sapling.png|30px]]||{{MC/Code|potted_acacia_sapling}}||Potted Acacia Sapling||acacia_sapling | ||
|- | |- | ||
|[[File:Potted Allium.png|30px]]||{{ | |[[File:Potted Allium.png|30px]]||{{MC/Code|potted_allium}}||Potted Allium||allium | ||
|- | |- | ||
|[[File:Potted Azalea.png|30px]]||{{ | |[[File:Potted Azalea.png|30px]]||{{MC/Code|potted_azalea_bush}}||Potted Azalea||azalea | ||
|- | |- | ||
|[[File:Potted Azure Bluet.png|30px]]||{{ | |[[File:Potted Azure Bluet.png|30px]]||{{MC/Code|potted_azure_bluet}}||Potted Azure Bluet||azure_bluet | ||
|- | |- | ||
|[[File:Potted Bamboo.png|30px]]||{{ | |[[File:Potted Bamboo.png|30px]]||{{MC/Code|potted_bamboo}}||Potted Bamboo||bamboo | ||
|- | |- | ||
|[[File:Potted Birch Sapling.png|30px]]||{{ | |[[File:Potted Birch Sapling.png|30px]]||{{MC/Code|potted_birch_sapling}}||Potted Birch Sapling||birch_sapling | ||
|- | |- | ||
|[[File:Potted Blue Orchid.png|30px]]||{{ | |[[File:Potted Blue Orchid.png|30px]]||{{MC/Code|potted_blue_orchid}}||Potted Blue Orchid||blue_orchid | ||
|- | |- | ||
|[[File:Potted Brown Mushroom.png|30px]]||{{ | |[[File:Potted Brown Mushroom.png|30px]]||{{MC/Code|potted_brown_mushroom}}||Potted Brown Mushroom||brown_mushroom | ||
|- | |- | ||
|[[File:Potted Cactus.png|30px]]||{{ | |[[File:Potted Cactus.png|30px]]||{{MC/Code|potted_cactus}}||Potted Cactus||cactus | ||
|- | |- | ||
|[[File:Potted Cherry Sapling.png|30px]]||{{ | |[[File:Potted Cherry Sapling.png|30px]]||{{MC/Code|potted_cherry_sapling}}||Potted Cherry Sapling||cherry_sapling | ||
|- | |- | ||
|[[File:Potted Closed Eyeblossom.png|30px]]||{{ | |[[File:Potted Closed Eyeblossom.png|30px]]||{{MC/Code|potted_closed_eyeblossom}}||Potted Closed Eyeblossom||closed_eyeblossom | ||
|- | |- | ||
|[[File:Potted Cornflower.png|30px]]||{{ | |[[File:Potted Cornflower.png|30px]]||{{MC/Code|potted_cornflower}}||Potted Cornflower||cornflower | ||
|- | |- | ||
|[[File:Potted Crimson Fungus.png|30px]]||{{ | |[[File:Potted Crimson Fungus.png|30px]]||{{MC/Code|potted_crimson_fungus}}||Potted Crimson Fungus||crimson_fungus | ||
|- | |- | ||
|[[File:Potted Crimson Roots.png|30px]]||{{ | |[[File:Potted Crimson Roots.png|30px]]||{{MC/Code|potted_crimson_roots}}||Potted Crimson Roots||crimson_roots | ||
|- | |- | ||
|[[File:Potted Dandelion.png|30px]]||{{ | |[[File:Potted Dandelion.png|30px]]||{{MC/Code|potted_dandelion}}||Potted Dandelion||dandelion | ||
|- | |- | ||
|[[File:Potted Dark Oak Sapling.png|30px]]||{{ | |[[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]]||{{ | |[[File:Potted Dead Bush.png|30px]]||{{MC/Code|potted_dead_bush}}||Potted Dead Bush||dead_bush | ||
|- | |- | ||
|[[File:Potted Fern.png|30px]]||{{ | |[[File:Potted Fern.png|30px]]||{{MC/Code|potted_fern}}||Potted Fern||fern | ||
|- | |- | ||
|[[File:Potted Flowering Azalea.png|30px]]||{{ | |[[File:Potted Flowering Azalea.png|30px]]||{{MC/Code|potted_flowering_azalea_bush}}||Potted Flowering Azalea||flowering_azalea | ||
|- | |- | ||
|[[File:Potted Golden_Dandelion.png|30px]]||{{ | |[[File:Potted Golden_Dandelion.png|30px]]||{{MC/Code|potted_golden_dandelion}}||Potted Golden Dandelion||golden_dandelion | ||
|- | |- | ||
|[[File:Potted Jungle Sapling.png|30px]]||{{ | |[[File:Potted Jungle Sapling.png|30px]]||{{MC/Code|potted_jungle_sapling}}||Potted Jungle Sapling||jungle_sapling | ||
|- | |- | ||
|[[File:Potted Lily of the Valley.png|30px]]||{{ | |[[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]]||{{ | |[[File:Potted Mangrove Propagule.png|30px]]||{{MC/Code|potted_mangrove_propagule}}||Potted Mangrove Propagule||mangrove_propagule | ||
|- | |- | ||
|[[File:Potted Oak Sapling.png|30px]]||{{ | |[[File:Potted Oak Sapling.png|30px]]||{{MC/Code|potted_oak_sapling}}||Potted Oak Sapling||oak_sapling | ||
|- | |- | ||
|[[File:Potted Open Eyeblossom.png|30px]]||{{ | |[[File:Potted Open Eyeblossom.png|30px]]||{{MC/Code|potted_open_eyeblossom}}||Potted Open Eyeblossom||open_eyeblossom | ||
|- | |- | ||
|[[File:Potted Orange Tulip.png|30px]]||{{ | |[[File:Potted Orange Tulip.png|30px]]||{{MC/Code|potted_orange_tulip}}||Potted Orange Tulip||orange_tulip | ||
|- | |- | ||
|[[File:Potted Oxeye Daisy.png|30px]]||{{ | |[[File:Potted Oxeye Daisy.png|30px]]||{{MC/Code|potted_oxeye_daisy}}||Potted Oxeye Daisy||oxeye_daisy | ||
|- | |- | ||
|[[File:Potted Pale Oak Sapling.png|30px]]||{{ | |[[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]]||{{ | |[[File:Potted Pink Tulip.png|30px]]||{{MC/Code|potted_pink_tulip}}||Potted Pink Tulip||pink_tulip | ||
|- | |- | ||
|[[File:Potted Poppy.png|30px]]||{{ | |[[File:Potted Poppy.png|30px]]||{{MC/Code|potted_poppy}}||Potted Poppy||poppy | ||
|- | |- | ||
|[[File:Potted Red Mushroom.png|30px]]||{{ | |[[File:Potted Red Mushroom.png|30px]]||{{MC/Code|potted_red_mushroom}}||Potted Red Mushroom||red_mushroom | ||
|- | |- | ||
|[[File:Potted Red Tulip.png|30px]]||{{ | |[[File:Potted Red Tulip.png|30px]]||{{MC/Code|potted_red_tulip}}||Potted Red Tulip||red_tulip | ||
|- | |- | ||
|[[File:Potted Spruce Sapling.png|30px]]||{{ | |[[File:Potted Spruce Sapling.png|30px]]||{{MC/Code|potted_spruce_sapling}}||Potted Spruce Sapling||spruce_sapling | ||
|- | |- | ||
|[[File:Potted Torchflower.png|30px]]||{{ | |[[File:Potted Torchflower.png|30px]]||{{MC/Code|potted_torchflower}}||Potted Torchflower||torchflower | ||
|- | |- | ||
|[[File:Potted Warped Fungus.png|30px]]||{{ | |[[File:Potted Warped Fungus.png|30px]]||{{MC/Code|potted_warped_fungus}}||Potted Warped Fungus||warped_fungus | ||
|- | |- | ||
|[[File:Potted Warped Roots.png|30px]]||{{ | |[[File:Potted Warped Roots.png|30px]]||{{MC/Code|potted_warped_roots}}||Potted Warped Roots||warped_roots | ||
|- | |- | ||
|[[File:Potted White Tulip.png|30px]]||{{ | |[[File:Potted White Tulip.png|30px]]||{{MC/Code|potted_white_tulip}}||Potted White Tulip||white_tulip | ||
|- | |- | ||
|[[File:Potted Wither Rose.png|30px]]||{{ | |[[File:Potted Wither Rose.png|30px]]||{{MC/Code|potted_wither_rose}}||Potted Wither Rose||wither_rose | ||
|- | |- | ||
|[[File:Powder Snow.png|30px]]||{{ | |[[File:Powder Snow.png|30px]]||{{MC/Code|powder_snow}}||[[Minecraft:Powder Snow]]||powder_snow_bucket | ||
|- | |- | ||
|[[File:Powder Snow Cauldron.png|30px]]||{{ | |[[File:Powder Snow Cauldron.png|30px]]||{{MC/Code|powder_snow_cauldron}}||Powder Snow Cauldron||cauldron | ||
|- | |- | ||
|[[File:Pumpkin Stem.png|30px]]||{{ | |[[File:Pumpkin Stem.png|30px]]||{{MC/Code|pumpkin_stem}}||Pumpkin Stem||pumpkin_seeds | ||
|- | |- | ||
|[[File:Cake with Purple Candle.png|30px]]||{{ | |[[File:Cake with Purple Candle.png|30px]]||{{MC/Code|purple_candle_cake}}||Cake with Purple Candle||cake | ||
|- | |- | ||
|[[File:Purple Wall Banner.png|30px]]||{{ | |[[File:Purple Wall Banner.png|30px]]||{{MC/Code|purple_wall_banner}}||Purple Wall Banner||purple_banner | ||
|- | |- | ||
|[[File:Cake with Red Candle.png|30px]]||{{ | |[[File:Cake with Red Candle.png|30px]]||{{MC/Code|red_candle_cake}}||Cake with Red Candle||cake | ||
|- | |- | ||
|[[File:Red Wall Banner.png|30px]]||{{ | |[[File:Red Wall Banner.png|30px]]||{{MC/Code|red_wall_banner}}||Red Wall Banner||red_banner | ||
|- | |- | ||
|[[File:Redstone Wall Torch.png|30px]]||{{ | |[[File:Redstone Wall Torch.png|30px]]||{{MC/Code|redstone_wall_torch}}||Redstone Wall Torch||redstone_torch | ||
|- | |- | ||
|[[File:Redstone Wire.png|30px]]||{{ | |[[File:Redstone Wire.png|30px]]||{{MC/Code|redstone_wire}}||Redstone Wire||redstone | ||
|- | |- | ||
|[[File:Skeleton Wall Skull.png|30px]]||{{ | |[[File:Skeleton Wall Skull.png|30px]]||{{MC/Code|skeleton_wall_skull}}||Skeleton Wall Skull||skeleton_skull | ||
|- | |- | ||
|[[File:Soul Fire.png|30px]]||{{ | |[[File:Soul Fire.png|30px]]||{{MC/Code|soul_fire}}||[[Minecraft:Soul Fire]]||None | ||
|- | |- | ||
|[[File:Soul Wall Torch.png|30px]]||{{ | |[[File:Soul Wall Torch.png|30px]]||{{MC/Code|soul_wall_torch}}||Soul Wall Torch||soul_torch | ||
|- | |- | ||
|[[File:Spruce Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Spruce Wall Sign.png|30px]]||{{MC/Code|spruce_wall_sign}}||Spruce Wall Sign||spruce_sign | ||
|- | |- | ||
|[[File:Sweet Berry Bush.png|30px]]||{{ | |[[File:Sweet Berry Bush.png|30px]]||{{MC/Code|sweet_berry_bush}}||Sweet Berry Bush||sweet_berries | ||
|- | |- | ||
|[[File:Tall Seagrass.png|30px]]||{{ | |[[File:Tall Seagrass.png|30px]]||{{MC/Code|tall_seagrass}}||Tall Seagrass||seagrass | ||
|- | |- | ||
|[[File:Torchflower Crop.png|30px]]||{{ | |[[File:Torchflower Crop.png|30px]]||{{MC/Code|torchflower_crop}}||Torchflower Crop||torchflower_seeds | ||
|- | |- | ||
|[[File:Tripwire.png|30px]]||{{ | |[[File:Tripwire.png|30px]]||{{MC/Code|tripwire}}||Tripwire||string | ||
|- | |- | ||
|[[File:Tube Coral Wall Fan.png|30px]]||{{ | |[[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]]||{{ | |[[File:Twisting Vines Plant.png|30px]]||{{MC/Code|twisting_vines_plant}}||Twisting Vines Plant||twisting_vines | ||
|- | |- | ||
|[[File:Void Air.png|30px]]||{{ | |[[File:Void Air.png|30px]]||{{MC/Code|void_air}}||Void Air||None | ||
|- | |- | ||
|[[File:Wall Torch.png|30px]]||{{ | |[[File:Wall Torch.png|30px]]||{{MC/Code|wall_torch}}||Wall Torch||torch | ||
|- | |- | ||
|[[File:Warped Wall Hanging Sign.png|30px]]||{{ | |[[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]]||{{ | |[[File:Warped Wall Sign.png|30px]]||{{MC/Code|warped_wall_sign}}||Warped Wall Sign||warped_sign | ||
|- | |- | ||
|[[File:Water.png|30px]]||{{ | |[[File:Water.png|30px]]||{{MC/Code|water}}||[[Minecraft:Water]]||None | ||
|- | |- | ||
|[[File:Water Cauldron.png|30px]]||{{ | |[[File:Water Cauldron.png|30px]]||{{MC/Code|water_cauldron}}||Water Cauldron||cauldron | ||
|- | |- | ||
|[[File:Weeping Vines Plant.png|30px]]||{{ | |[[File:Weeping Vines Plant.png|30px]]||{{MC/Code|weeping_vines_plant}}||Weeping Vines Plant||weeping_vines | ||
|- | |- | ||
|[[File:Wheat Crops.png|30px]]||{{ | |[[File:Wheat Crops.png|30px]]||{{MC/Code|wheat}}||Wheat Crops||wheat_seeds | ||
|- | |- | ||
|[[File:Cake with White Candle.png|30px]]||{{ | |[[File:Cake with White Candle.png|30px]]||{{MC/Code|white_candle_cake}}||Cake with White Candle||cake | ||
|- | |- | ||
|[[File:White Wall Banner.png|30px]]||{{ | |[[File:White Wall Banner.png|30px]]||{{MC/Code|white_wall_banner}}||White Wall Banner||white_banner | ||
|- | |- | ||
|[[File:Wither Skeleton Wall Skull.png|30px]]||{{ | |[[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]]||{{ | |[[File:Cake with Yellow Candle.png|30px]]||{{MC/Code|yellow_candle_cake}}||Cake with Yellow Candle||cake | ||
|- | |- | ||
|[[File:Yellow Wall Banner.png|30px]]||{{ | |[[File:Yellow Wall Banner.png|30px]]||{{MC/Code|yellow_wall_banner}}||Yellow Wall Banner||yellow_banner | ||
|- | |- | ||
|[[File:Zombie Wall Head.png|30px]]||{{ | |[[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}} | ||
{{ | {{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 | 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 | 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" | | ! 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]] | | 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]] | | 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;" |{{ | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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 --> | ||
{{ | {{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" | | ! 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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]] | | 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}} | ||
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
- 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.
Bedrock Edition
in Template:Editions, some of the items can only be obtained from inventory editing or add-ons.
Template:Article otherTemplate:Article other
ru:Технические блоки