Direct item forms of blocks

(Redirected from Technical blocks)
Jump to navigation Jump to search
It has been suggested that this page be moved to Technical blocks.
If this move affects many pages or may potentially be controversial, do not move the page until a consensus is reached.
 [discuss]
Reason: corresponds largely to the old content of that page; history merge would be needed as it has a lot of non-trivial stuff there
When moving, be sure to use the appropriate tool instead of simply copying and pasting the page's contents, to preserve edit history.
BlockSprite rose.png: Sprite image for rose in Minecraft
This page describes content that exists only in outdated versions of Java Edition.
 
This feature was present in earlier versions of the game but has since been removed.
This feature is exclusive to Bedrock Edition.
 

Java Edition[edit | edit source]

The game prevents certain blocks from being obtained through normal gameplay methods, such as crafting, the creative inventory, the pick block key, and the Silk Touch enchantment. It also prevents such blocks from being given through less conventional methods, such as inventory editing, mods, and 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 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.

Despite never being intended to be obtainable, some of these could even be acquired in survival using unusual means.

List[edit | edit source]

The following data is based on the last version each item existed in.

Numeric ID Item Block Name Resource location Added Removed
Hex Dec
0 0 Air tile.air.name air 13w38b 13w38c
8 8 Flowing Water Water flowing_water 0.24_SURVIVAL_TEST 14w25a
9 9 Still Water Water water 0.24_SURVIVAL_TEST 14w25a
A 10 Flowing Lava Lava flowing_lava 0.24_SURVIVAL_TEST 14w25a
B 11 Still Lava Lava lava 0.24_SURVIVAL_TEST 14w25a
1A 26 Red Bed Bed bed Beta 1.3 13w37a
22 34 Piston Head tile.null.name piston_head Beta 1.7 13w37a
24 36 Moving Piston tile.null.name piston_extension Beta 1.7 13w37a
2B 43 Double Smooth Stone Slab [more information needed] double_stone_slab 0.26 SURVIVAL TEST 14w25a
33 51 Fire Fire fire in-20100109 14w25a
37 55 Redstone Wire Redstone Dust redstone_wire Alpha v1.0.1 13w37a
3B 59 Wheat Crops wheat in-20100206 13w37a
3E 62 Lit Furnace Furnace lit_furnace in-20100219 15w49a
3F 63 Oak Sign Sign standing_sign inf-20100607 13w37a
40 64 Oak Door Wooden Door wooden_door inf-20100607 13w37a
44 68 Oak Wall Sign Sign wall_sign Alpha v1.0.1 13w37a
47 71 Iron Door Iron Door iron_door Alpha v1.0.1 13w37a
4A 74 Lit Redstone Ore Redstone Ore lit_redstone_ore Alpha v1.0.1 13w37a
4B 75 Unlit Redstone Torch Redstone Torch unlit_redstone_torch Alpha v1.0.1 13w37a
53 83 Sugar Cane Sugar cane reeds Alpha v1.0.11 13w37a
5A 90 Nether Portal Portal portal Alpha v1.2.0 14w25a
5C 92 Cake Cake cake Beta 1.2 13w37a
5D 93 Unpowered Redstone Repeater tile.diode.name unpowered_repeater Beta 1.3 13w37a
5E 94 Powered Redstone Repeater tile.diode.name powered_repeater Beta 1.3 13w37a
68 104 Pumpkin Stem tile.pumpkinStem.name pumpkin_stem Beta 1.8 Pre-release 13w37a
69 105 Melon Stem tile.pumpkinStem.name melon_stem Beta 1.8 Pre-release 13w37a
73 115 Nether Wart Nether Wart nether_wart Beta 1.9 Prerelease 13w37a
75 117 Brewing Stand tile.brewingStand.name brewing_stand Beta 1.9 Prerelease 3 13w37a
76 118 Cauldron Cauldron cauldron Beta 1.9 Prerelease 3 13w37a
77 119 End Portal tile.null.name end_portal Beta 1.9 Prerelease 3 14w25a
7C 124 Lit Redstone Lamp Redstone Lamp lit_redstone_lamp 12w07a 13w37a
7D 125 Double Oak Slab [more information needed] double_wooden_slab 12w17a 14w25a
7F 127 Cocoa Cocoa cocoa 12w19a 14w25a
84 132 Tripwire Tripwire tripwire 12w22a 13w37a
8C 140 Flower Pot tile.flowerPot.name flower_pot 12w34a 13w37a
8D 141 Carrots Carrots carrots 12w34a 13w37a[verify]
8E 142 Potatoes Potatoes potatoes 12w34a 13w37a[verify]
90 144 Skull tile.skull.name skull 12w36a 13w37a
95 149 Unpowered Redstone Comparator tile.comparator.name unpowered_comparator 13w01a 13w37a
96 150 Powered Redstone Comparator tile.comparator.name powered_comparator 13w01a 13w37a

Removals[edit | edit source]

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 /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, 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.

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

Bedrock Edition[edit | edit source]

In Bedrock Edition, some of the items can only be obtained from inventory editing or add-ons.

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