1426 lines
36 KiB
Markdown
1426 lines
36 KiB
Markdown
---
|
||
title: 数字物品ID
|
||
category: 文档
|
||
---
|
||
|
||
# 数字物品ID
|
||
|
||
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
|
||
|
||
::: tip
|
||
本页面是[此微软文档](https://learn.microsoft.com/en-us/minecraft/creator/reference/content/addonsreference/examples/addonitems)的更新版本,内容基于1.20.51版本。
|
||
:::
|
||
|
||
## 概述
|
||
|
||
物品ID(注意不要与类型ID混淆)是一个较旧的系统,目前主要用于通过[JSON UI](/wiki/json-ui/json-ui-documentation#item-id-aux-item-id-aux)渲染物品。所有物品和方块(包括自定义的!)都有自己唯一的ID。
|
||
|
||
## ID格式规则
|
||
- 原版物品和方块的ID范围是`-743`至`721`
|
||
- 所有自定义方块使用**递减的负数ID**,从`-744`开始。这些ID不会与原版ID产生冲突。注意:当前自定义方块不会显示其ID,尚不明确这是否是bug
|
||
- 所有非实验性物品(1.10格式)使用**递增的正数ID**,从`722`开始。这些ID不会与原版ID产生冲突
|
||
- 所有实验性物品(1.16.100格式)使用**递增的正数ID**,从`257`开始。这些ID**会导致高于256的原版ID发生偏移**。例如,如果你添加了一个实验性物品,`'minecraft:apple'`(原ID为`257`)会被移动到`258`
|
||
|
||
## 原版ID列表
|
||
请注意,本列表中所有物品和方块都默认使用`minecraft:`命名空间。
|
||
|
||
| 物品名称 | ID |
|
||
| ----------------- | :--: |
|
||
| dark_oak_planks | -743 |
|
||
| acacia_planks | -742 |
|
||
| jungle_planks | -741 |
|
||
| birch_planks | -740 |
|
||
| spruce_planks | -739 |
|
||
| black_terracotta | -738 |
|
||
| red_terracotta | -737 |
|
||
| green_terracotta | -736 |
|
||
| brown_terracotta | -735 |
|
||
| blue_terracotta | -734 |
|
||
| purple_terracotta | -733 |
|
||
| cyan_terracotta | -732 |
|
||
| light_gray_terracotta | -731 |
|
||
| gray_terracotta | -730 |
|
||
| pink_terracotta | -729 |
|
||
| lime_terracotta | -728 |
|
||
| yellow_terracotta | -727 |
|
||
| light_blue_terracotta | -726 |
|
||
| magenta_terracotta | -725 |
|
||
| orange_terracotta | -724 |
|
||
| black_concrete_powder | -723 |
|
||
| red_concrete_powder | -722 |
|
||
| green_concrete_powder | -721 |
|
||
| brown_concrete_powder | -720 |
|
||
| blue_concrete_powder | -719 |
|
||
| purple_concrete_powder | -718 |
|
||
| cyan_concrete_powder | -717 |
|
||
| light_gray_concrete_powder | -716 |
|
||
| gray_concrete_powder | -715 |
|
||
| pink_concrete_powder | -714 |
|
||
| lime_concrete_powder | -713 |
|
||
| yellow_concrete_powder | -712 |
|
||
| light_blue_concrete_powder | -711 |
|
||
| magenta_concrete_powder | -710 |
|
||
| orange_concrete_powder | -709 |
|
||
| black_stained_glass | -687 |
|
||
| red_stained_glass | -686 |
|
||
| green_stained_glass | -685 |
|
||
| brown_stained_glass | -684 |
|
||
| blue_stained_glass | -683 |
|
||
| purple_stained_glass | -682 |
|
||
| cyan_stained_glass | -681 |
|
||
| light_gray_stained_glass | -680 |
|
||
| gray_stained_glass | -679 |
|
||
| pink_stained_glass | -678 |
|
||
| lime_stained_glass | -677 |
|
||
| yellow_stained_glass | -676 |
|
||
| light_blue_stained_glass | -675 |
|
||
| magenta_stained_glass | -674 |
|
||
| orange_stained_glass | -673 |
|
||
| black_stained_glass_pane | -657 |
|
||
| red_stained_glass_pane | -656 |
|
||
| green_stained_glass_pane | -655 |
|
||
| brown_stained_glass_pane | -654 |
|
||
| blue_stained_glass_pane | -653 |
|
||
| purple_stained_glass_pane | -652 |
|
||
| cyan_stained_glass_pane | -651 |
|
||
| light_gray_stained_glass_pane | -650 |
|
||
| gray_stained_glass_pane | -649 |
|
||
| pink_stained_glass_pane | -648 |
|
||
| lime_stained_glass_pane | -647 |
|
||
| yellow_stained_glass_pane | -646 |
|
||
| light_blue_stained_glass_pane | -645 |
|
||
| magenta_stained_glass_pane | -644 |
|
||
| orange_stained_glass_pane | -643 |
|
||
| black_concrete | -642 |
|
||
| red_concrete | -641 |
|
||
| green_concrete | -640 |
|
||
| brown_concrete | -639 |
|
||
| blue_concrete | -638 |
|
||
| purple_concrete | -637 |
|
||
| cyan_concrete | -636 |
|
||
| light_gray_concrete | -635 |
|
||
| gray_concrete | -634 |
|
||
| pink_concrete | -633 |
|
||
| lime_concrete | -632 |
|
||
| yellow_concrete | -631 |
|
||
| light_blue_concrete | -630 |
|
||
| magenta_concrete | -629 |
|
||
| orange_concrete | -628 |
|
||
| black_shulker_box | -627 |
|
||
| red_shulker_box | -626 |
|
||
| green_shulker_box | -625 |
|
||
| brown_shulker_box | -624 |
|
||
| blue_shulker_box | -623 |
|
||
| purple_shulker_box | -622 |
|
||
| cyan_shulker_box | -621 |
|
||
| light_gray_shulker_box | -620 |
|
||
| gray_shulker_box | -619 |
|
||
| pink_shulker_box | -618 |
|
||
| lime_shulker_box | -617 |
|
||
| yellow_shulker_box | -616 |
|
||
| light_blue_shulker_box | -615 |
|
||
| magenta_shulker_box | -614 |
|
||
| orange_shulker_box | -613 |
|
||
| pitcher_plant | -612 |
|
||
| black_carpet | -611 |
|
||
| red_carpet | -610 |
|
||
| green_carpet | -609 |
|
||
| brown_carpet | -608 |
|
||
| blue_carpet | -607 |
|
||
| purple_carpet | -606 |
|
||
| cyan_carpet | -605 |
|
||
| light_gray_carpet | -604 |
|
||
| gray_carpet | -603 |
|
||
| pink_carpet | -602 |
|
||
| lime_carpet | -601 |
|
||
| yellow_carpet | -600 |
|
||
| light_blue_carpet | -599 |
|
||
| magenta_carpet | -598 |
|
||
| orange_carpet | -597 |
|
||
| sniffer_egg | -596 |
|
||
| dead_horn_coral | -589 |
|
||
| dead_fire_coral | -588 |
|
||
| dead_bubble_coral | -587 |
|
||
| dead_brain_coral | -586 |
|
||
| dead_tube_coral | -585 |
|
||
| horn_coral | -584 |
|
||
| fire_coral | -583 |
|
||
| bubble_coral | -582 |
|
||
| brain_coral | -581 |
|
||
| calibrated_sculk_sensor | -580 |
|
||
| spruce_fence | -579 |
|
||
| jungle_fence | -578 |
|
||
| dark_oak_fence | -577 |
|
||
| birch_fence | -576 |
|
||
| acacia_fence | -575 |
|
||
| pitcher_crop | -574 |
|
||
| suspicious_gravel | -573 |
|
||
| dark_oak_log | -572 |
|
||
| jungle_log | -571 |
|
||
| birch_log | -570 |
|
||
| spruce_log | -569 |
|
||
| torchflower | -568 |
|
||
| torchflower_crop | -567 |
|
||
| pink_wool | -566 |
|
||
| magenta_wool | -565 |
|
||
| purple_wool | -564 |
|
||
| blue_wool | -563 |
|
||
| light_blue_wool | -562 |
|
||
| cyan_wool | -561 |
|
||
| green_wool | -560 |
|
||
| lime_wool | -559 |
|
||
| yellow_wool | -558 |
|
||
| orange_wool | -557 |
|
||
| red_wool | -556 |
|
||
| brown_wool | -555 |
|
||
| black_wool | -554 |
|
||
| gray_wool | -553 |
|
||
| light_gray_wool | -552 |
|
||
| decorated_pot | -551 |
|
||
| pink_petals | -549 |
|
||
| cherry_leaves | -548 |
|
||
| cherry_sapling | -547 |
|
||
| cherry_wood | -546 |
|
||
| stripped_cherry_wood | -545 |
|
||
| cherry_wall_sign | -544 |
|
||
| cherry_trapdoor | -543 |
|
||
| cherry_standing_sign | -542 |
|
||
| cherry_stairs | -541 |
|
||
| cherry_double_slab | -540 |
|
||
| cherry_slab | -539 |
|
||
| cherry_pressure_plate | -538 |
|
||
| cherry_planks | -537 |
|
||
| cherry_log | -536 |
|
||
| stripped_cherry_log | -535 |
|
||
| cherry_hanging_sign | -534 |
|
||
| cherry_fence_gate | -533 |
|
||
| cherry_fence | -532 |
|
||
| cherry_door | -531 |
|
||
| cherry_button | -530 |
|
||
| suspicious_sand | -529 |
|
||
| stripped_bamboo_block | -528 |
|
||
| bamboo_block | -527 |
|
||
| chiseled_bookshelf | -526 |
|
||
| bamboo_mosaic_double_slab | -525 |
|
||
| bamboo_mosaic_slab | -524 |
|
||
| bamboo_mosaic_stairs | -523 |
|
||
| bamboo_hanging_sign | -522 |
|
||
| bamboo_double_slab | -521 |
|
||
| bamboo_trapdoor | -520 |
|
||
| bamboo_wall_sign | -519 |
|
||
| bamboo_standing_sign | -518 |
|
||
| bamboo_door | -517 |
|
||
| bamboo_fence_gate | -516 |
|
||
| bamboo_fence | -515 |
|
||
| bamboo_pressure_plate | -514 |
|
||
| bamboo_slab | -513 |
|
||
| bamboo_stairs | -512 |
|
||
| bamboo_button | -511 |
|
||
| bamboo_planks | -510 |
|
||
| bamboo_mosaic | -509 |
|
||
| mangrove_hanging_sign | -508 |
|
||
| warped_hanging_sign | -507 |
|
||
| crimson_hanging_sign | -506 |
|
||
| dark_oak_hanging_sign | -505 |
|
||
| acacia_hanging_sign | -504 |
|
||
| jungle_hanging_sign | -503 |
|
||
| birch_hanging_sign | -502 |
|
||
| spruce_hanging_sign | -501 |
|
||
| oak_hanging_sign | -500 |
|
||
| mangrove_double_slab | -499 |
|
||
| stripped_mangrove_wood | -498 |
|
||
| mangrove_wood | -497 |
|
||
| mangrove_trapdoor | -496 |
|
||
| mangrove_wall_sign | -495 |
|
||
| mangrove_standing_sign | -494 |
|
||
| mangrove_door | -493 |
|
||
| mangrove_fence_gate | -492 |
|
||
| mangrove_fence | -491 |
|
||
| mangrove_pressure_plate | -490 |
|
||
| mangrove_slab | -489 |
|
||
| mangrove_stairs | -488 |
|
||
| mangrove_button | -487 |
|
||
| mangrove_planks | -486 |
|
||
| stripped_mangrove_log | -485 |
|
||
| mangrove_log | -484 |
|
||
| muddy_mangrove_roots | -483 |
|
||
| mangrove_roots | -482 |
|
||
| mud_brick_wall | -481 |
|
||
| mud_brick_stairs | -480 |
|
||
| mud_brick_double_slab | -479 |
|
||
| mud_brick_slab | -478 |
|
||
| packed_mud | -477 |
|
||
| mud_bricks | -475 |
|
||
| mangrove_propagule | -474 |
|
||
| mud | -473 |
|
||
| mangrove_leaves | -472 |
|
||
| ochre_froglight | -471 |
|
||
| verdant_froglight | -470 |
|
||
| pearlescent_froglight | -469 |
|
||
| frog_spawn | -468 |
|
||
| reinforced_deepslate | -466 |
|
||
| client_request_placeholder_block | -465 |
|
||
| sculk_shrieker | -461 |
|
||
| sculk_catalyst | -460 |
|
||
| sculk_vein | -459 |
|
||
| sculk | -458 |
|
||
| infested_deepslate | -454 |
|
||
| raw_gold_block | -453 |
|
||
| raw_copper_block | -452 |
|
||
| raw_iron_block | -451 |
|
||
| waxed_oxidized_double_cut_copper_slab | -450 |
|
||
| waxed_oxidized_cut_copper_slab | -449 |
|
||
| waxed_oxidized_cut_copper_stairs | -448 |
|
||
| waxed_oxidized_cut_copper | -447 |
|
||
| waxed_oxidized_copper | -446 |
|
||
| black_candle_cake | -445 |
|
||
| red_candle_cake | -444 |
|
||
| green_candle_cake | -443 |
|
||
| brown_candle_cake | -442 |
|
||
| blue_candle_cake | -441 |
|
||
| purple_candle_cake | -440 |
|
||
| cyan_candle_cake | -439 |
|
||
| light_gray_candle_cake | -438 |
|
||
| gray_candle_cake | -437 |
|
||
| pink_candle_cake | -436 |
|
||
| lime_candle_cake | -435 |
|
||
| yellow_candle_cake | -434 |
|
||
| light_blue_candle_cake | -433 |
|
||
| magenta_candle_cake | -432 |
|
||
| orange_candle_cake | -431 |
|
||
| white_candle_cake | -430 |
|
||
| candle_cake | -429 |
|
||
| black_candle | -428 |
|
||
| red_candle | -427 |
|
||
| green_candle | -426 |
|
||
| brown_candle | -425 |
|
||
| blue_candle | -424 |
|
||
| purple_candle | -423 |
|
||
| cyan_candle | -422 |
|
||
| light_gray_candle | -421 |
|
||
| gray_candle | -420 |
|
||
| pink_candle | -419 |
|
||
| lime_candle | -418 |
|
||
| yellow_candle | -417 |
|
||
| light_blue_candle | -416 |
|
||
| magenta_candle | -415 |
|
||
| orange_candle | -414 |
|
||
| white_candle | -413 |
|
||
| candle | -412 |
|
||
| glow_lichen | -411 |
|
||
| cracked_deepslate_bricks | -410 |
|
||
| cracked_deepslate_tiles | -409 |
|
||
| deepslate_copper_ore | -408 |
|
||
| deepslate_emerald_ore | -407 |
|
||
| deepslate_coal_ore | -406 |
|
||
| deepslate_diamond_ore | -405 |
|
||
| lit_deepslate_redstone_ore | -404 |
|
||
| deepslate_redstone_ore | -403 |
|
||
| deepslate_gold_ore | -402 |
|
||
| deepslate_iron_ore | -401 |
|
||
| deepslate_lapis_ore | -400 |
|
||
| deepslate_brick_double_slab | -399 |
|
||
| deepslate_tile_double_slab | -398 |
|
||
| polished_deepslate_double_slab | -397 |
|
||
| cobbled_deepslate_double_slab | -396 |
|
||
| chiseled_deepslate | -395 |
|
||
| deepslate_brick_wall | -394 |
|
||
| deepslate_brick_stairs | -393 |
|
||
| deepslate_brick_slab | -392 |
|
||
| deepslate_bricks | -391 |
|
||
| deepslate_tile_wall | -390 |
|
||
| deepslate_tile_stairs | -389 |
|
||
| deepslate_tile_slab | -388 |
|
||
| deepslate_tiles | -387 |
|
||
| polished_deepslate_wall | -386 |
|
||
| polished_deepslate_stairs | -385 |
|
||
| polished_deepslate_slab | -384 |
|
||
| polished_deepslate | -383 |
|
||
| cobbled_deepslate_wall | -382 |
|
||
| cobbled_deepslate_stairs | -381 |
|
||
| cobbled_deepslate_slab | -380 |
|
||
| cobbled_deepslate | -379 |
|
||
| deepslate | -378 |
|
||
| smooth_basalt | -377 |
|
||
| cave_vines_head_with_berries | -376 |
|
||
| cave_vines_body_with_berries | -375 |
|
||
| waxed_weathered_double_cut_copper_slab | -374 |
|
||
| waxed_exposed_double_cut_copper_slab | -373 |
|
||
| waxed_double_cut_copper_slab | -372 |
|
||
| oxidized_double_cut_copper_slab | -371 |
|
||
| weathered_double_cut_copper_slab | -370 |
|
||
| exposed_double_cut_copper_slab | -369 |
|
||
| double_cut_copper_slab | -368 |
|
||
| waxed_weathered_cut_copper_slab | -367 |
|
||
| waxed_exposed_cut_copper_slab | -366 |
|
||
| waxed_cut_copper_slab | -365 |
|
||
| oxidized_cut_copper_slab | -364 |
|
||
| weathered_cut_copper_slab | -363 |
|
||
| exposed_cut_copper_slab | -362 |
|
||
| cut_copper_slab | -361 |
|
||
| waxed_weathered_cut_copper_stairs | -360 |
|
||
| waxed_exposed_cut_copper_stairs | -359 |
|
||
| waxed_cut_copper_stairs | -358 |
|
||
| oxidized_cut_copper_stairs | -357 |
|
||
| weathered_cut_copper_stairs | -356 |
|
||
| exposed_cut_copper_stairs | -355 |
|
||
| cut_copper_stairs | -354 |
|
||
| waxed_weathered_cut_copper | -353 |
|
||
| waxed_exposed_cut_copper | -352 |
|
||
| waxed_cut_copper | -351 |
|
||
| oxidized_cut_copper | -350 |
|
||
| weathered_cut_copper | -349 |
|
||
| exposed_cut_copper | -348 |
|
||
| cut_copper | -347 |
|
||
| waxed_weathered_copper | -346 |
|
||
| waxed_exposed_copper | -345 |
|
||
| waxed_copper | -344 |
|
||
| oxidized_copper | -343 |
|
||
| weathered_copper | -342 |
|
||
| exposed_copper | -341 |
|
||
| copper_block | -340 |
|
||
| glow_frame | -339 |
|
||
| flowering_azalea | -338 |
|
||
| azalea | -337 |
|
||
| small_dripleaf_block | -336 |
|
||
| moss_carpet | -335 |
|
||
| tinted_glass | -334 |
|
||
| tuff | -333 |
|
||
| small_amethyst_bud | -332 |
|
||
| medium_amethyst_bud | -331 |
|
||
| large_amethyst_bud | -330 |
|
||
| amethyst_cluster | -329 |
|
||
| budding_amethyst | -328 |
|
||
| amethyst_block | -327 |
|
||
| calcite | -326 |
|
||
| azalea_leaves_flowered | -325 |
|
||
| azalea_leaves | -324 |
|
||
| big_dripleaf | -323 |
|
||
| cave_vines | -322 |
|
||
| spore_blossom | -321 |
|
||
| moss_block | -320 |
|
||
| hanging_roots | -319 |
|
||
| dirt_with_roots | -318 |
|
||
| dripstone_block | -317 |
|
||
| lightning_rod | -312 |
|
||
| copper_ore | -311 |
|
||
| pointed_dripstone | -308 |
|
||
| sculk_sensor | -307 |
|
||
| powder_snow | -306 |
|
||
| unknown | -305 |
|
||
| quartz_bricks | -304 |
|
||
| cracked_nether_bricks | -303 |
|
||
| chiseled_nether_bricks | -302 |
|
||
| stripped_warped_hyphae | -301 |
|
||
| stripped_crimson_hyphae | -300 |
|
||
| crimson_hyphae | -299 |
|
||
| warped_hyphae | -298 |
|
||
| polished_blackstone_wall | -297 |
|
||
| polished_blackstone_button | -296 |
|
||
| polished_blackstone_pressure_plate | -295 |
|
||
| polished_blackstone_double_slab | -294 |
|
||
| polished_blackstone_slab | -293 |
|
||
| polished_blackstone_stairs | -292 |
|
||
| polished_blackstone | -291 |
|
||
| soul_campfire | -290 |
|
||
| crying_obsidian | -289 |
|
||
| nether_gold_ore | -288 |
|
||
| twisting_vines | -287 |
|
||
| chain | -286 |
|
||
| polished_blackstone_brick_double_slab | -285 |
|
||
| polished_blackstone_brick_slab | -284 |
|
||
| blackstone_double_slab | -283 |
|
||
| blackstone_slab | -282 |
|
||
| gilded_blackstone | -281 |
|
||
| cracked_polished_blackstone_bricks | -280 |
|
||
| chiseled_polished_blackstone | -279 |
|
||
| polished_blackstone_brick_wall | -278 |
|
||
| blackstone_wall | -277 |
|
||
| blackstone_stairs | -276 |
|
||
| polished_blackstone_brick_stairs | -275 |
|
||
| polished_blackstone_bricks | -274 |
|
||
| blackstone | -273 |
|
||
| respawn_anchor | -272 |
|
||
| ancient_debris | -271 |
|
||
| netherite_block | -270 |
|
||
| soul_lantern | -269 |
|
||
| soul_torch | -268 |
|
||
| warped_double_slab | -267 |
|
||
| crimson_double_slab | -266 |
|
||
| warped_slab | -265 |
|
||
| crimson_slab | -264 |
|
||
| warped_pressure_plate | -263 |
|
||
| crimson_pressure_plate | -262 |
|
||
| warped_button | -261 |
|
||
| crimson_button | -260 |
|
||
| warped_fence_gate | -259 |
|
||
| crimson_fence_gate | -258 |
|
||
| warped_fence | -257 |
|
||
| crimson_fence | -256 |
|
||
| warped_stairs | -255 |
|
||
| crimson_stairs | -254 |
|
||
| warped_wall_sign | -253 |
|
||
| crimson_wall_sign | -252 |
|
||
| warped_standing_sign | -251 |
|
||
| crimson_standing_sign | -250 |
|
||
| warped_trapdoor | -247 |
|
||
| crimson_trapdoor | -246 |
|
||
| warped_door | -245 |
|
||
| crimson_door | -244 |
|
||
| warped_planks | -243 |
|
||
| crimson_planks | -242 |
|
||
| stripped_warped_stem | -241 |
|
||
| stripped_crimson_stem | -240 |
|
||
| target | -239 |
|
||
| nether_sprouts | -238 |
|
||
| soul_fire | -237 |
|
||
| soul_soil | -236 |
|
||
| polished_basalt | -235 |
|
||
| basalt | -234 |
|
||
| warped_nylium | -233 |
|
||
| crimson_nylium | -232 |
|
||
| weeping_vines | -231 |
|
||
| shroomlight | -230 |
|
||
| warped_fungus | -229 |
|
||
| crimson_fungus | -228 |
|
||
| warped_wart_block | -227 |
|
||
| warped_stem | -226 |
|
||
| crimson_stem | -225 |
|
||
| warped_roots | -224 |
|
||
| crimson_roots | -223 |
|
||
| lodestone | -222 |
|
||
| honeycomb_block | -221 |
|
||
| honey_block | -220 |
|
||
| beehive | -219 |
|
||
| bee_nest | -218 |
|
||
| sticky_piston_arm_collision | -217 |
|
||
| wither_rose | -216 |
|
||
| light_block | -215 |
|
||
| lit_blast_furnace | -214 |
|
||
| composter | -213 |
|
||
| wood | -212 |
|
||
| jigsaw | -211 |
|
||
| campfire | -209 |
|
||
| lantern | -208 |
|
||
| sweet_berry_bush | -207 |
|
||
| bell | -206 |
|
||
| loom | -204 |
|
||
| barrel | -203 |
|
||
| smithing_table | -202 |
|
||
| fletching_table | -201 |
|
||
| cartography_table | -200 |
|
||
| lit_smoker | -199 |
|
||
| smoker | -198 |
|
||
| stonecutter_block | -197 |
|
||
| blast_furnace | -196 |
|
||
| grindstone | -195 |
|
||
| lectern | -194 |
|
||
| darkoak_wall_sign | -193 |
|
||
| darkoak_standing_sign | -192 |
|
||
| acacia_wall_sign | -191 |
|
||
| acacia_standing_sign | -190 |
|
||
| jungle_wall_sign | -189 |
|
||
| jungle_standing_sign | -188 |
|
||
| birch_wall_sign | -187 |
|
||
| birch_standing_sign | -186 |
|
||
| smooth_quartz_stairs | -185 |
|
||
| red_nether_brick_stairs | -184 |
|
||
| smooth_stone | -183 |
|
||
| spruce_wall_sign | -182 |
|
||
| spruce_standing_sign | -181 |
|
||
| normal_stone_stairs | -180 |
|
||
| mossy_cobblestone_stairs | -179 |
|
||
| end_brick_stairs | -178 |
|
||
| smooth_sandstone_stairs | -177 |
|
||
| smooth_red_sandstone_stairs | -176 |
|
||
| mossy_stone_brick_stairs | -175 |
|
||
| polished_andesite_stairs | -174 |
|
||
| polished_diorite_stairs | -173 |
|
||
| polished_granite_stairs | -172 |
|
||
| andesite_stairs | -171 |
|
||
| diorite_stairs | -170 |
|
||
| granite_stairs | -169 |
|
||
| double_stone_block_slab4 | -168 |
|
||
| double_stone_block_slab3 | -167 |
|
||
| stone_block_slab4 | -166 |
|
||
| scaffolding | -165 |
|
||
| bamboo_sapling | -164 |
|
||
| bamboo | -163 |
|
||
| stone_block_slab3 | -162 |
|
||
| barrier | -161 |
|
||
| bubble_column | -160 |
|
||
| turtle_egg | -159 |
|
||
| air | -158 |
|
||
| conduit | -157 |
|
||
| sea_pickle | -156 |
|
||
| carved_pumpkin | -155 |
|
||
| spruce_pressure_plate | -154 |
|
||
| jungle_pressure_plate | -153 |
|
||
| dark_oak_pressure_plate | -152 |
|
||
| birch_pressure_plate | -151 |
|
||
| acacia_pressure_plate | -150 |
|
||
| spruce_trapdoor | -149 |
|
||
| jungle_trapdoor | -148 |
|
||
| dark_oak_trapdoor | -147 |
|
||
| birch_trapdoor | -146 |
|
||
| acacia_trapdoor | -145 |
|
||
| spruce_button | -144 |
|
||
| jungle_button | -143 |
|
||
| dark_oak_button | -142 |
|
||
| birch_button | -141 |
|
||
| acacia_button | -140 |
|
||
| dried_kelp_block | -139 |
|
||
| kelp | -138 |
|
||
| coral_fan_hang3 | -137 |
|
||
| coral_fan_hang2 | -136 |
|
||
| coral_fan_hang | -135 |
|
||
| coral_fan_dead | -134 |
|
||
| coral_fan | -133 |
|
||
| coral_block | -132 |
|
||
| tube_coral | -131 |
|
||
| seagrass | -130 |
|
||
| element_118 | -129 |
|
||
| element_117 | -128 |
|
||
| element_116 | -127 |
|
||
| element_115 | -126 |
|
||
| element_114 | -125 |
|
||
| element_113 | -124 |
|
||
| element_112 | -123 |
|
||
| element_111 | -122 |
|
||
| element_110 | -121 |
|
||
| element_109 | -120 |
|
||
| element_108 | -119 |
|
||
| element_107 | -118 |
|
||
| element_106 | -117 |
|
||
| element_105 | -116 |
|
||
| element_104 | -115 |
|
||
| element_103 | -114 |
|
||
| element_102 | -113 |
|
||
| element_101 | -112 |
|
||
| element_100 | -111 |
|
||
| element_99 | -110 |
|
||
| element_98 | -109 |
|
||
| element_97 | -108 |
|
||
| element_96 | -107 |
|
||
| element_95 | -106 |
|
||
| element_94 | -105 |
|
||
| element_93 | -104 |
|
||
| element_92 | -103 |
|
||
| element_91 | -102 |
|
||
| element_90 | -101 |
|
||
| element_89 | -100 |
|
||
| element_88 | -99 |
|
||
| element_87 | -98 |
|
||
| element_86 | -97 |
|
||
| element_85 | -96 |
|
||
| element_84 | -95 |
|
||
| element_83 | -94 |
|
||
| element_82 | -93 |
|
||
| element_81 | -92 |
|
||
| element_80 | -91 |
|
||
| element_79 | -90 |
|
||
| element_78 | -89 |
|
||
| element_77 | -88 |
|
||
| element_76 | -87 |
|
||
| element_75 | -86 |
|
||
| element_74 | -85 |
|
||
| element_73 | -84 |
|
||
| element_72 | -83 |
|
||
| element_71 | -82 |
|
||
| element_70 | -81 |
|
||
| element_69 | -80 |
|
||
| element_68 | -79 |
|
||
| element_67 | -78 |
|
||
| element_66 | -77 |
|
||
| element_65 | -76 |
|
||
| element_64 | -75 |
|
||
| element_63 | -74 |
|
||
| element_62 | -73 |
|
||
| element_61 | -72 |
|
||
| element_60 | -71 |
|
||
| element_59 | -70 |
|
||
| element_58 | -69 |
|
||
| element_57 | -68 |
|
||
| element_56 | -67 |
|
||
| element_55 | -66 |
|
||
| element_54 | -65 |
|
||
| element_53 | -64 |
|
||
| element_52 | -63 |
|
||
| element_51 | -62 |
|
||
| element_50 | -61 |
|
||
| element_49 | -60 |
|
||
| element_48 | -59 |
|
||
| element_47 | -58 |
|
||
| element_46 | -57 |
|
||
| element_45 | -56 |
|
||
| element_44 | -55 |
|
||
| element_43 | -54 |
|
||
| element_42 | -53 |
|
||
| element_41 | -52 |
|
||
| element_40 | -51 |
|
||
| element_39 | -50 |
|
||
| element_38 | -49 |
|
||
| element_37 | -48 |
|
||
| element_36 | -47 |
|
||
| element_35 | -46 |
|
||
| element_34 | -45 |
|
||
| element_33 | -44 |
|
||
| element_32 | -43 |
|
||
| element_31 | -42 |
|
||
| element_30 | -41 |
|
||
| element_29 | -40 |
|
||
| element_28 | -39 |
|
||
| element_27 | -38 |
|
||
| element_26 | -37 |
|
||
| element_25 | -36 |
|
||
| element_24 | -35 |
|
||
| element_23 | -34 |
|
||
| element_22 | -33 |
|
||
| element_21 | -32 |
|
||
| element_20 | -31 |
|
||
| element_19 | -30 |
|
||
| element_18 | -29 |
|
||
| element_17 | -28 |
|
||
| element_16 | -27 |
|
||
| element_15 | -26 |
|
||
| element_14 | -25 |
|
||
| element_13 | -24 |
|
||
| element_12 | -23 |
|
||
| element_11 | -22 |
|
||
| element_10 | -21 |
|
||
| element_9 | -20 |
|
||
| element_8 | -19 |
|
||
| element_7 | -18 |
|
||
| element_6 | -17 |
|
||
| element_5 | -16 |
|
||
| element_4 | -15 |
|
||
| element_3 | -14 |
|
||
| element_2 | -13 |
|
||
| element_1 | -12 |
|
||
| blue_ice | -11 |
|
||
| stripped_oak_log | -10 |
|
||
| stripped_dark_oak_log | -9 |
|
||
| stripped_acacia_log | -8 |
|
||
| stripped_jungle_log | -7 |
|
||
| stripped_birch_log | -6 |
|
||
| stripped_spruce_log | -5 |
|
||
| prismarine_bricks_stairs | -4 |
|
||
| dark_prismarine_stairs | -3 |
|
||
| prismarine_stairs | -2 |
|
||
| stone | 1 |
|
||
| grass | 2 |
|
||
| dirt | 3 |
|
||
| cobblestone | 4 |
|
||
| oak_planks | 5 |
|
||
| sapling | 6 |
|
||
| bedrock | 7 |
|
||
| flowing_water | 8 |
|
||
| water | 9 |
|
||
| flowing_lava | 10 |
|
||
| lava | 11 |
|
||
| sand | 12 |
|
||
| gravel | 13 |
|
||
| gold_ore | 14 |
|
||
| iron_ore | 15 |
|
||
| coal_ore | 16 |
|
||
| oak_log | 17 |
|
||
| leaves | 18 |
|
||
| sponge | 19 |
|
||
| glass | 20 |
|
||
| lapis_ore | 21 |
|
||
| lapis_block | 22 |
|
||
| dispenser | 23 |
|
||
| sandstone | 24 |
|
||
| noteblock | 25 |
|
||
| bed | 26 |
|
||
| golden_rail | 27 |
|
||
| detector_rail | 28 |
|
||
| sticky_piston | 29 |
|
||
| web | 30 |
|
||
| tallgrass | 31 |
|
||
| deadbush | 32 |
|
||
| piston | 33 |
|
||
| piston_arm_collision | 34 |
|
||
| white_wool | 35 |
|
||
| element_0 | 36 |
|
||
| yellow_flower | 37 |
|
||
| red_flower | 38 |
|
||
| brown_mushroom | 39 |
|
||
| red_mushroom | 40 |
|
||
| gold_block | 41 |
|
||
| iron_block | 42 |
|
||
| double_stone_block_slab | 43 |
|
||
| stone_block_slab | 44 |
|
||
| brick_block | 45 |
|
||
| tnt | 46 |
|
||
| bookshelf | 47 |
|
||
| mossy_cobblestone | 48 |
|
||
| obsidian | 49 |
|
||
| torch | 50 |
|
||
| fire | 51 |
|
||
| mob_spawner | 52 |
|
||
| oak_stairs | 53 |
|
||
| chest | 54 |
|
||
| redstone_wire | 55 |
|
||
| diamond_ore | 56 |
|
||
| diamond_block | 57 |
|
||
| crafting_table | 58 |
|
||
| wheat | 59 |
|
||
| farmland | 60 |
|
||
| furnace | 61 |
|
||
| lit_furnace | 62 |
|
||
| standing_sign | 63 |
|
||
| wooden_door | 64 |
|
||
| ladder | 65 |
|
||
| rail | 66 |
|
||
| stone_stairs | 67 |
|
||
| wall_sign | 68 |
|
||
| lever | 69 |
|
||
| stone_pressure_plate | 70 |
|
||
| iron_door | 71 |
|
||
| wooden_pressure_plate | 72 |
|
||
| redstone_ore | 73 |
|
||
| lit_redstone_ore | 74 |
|
||
| unlit_redstone_torch | 75 |
|
||
| redstone_torch | 76 |
|
||
| stone_button | 77 |
|
||
| snow_layer | 78 |
|
||
| ice | 79 |
|
||
| snow | 80 |
|
||
| cactus | 81 |
|
||
| clay | 82 |
|
||
| reeds | 83 |
|
||
| jukebox | 84 |
|
||
| oak_fence | 85 |
|
||
| pumpkin | 86 |
|
||
| netherrack | 87 |
|
||
| soul_sand | 88 |
|
||
| glowstone | 89 |
|
||
| portal | 90 |
|
||
| lit_pumpkin | 91 |
|
||
| cake | 92 |
|
||
| unpowered_repeater | 93 |
|
||
| powered_repeater | 94 |
|
||
| invisible_bedrock | 95 |
|
||
| trapdoor | 96 |
|
||
| monster_egg | 97 |
|
||
| stonebrick | 98 |
|
||
| brown_mushroom_block | 99 |
|
||
| red_mushroom_block | 100 |
|
||
| iron_bars | 101 |
|
||
| glass_pane | 102 |
|
||
| melon_block | 103 |
|
||
| pumpkin_stem | 104 |
|
||
| melon_stem | 105 |
|
||
| vine | 106 |
|
||
| fence_gate | 107 |
|
||
| brick_stairs | 108 |
|
||
| stone_brick_stairs | 109 |
|
||
| mycelium | 110 |
|
||
| waterlily | 111 |
|
||
| nether_brick | 112 |
|
||
| nether_brick_fence | 113 |
|
||
| nether_brick_stairs | 114 |
|
||
| nether_wart | 115 |
|
||
| enchanting_table | 116 |
|
||
| brewing_stand | 117 |
|
||
| cauldron | 118 |
|
||
| end_portal | 119 |
|
||
| end_portal_frame | 120 |
|
||
| end_stone | 121 |
|
||
| dragon_egg | 122 |
|
||
| redstone_lamp | 123 |
|
||
| lit_redstone_lamp | 124 |
|
||
| dropper | 125 |
|
||
| activator_rail | 126 |
|
||
| cocoa | 127 |
|
||
| sandstone_stairs | 128 |
|
||
| emerald_ore | 129 |
|
||
| ender_chest | 130 |
|
||
| tripwire_hook | 131 |
|
||
| trip_wire | 132 |
|
||
| emerald_block | 133 |
|
||
| spruce_stairs | 134 |
|
||
| birch_stairs | 135 |
|
||
| jungle_stairs | 136 |
|
||
| command_block | 137 |
|
||
| beacon | 138 |
|
||
| cobblestone_wall | 139 |
|
||
| flower_pot | 140 |
|
||
| carrots | 141 |
|
||
| potatoes | 142 |
|
||
| wooden_button | 143 |
|
||
| skull | 144 |
|
||
| anvil | 145 |
|
||
| trapped_chest | 146 |
|
||
| light_weighted_pressure_plate | 147 |
|
||
| heavy_weighted_pressure_plate | 148 |
|
||
| unpowered_comparator | 149 |
|
||
| powered_comparator | 150 |
|
||
| daylight_detector | 151 |
|
||
| redstone_block | 152 |
|
||
| quartz_ore | 153 |
|
||
| hopper | 154 |
|
||
| quartz_block | 155 |
|
||
| quartz_stairs | 156 |
|
||
| double_wooden_slab | 157 |
|
||
| wooden_slab | 158 |
|
||
| stained_hardened_clay | 159 |
|
||
| stained_glass_pane | 160 |
|
||
| leaves2 | 161 |
|
||
| acacia_log | 162 |
|
||
| acacia_stairs | 163 |
|
||
| dark_oak_stairs | 164 |
|
||
| slime | 165 |
|
||
| iron_trapdoor | 167 |
|
||
| prismarine | 168 |
|
||
| sea_lantern | 169 |
|
||
| hay_block | 170 |
|
||
| white_carpet | 171 |
|
||
| hardened_clay | 172 |
|
||
| coal_block | 173 |
|
||
| packed_ice | 174 |
|
||
| double_plant | 175 |
|
||
| standing_banner | 176 |
|
||
| wall_banner | 177 |
|
||
| daylight_detector_inverted | 178 |
|
||
| red_sandstone | 179 |
|
||
| red_sandstone_stairs | 180 |
|
||
| double_stone_block_slab2 | 181 |
|
||
| stone_block_slab2 | 182 |
|
||
| spruce_fence_gate | 183 |
|
||
| birch_fence_gate | 184 |
|
||
| jungle_fence_gate | 185 |
|
||
| dark_oak_fence_gate | 186 |
|
||
| acacia_fence_gate | 187 |
|
||
| repeating_command_block | 188 |
|
||
| chain_command_block | 189 |
|
||
| hard_glass_pane | 190 |
|
||
| hard_stained_glass_pane | 191 |
|
||
| chemical_heat | 192 |
|
||
| spruce_door | 193 |
|
||
| birch_door | 194 |
|
||
| jungle_door | 195 |
|
||
| acacia_door | 196 |
|
||
| dark_oak_door | 197 |
|
||
| grass_path | 198 |
|
||
| frame | 199 |
|
||
| chorus_flower | 200 |
|
||
| purpur_block | 201 |
|
||
| colored_torch_rg | 202 |
|
||
| purpur_stairs | 203 |
|
||
| colored_torch_bp | 204 |
|
||
| undyed_shulker_box | 205 |
|
||
| end_bricks | 206 |
|
||
| frosted_ice | 207 |
|
||
| end_rod | 208 |
|
||
| end_gateway | 209 |
|
||
| allow | 210 |
|
||
| deny | 211 |
|
||
| border_block | 212 |
|
||
| magma | 213 |
|
||
| nether_wart_block | 214 |
|
||
| red_nether_brick | 215 |
|
||
| bone_block | 216 |
|
||
| structure_void | 217 |
|
||
| shulker_box | 218 |
|
||
| purple_glazed_terracotta | 219 |
|
||
| white_glazed_terracotta | 220 |
|
||
| orange_glazed_terracotta | 221 |
|
||
| magenta_glazed_terracotta | 222 |
|
||
| light_blue_glazed_terracotta | 223 |
|
||
| yellow_glazed_terracotta | 224 |
|
||
| lime_glazed_terracotta | 225 |
|
||
| pink_glazed_terracotta | 226 |
|
||
| gray_glazed_terracotta | 227 |
|
||
| silver_glazed_terracotta | 228 |
|
||
| cyan_glazed_terracotta | 229 |
|
||
| blue_glazed_terracotta | 231 |
|
||
| brown_glazed_terracotta | 232 |
|
||
| green_glazed_terracotta | 233 |
|
||
| red_glazed_terracotta | 234 |
|
||
| black_glazed_terracotta | 235 |
|
||
| concrete | 236 |
|
||
| concrete_powder | 237 |
|
||
| chemistry_table | 238 |
|
||
| underwater_torch | 239 |
|
||
| chorus_plant | 240 |
|
||
| stained_glass | 241 |
|
||
| camera | 242 |
|
||
| podzol | 243 |
|
||
| beetroot | 244 |
|
||
| stonecutter | 245 |
|
||
| glowingobsidian | 246 |
|
||
| netherreactor | 247 |
|
||
| info_update | 248 |
|
||
| info_update2 | 249 |
|
||
| moving_block | 250 |
|
||
| observer | 251 |
|
||
| structure_block | 252 |
|
||
| hard_glass | 253 |
|
||
| hard_stained_glass | 254 |
|
||
| reserved6 | 255 |
|
||
| apple | 257 |
|
||
| golden_apple | 259 |
|
||
| enchanted_golden_apple | 260 |
|
||
| mushroom_stew | 261 |
|
||
| bread | 262 |
|
||
| porkchop | 263 |
|
||
| cooked_porkchop | 264 |
|
||
| cod | 265 |
|
||
| salmon | 266 |
|
||
| tropical_fish | 267 |
|
||
| pufferfish | 268 |
|
||
| cooked_cod | 269 |
|
||
| cooked_salmon | 270 |
|
||
| dried_kelp | 271 |
|
||
| cookie | 272 |
|
||
| melon_slice | 273 |
|
||
| beef | 274 |
|
||
| cooked_beef | 275 |
|
||
| chicken | 276 |
|
||
| cooked_chicken | 277 |
|
||
| rotten_flesh | 278 |
|
||
| spider_eye | 279 |
|
||
| carrot | 280 |
|
||
| potato | 281 |
|
||
| baked_potato | 282 |
|
||
| poisonous_potato | 283 |
|
||
| golden_carrot | 284 |
|
||
| pumpkin_pie | 285 |
|
||
| beetroot | 286 |
|
||
| beetroot_soup | 287 |
|
||
| sweet_berries | 288 |
|
||
| rabbit | 289 |
|
||
| cooked_rabbit | 290 |
|
||
| rabbit_stew | 291 |
|
||
| wheat_seeds | 292 |
|
||
| pumpkin_seeds | 293 |
|
||
| melon_seeds | 294 |
|
||
| nether_wart | 295 |
|
||
| beetroot_seeds | 296 |
|
||
| torchflower_seeds | 297 |
|
||
| pitcher_pod | 298 |
|
||
| iron_shovel | 299 |
|
||
| iron_pickaxe | 300 |
|
||
| iron_axe | 301 |
|
||
| flint_and_steel | 302 |
|
||
| bow | 303 |
|
||
| arrow | 304 |
|
||
| coal | 305 |
|
||
| charcoal | 306 |
|
||
| diamond | 307 |
|
||
| iron_ingot | 308 |
|
||
| gold_ingot | 309 |
|
||
| iron_sword | 310 |
|
||
| wooden_sword | 311 |
|
||
| wooden_shovel | 312 |
|
||
| wooden_pickaxe | 313 |
|
||
| wooden_axe | 314 |
|
||
| stone_sword | 315 |
|
||
| stone_shovel | 316 |
|
||
| stone_pickaxe | 317 |
|
||
| stone_axe | 318 |
|
||
| diamond_sword | 319 |
|
||
| diamond_shovel | 320 |
|
||
| diamond_pickaxe | 321 |
|
||
| diamond_axe | 322 |
|
||
| stick | 323 |
|
||
| bowl | 324 |
|
||
| golden_sword | 325 |
|
||
| golden_shovel | 326 |
|
||
| golden_pickaxe | 327 |
|
||
| golden_axe | 328 |
|
||
| string | 329 |
|
||
| feather | 330 |
|
||
| gunpowder | 331 |
|
||
| wooden_hoe | 332 |
|
||
| stone_hoe | 333 |
|
||
| iron_hoe | 334 |
|
||
| diamond_hoe | 335 |
|
||
| golden_hoe | 336 |
|
||
| wheat | 337 |
|
||
| leather_helmet | 338 |
|
||
| leather_chestplate | 339 |
|
||
| leather_leggings | 340 |
|
||
| leather_boots | 341 |
|
||
| chainmail_helmet | 342 |
|
||
| chainmail_chestplate | 343 |
|
||
| chainmail_leggings | 344 |
|
||
| chainmail_boots | 345 |
|
||
| iron_helmet | 346 |
|
||
| iron_chestplate | 347 |
|
||
| iron_leggings | 348 |
|
||
| iron_boots | 349 |
|
||
| diamond_helmet | 350 |
|
||
| diamond_chestplate | 351 |
|
||
| diamond_leggings | 352 |
|
||
| diamond_boots | 353 |
|
||
| golden_helmet | 354 |
|
||
| golden_chestplate | 355 |
|
||
| golden_leggings | 356 |
|
||
| golden_boots | 357 |
|
||
| shield | 358 |
|
||
| flint | 359 |
|
||
| painting | 360 |
|
||
| oak_sign | 361 |
|
||
| wooden_door | 362 |
|
||
| bucket | 363 |
|
||
| milk_bucket | 364 |
|
||
| water_bucket | 365 |
|
||
| lava_bucket | 366 |
|
||
| cod_bucket | 367 |
|
||
| salmon_bucket | 368 |
|
||
| tropical_fish_bucket | 369 |
|
||
| pufferfish_bucket | 370 |
|
||
| powder_snow_bucket | 371 |
|
||
| axolotl_bucket | 372 |
|
||
| minecart | 373 |
|
||
| saddle | 374 |
|
||
| iron_door | 375 |
|
||
| redstone | 376 |
|
||
| snowball | 377 |
|
||
| oak_boat | 378 |
|
||
| birch_boat | 379 |
|
||
| jungle_boat | 380 |
|
||
| spruce_boat | 381 |
|
||
| acacia_boat | 382 |
|
||
| dark_oak_boat | 383 |
|
||
| leather | 384 |
|
||
| kelp | 385 |
|
||
| brick | 386 |
|
||
| clay_ball | 387 |
|
||
| sugar_cane | 388 |
|
||
| paper | 389 |
|
||
| book | 390 |
|
||
| slime_ball | 391 |
|
||
| chest_minecart | 392 |
|
||
| egg | 393 |
|
||
| compass | 394 |
|
||
| fishing_rod | 395 |
|
||
| clock | 396 |
|
||
| glowstone_dust | 397 |
|
||
| black_dye | 398 |
|
||
| red_dye | 399 |
|
||
| green_dye | 400 |
|
||
| brown_dye | 401 |
|
||
| blue_dye | 402 |
|
||
| purple_dye | 403 |
|
||
| cyan_dye | 404 |
|
||
| light_gray_dye | 405 |
|
||
| gray_dye | 406 |
|
||
| pink_dye | 407 |
|
||
| lime_dye | 408 |
|
||
| yellow_dye | 409 |
|
||
| light_blue_dye | 410 |
|
||
| magenta_dye | 411 |
|
||
| orange_dye | 412 |
|
||
| white_dye | 413 |
|
||
| bone_meal | 414 |
|
||
| cocoa_beans | 415 |
|
||
| ink_sac | 416 |
|
||
| lapis_lazuli | 417 |
|
||
| bone | 418 |
|
||
| sugar | 419 |
|
||
| cake | 420 |
|
||
| bed | 421 |
|
||
| repeater | 422 |
|
||
| filled_map | 423 |
|
||
| shears | 424 |
|
||
| ender_pearl | 425 |
|
||
| blaze_rod | 426 |
|
||
| ghast_tear | 427 |
|
||
| gold_nugget | 428 |
|
||
| potion | 429 |
|
||
| glass_bottle | 430 |
|
||
| fermented_spider_eye | 431 |
|
||
| blaze_powder | 432 |
|
||
| magma_cream | 433 |
|
||
| brewing_stand | 434 |
|
||
| cauldron | 435 |
|
||
| ender_eye | 436 |
|
||
| glistering_melon_slice | 437 |
|
||
| chicken_spawn_egg | 438 |
|
||
| cow_spawn_egg | 439 |
|
||
| pig_spawn_egg | 440 |
|
||
| sheep_spawn_egg | 441 |
|
||
| wolf_spawn_egg | 442 |
|
||
| mooshroom_spawn_egg | 443 |
|
||
| creeper_spawn_egg | 444 |
|
||
| enderman_spawn_egg | 445 |
|
||
| silverfish_spawn_egg | 446 |
|
||
| skeleton_spawn_egg | 447 |
|
||
| slime_spawn_egg | 448 |
|
||
| spider_spawn_egg | 449 |
|
||
| zombie_spawn_egg | 450 |
|
||
| zombie_pigman_spawn_egg | 451 |
|
||
| villager_spawn_egg | 452 |
|
||
| squid_spawn_egg | 453 |
|
||
| ocelot_spawn_egg | 454 |
|
||
| witch_spawn_egg | 455 |
|
||
| bat_spawn_egg | 456 |
|
||
| ghast_spawn_egg | 457 |
|
||
| magma_cube_spawn_egg | 458 |
|
||
| blaze_spawn_egg | 459 |
|
||
| cave_spider_spawn_egg | 460 |
|
||
| horse_spawn_egg | 461 |
|
||
| rabbit_spawn_egg | 462 |
|
||
| endermite_spawn_egg | 463 |
|
||
| guardian_spawn_egg | 464 |
|
||
| stray_spawn_egg | 465 |
|
||
| husk_spawn_egg | 466 |
|
||
| wither_skeleton_spawn_egg | 467 |
|
||
| donkey_spawn_egg | 468 |
|
||
| mule_spawn_egg | 469 |
|
||
| skeleton_horse_spawn_egg | 470 |
|
||
| zombie_horse_spawn_egg | 471 |
|
||
| shulker_spawn_egg | 472 |
|
||
| npc_spawn_egg | 473 |
|
||
| elder_guardian_spawn_egg | 474 |
|
||
| polar_bear_spawn_egg | 475 |
|
||
| llama_spawn_egg | 476 |
|
||
| vindicator_spawn_egg | 477 |
|
||
| evoker_spawn_egg | 478 |
|
||
| vex_spawn_egg | 479 |
|
||
| zombie_villager_spawn_egg | 480 |
|
||
| parrot_spawn_egg | 481 |
|
||
| tropical_fish_spawn_egg | 482 |
|
||
| cod_spawn_egg | 483 |
|
||
| pufferfish_spawn_egg | 484 |
|
||
| salmon_spawn_egg | 485 |
|
||
| drowned_spawn_egg | 486 |
|
||
| dolphin_spawn_egg | 487 |
|
||
| turtle_spawn_egg | 488 |
|
||
| phantom_spawn_egg | 489 |
|
||
| agent_spawn_egg | 490 |
|
||
| cat_spawn_egg | 491 |
|
||
| panda_spawn_egg | 492 |
|
||
| fox_spawn_egg | 493 |
|
||
| pillager_spawn_egg | 494 |
|
||
| wandering_trader_spawn_egg | 495 |
|
||
| ravager_spawn_egg | 496 |
|
||
| bee_spawn_egg | 497 |
|
||
| strider_spawn_egg | 498 |
|
||
| hoglin_spawn_egg | 499 |
|
||
| piglin_spawn_egg | 500 |
|
||
| zoglin_spawn_egg | 501 |
|
||
| piglin_brute_spawn_egg | 502 |
|
||
| sniffer_spawn_egg | 503 |
|
||
| axolotl_spawn_egg | 504 |
|
||
| goat_spawn_egg | 505 |
|
||
| glow_squid_spawn_egg | 506 |
|
||
| iron_golem_spawn_egg | 507 |
|
||
| snow_golem_spawn_egg | 508 |
|
||
| ender_dragon_spawn_egg | 509 |
|
||
| wither_spawn_egg | 510 |
|
||
| glow_ink_sac | 511 |
|
||
| copper_ingot | 512 |
|
||
| raw_iron | 513 |
|
||
| raw_gold | 514 |
|
||
| raw_copper | 515 |
|
||
| experience_bottle | 516 |
|
||
| fire_charge | 517 |
|
||
| writable_book | 518 |
|
||
| written_book | 519 |
|
||
| emerald | 520 |
|
||
| frame | 521 |
|
||
| flower_pot | 522 |
|
||
| empty_map | 523 |
|
||
| skull | 524 |
|
||
| carrot_on_a_stick | 525 |
|
||
| nether_star | 526 |
|
||
| firework_rocket | 527 |
|
||
| firework_star | 528 |
|
||
| enchanted_book | 529 |
|
||
| comparator | 530 |
|
||
| netherbrick | 531 |
|
||
| quartz | 532 |
|
||
| tnt_minecart | 533 |
|
||
| hopper_minecart | 534 |
|
||
| hopper | 535 |
|
||
| rabbit_foot | 536 |
|
||
| rabbit_hide | 537 |
|
||
| leather_horse_armor | 538 |
|
||
| iron_horse_armor | 539 |
|
||
| golden_horse_armor | 540 |
|
||
| diamond_horse_armor | 541 |
|
||
| music_disc_13 | 542 |
|
||
| music_disc_cat | 543 |
|
||
| music_disc_blocks | 544 |
|
||
| music_disc_chirp | 545 |
|
||
| music_disc_far | 546 |
|
||
| music_disc_mall | 547 |
|
||
| music_disc_mellohi | 548 |
|
||
| music_disc_stal | 549 |
|
||
| music_disc_strad | 550 |
|
||
| music_disc_ward | 551 |
|
||
| music_disc_11 | 552 |
|
||
| music_disc_wait | 553 |
|
||
| trident | 554 |
|
||
| lead | 555 |
|
||
| name_tag | 556 |
|
||
| prismarine_crystals | 557 |
|
||
| mutton | 558 |
|
||
| cooked_mutton | 559 |
|
||
| armor_stand | 560 |
|
||
| spruce_door | 561 |
|
||
| birch_door | 562 |
|
||
| jungle_door | 563 |
|
||
| acacia_door | 564 |
|
||
| dark_oak_door | 565 |
|
||
| chorus_fruit | 566 |
|
||
| popped_chorus_fruit | 567 |
|
||
| dragon_breath | 568 |
|
||
| splash_potion | 569 |
|
||
| lingering_potion | 570 |
|
||
| command_block_minecart | 571 |
|
||
| elytra | 572 |
|
||
| prismarine_shard | 573 |
|
||
| shulker_shell | 574 |
|
||
| banner | 575 |
|
||
| totem_of_undying | 576 |
|
||
| iron_nugget | 577 |
|
||
| nautilus_shell | 578 |
|
||
| heart_of_the_sea | 579 |
|
||
| scute | 580 |
|
||
| turtle_helmet | 581 |
|
||
| phantom_membrane | 582 |
|
||
| crossbow | 583 |
|
||
| spruce_sign | 584 |
|
||
| birch_sign | 585 |
|
||
| jungle_sign | 586 |
|
||
| acacia_sign | 587 |
|
||
| dark_oak_sign | 588 |
|
||
| flower_banner_pattern | 589 |
|
||
| creeper_banner_pattern | 590 |
|
||
| skull_banner_pattern | 591 |
|
||
| mojang_banner_pattern | 592 |
|
||
| field_masoned_banner_pattern | 593 |
|
||
| bordure_indented_banner_pattern | 594 |
|
||
| piglin_banner_pattern | 595 |
|
||
| globe_banner_pattern | 596 |
|
||
| campfire | 597 |
|
||
| suspicious_stew | 598 |
|
||
| honeycomb | 599 |
|
||
| honey_bottle | 600 |
|
||
| camera | 601 |
|
||
| compound | 602 |
|
||
| ice_bomb | 603 |
|
||
| bleach | 604 |
|
||
| rapid_fertilizer | 605 |
|
||
| balloon | 606 |
|
||
| medicine | 607 |
|
||
| sparkler | 608 |
|
||
| glow_stick | 609 |
|
||
| lodestone_compass | 610 |
|
||
| netherite_sword | 611 |
|
||
| netherite_shovel | 612 |
|
||
| netherite_pickaxe | 613 |
|
||
| netherite_axe | 614 |
|
||
| netherite_hoe | 615 |
|
||
| netherite_ingot | 616 |
|
||
| netherite_helmet | 617 |
|
||
| netherite_chestplate | 618 |
|
||
| netherite_leggings | 619 |
|
||
| netherite_boots | 620 |
|
||
| netherite_scrap | 621 |
|
||
| crimson_sign | 622 |
|
||
| warped_sign | 623 |
|
||
| crimson_door | 624 |
|
||
| warped_door | 625 |
|
||
| warped_fungus_on_a_stick | 626 |
|
||
| chain | 627 |
|
||
| music_disc_pigstep | 628 |
|
||
| nether_sprouts | 629 |
|
||
| soul_campfire | 630 |
|
||
| glow_frame | 631 |
|
||
| amethyst_shard | 632 |
|
||
| spyglass | 633 |
|
||
| music_disc_otherside | 634 |
|
||
| goat_horn | 635 |
|
||
| frog_spawn_egg | 636 |
|
||
| tadpole_spawn_egg | 637 |
|
||
| tadpole_bucket | 638 |
|
||
| allay_spawn_egg | 639 |
|
||
| warden_spawn_egg | 640 |
|
||
| mangrove_door | 641 |
|
||
| mangrove_sign | 642 |
|
||
| mangrove_boat | 643 |
|
||
| music_disc_5 | 644 |
|
||
| disc_fragment_5 | 645 |
|
||
| oak_chest_boat | 646 |
|
||
| birch_chest_boat | 647 |
|
||
| jungle_chest_boat | 648 |
|
||
| spruce_chest_boat | 649 |
|
||
| acacia_chest_boat | 650 |
|
||
| dark_oak_chest_boat | 651 |
|
||
| mangrove_chest_boat | 652 |
|
||
| chest_boat | 653 |
|
||
| recovery_compass | 654 |
|
||
| echo_shard | 655 |
|
||
| trader_llama_spawn_egg | 656 |
|
||
| cherry_boat | 657 |
|
||
| cherry_chest_boat | 658 |
|
||
| cherry_sign | 659 |
|
||
| bamboo_sign | 660 |
|
||
| bamboo_raft | 661 |
|
||
| bamboo_chest_raft | 662 |
|
||
| camel_spawn_egg | 663 |
|
||
| angler_pottery_sherd | 664 |
|
||
| archer_pottery_sherd | 665 |
|
||
| arms_up_pottery_sherd | 666 |
|
||
| blade_pottery_sherd | 667 |
|
||
| brewer_pottery_sherd | 668 |
|
||
| burn_pottery_sherd | 669 |
|
||
| danger_pottery_sherd | 670 |
|
||
| explorer_pottery_sherd | 671 |
|
||
| friend_pottery_sherd | 672 |
|
||
| heart_pottery_sherd | 673 |
|
||
| heartbreak_pottery_sherd | 674 |
|
||
| howl_pottery_sherd | 675 |
|
||
| miner_pottery_sherd | 676 |
|
||
| mourner_pottery_sherd | 677 |
|
||
| plenty_pottery_sherd | 678 |
|
||
| prize_pottery_sherd | 679 |
|
||
| sheaf_pottery_sherd | 680 |
|
||
| shelter_pottery_sherd | 681 |
|
||
| skull_pottery_sherd | 682 |
|
||
| snort_pottery_sherd | 683 |
|
||
| brush | 684 |
|
||
| netherite_upgrade_smithing_template | 685 |
|
||
| sentry_armor_trim_smithing_template | 686 |
|
||
| dune_armor_trim_smithing_template | 687 |
|
||
| coast_armor_trim_smithing_template | 688 |
|
||
| wild_armor_trim_smithing_template | 689 |
|
||
| ward_armor_trim_smithing_template | 690 |
|
||
| eye_armor_trim_smithing_template | 691 |
|
||
| vex_armor_trim_smithing_template | 692 |
|
||
| tide_armor_trim_smithing_template | 693 |
|
||
| snout_armor_trim_smithing_template | 694 |
|
||
| rib_armor_trim_smithing_template | 695 |
|
||
| spire_armor_trim_smithing_template | 696 |
|
||
| silence_armor_trim_smithing_template | 697 |
|
||
| wayfinder_armor_trim_smithing_template | 698 |
|
||
| raiser_armor_trim_smithing_template | 699 |
|
||
| shaper_armor_trim_smithing_template | 700 |
|
||
| host_armor_trim_smithing_template | 701 |
|
||
| music_disc_relic | 702 |
|
||
| terracotta | 703 |
|
||
| wool | 704 |
|
||
| carpet | 705 |
|
||
| log | 706 |
|
||
| fence | 707 |
|
||
| planks | 708 |
|
||
| coral | 709 |
|
||
| log2 | 710 |
|
||
| concrete | 711 |
|
||
| concrete_powder | 712 |
|
||
| stained_glass | 713 |
|
||
| stained_glass_pane | 714 |
|
||
| dyed_shulker_box | 715 |
|
||
| boat | 716 |
|
||
| dye | 717 |
|
||
| banner_pattern | 718 |
|
||
| spawn_egg | 719 |
|
||
| end_crystal | 720 |
|
||
| glow_berries | 721 | |