本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
全站通知:
模块:Item id values BE
刷
历
编
跳到导航
跳到搜索
local function joinObjectTable(...)
local entries = {}
for i = 1, select('#', ... ) do
local t = select(i, ... )
for k, v in pairs( t ) do
entries[k] = v
end
end
return entries
end
return joinObjectTable(mw.loadData('Module:Block id values BE'), {
['黑板'] = 'board',
-- 一般
['苹果'] = 'apple',
['金苹果'] = 'golden_apple',
['附魔金苹果'] = 'enchanted_golden_apple',
['蘑菇煲'] = 'mushroom_stew',
['面包'] = 'bread',
['生猪排'] = 'porkchop',
['熟猪排'] = 'cooked_porkchop',
['生鳕鱼'] = 'cod',
['生鲑鱼'] = 'salmon',
['热带鱼'] = 'tropical_fish',
['河豚'] = 'pufferfish',
['熟鳕鱼'] = 'cooked_cod',
['熟鲑鱼'] = 'cooked_salmon',
['干海带'] = 'dried_kelp',
['曲奇'] = 'cookie',
['西瓜片'] = 'melon_slice',
['生牛肉'] = 'beef',
['牛排'] = 'cooked_beef',
['生鸡肉'] = 'chicken',
['熟鸡肉'] = 'cooked_chicken',
['腐肉'] = 'rotten_flesh',
['蜘蛛眼'] = 'spider_eye',
['胡萝卜'] = 'carrot',
['马铃薯'] = 'potato',
['烤马铃薯'] = 'baked_potato',
['毒马铃薯'] = 'poisonous_potato',
['金胡萝卜'] = 'golden_carrot',
['南瓜派'] = 'pumpkin_pie',
['甜菜根'] = 'beetroot',
['甜菜汤'] = 'beetroot_soup',
['甜浆果'] = 'sweet_berries',
['生兔肉'] = 'rabbit',
['熟兔肉'] = 'cooked_rabbit',
['兔肉煲'] = 'rabbit_stew',
['小麦种子'] = 'wheat_seeds',
['南瓜种子'] = 'pumpkin_seeds',
['西瓜种子'] = 'melon_seeds',
['下界疣'] = 'nether_wart',
['甜菜种子'] = 'beetroot_seeds',
['火把花种子'] = 'torchflower_seeds',
['瓶子草荚果'] = 'pitcher_pod',
['铁锹'] = 'iron_shovel',
['铁镐'] = 'iron_pickaxe',
['铁斧'] = 'iron_axe',
['打火石'] = 'flint_and_steel',
['弓'] = 'bow',
['煤炭'] = 'coal',
['木炭'] = 'charcoal',
['钻石'] = 'diamond',
['铁锭'] = 'iron_ingot',
['金锭'] = 'gold_ingot',
['铁剑'] = 'iron_sword',
['木剑'] = 'wooden_sword',
['木锹'] = 'wooden_shovel',
['木镐'] = 'wooden_pickaxe',
['木斧'] = 'wooden_axe',
['石剑'] = 'stone_sword',
['石锹'] = 'stone_shovel',
['石镐'] = 'stone_pickaxe',
['石斧'] = 'stone_axe',
['钻石剑'] = 'diamond_sword',
['钻石锹'] = 'diamond_shovel',
['钻石镐'] = 'diamond_pickaxe',
['钻石斧'] = 'diamond_axe',
['木棍'] = 'stick',
['碗'] = 'bowl',
['金剑'] = 'golden_sword',
['金锹'] = 'golden_shovel',
['金镐'] = 'golden_pickaxe',
['金斧'] = 'golden_axe',
['线'] = 'string',
['羽毛'] = 'feather',
['火药'] = 'gunpowder',
['木锄'] = 'wooden_hoe',
['石锄'] = 'stone_hoe',
['铁锄'] = 'iron_hoe',
['钻石锄'] = 'diamond_hoe',
['金锄'] = 'golden_hoe',
['小麦'] = 'wheat',
['皮革帽子'] = 'leather_helmet',
['皮革外套'] = 'leather_chestplate',
['皮革裤子'] = 'leather_leggings',
['皮革靴子'] = 'leather_boots',
['锁链头盔'] = 'chainmail_helmet',
['锁链胸甲'] = 'chainmail_chestplate',
['锁链护腿'] = 'chainmail_leggings',
['锁链靴子'] = 'chainmail_boots',
['铁头盔'] = 'iron_helmet',
['铁胸甲'] = 'iron_chestplate',
['铁护腿'] = 'iron_leggings',
['铁靴子'] = 'iron_boots',
['钻石头盔'] = 'diamond_helmet',
['钻石胸甲'] = 'diamond_chestplate',
['钻石护腿'] = 'diamond_leggings',
['钻石靴子'] = 'diamond_boots',
['金头盔'] = 'golden_helmet',
['金胸甲'] = 'golden_chestplate',
['金护腿'] = 'golden_leggings',
['金靴子'] = 'golden_boots',
['盾牌'] = 'shield',
['燧石'] = 'flint',
['画'] = 'painting',
['橡木告示牌'] = 'oak_sign',
['橡木门'] = 'wooden_door',
['铁桶'] = 'bucket',
['奶桶'] = 'milk_bucket',
['水桶'] = 'water_bucket',
['熔岩桶'] = 'lava_bucket',
['鳕鱼桶'] = 'cod_bucket',
['鲑鱼桶'] = 'salmon_bucket',
['热带鱼桶'] = 'tropical_fish_bucket',
['河豚桶'] = 'pufferfish_bucket',
['细雪桶'] = 'powder_snow_bucket',
['美西螈桶'] = 'axolotl_bucket',
['矿车'] = 'minecart',
['鞍'] = 'saddle',
['铁门'] = 'iron_door',
['红石粉'] = 'redstone',
['雪球'] = 'snowball',
['橡木船'] = 'oak_boat',
['白桦木船'] = 'birch_boat',
['丛林木船'] = 'jungle_boat',
['云杉木船'] = 'spruce_boat',
['金合欢木船'] = 'acacia_boat',
['深色橡木船'] = 'dark_oak_boat',
['皮革'] = 'leather',
['海带'] = 'kelp',
['红砖'] = 'brick',
['黏土球'] = 'clay_ball',
['甘蔗'] = 'sugar_cane',
['纸'] = 'paper',
['书'] = 'book',
['黏液球'] = 'slime_ball',
['运输矿车'] = 'chest_minecart',
['鸡蛋'] = 'egg',
['指南针'] = 'compass',
['钓鱼竿'] = 'fishing_rod',
['时钟'] = 'clock',
['荧石粉'] = 'glowstone_dust',
['黑色染料'] = 'black_dye',
['红色染料'] = 'red_dye',
['绿色染料'] = 'green_dye',
['棕色染料'] = 'brown_dye',
['蓝色染料'] = 'blue_dye',
['紫色染料'] = 'purple_dye',
['青色染料'] = 'cyan_dye',
['淡灰色染料'] = 'light_gray_dye',
['灰色染料'] = 'gray_dye',
['粉红色染料'] = 'pink_dye',
['黄绿色染料'] = 'lime_dye',
['黄色染料'] = 'yellow_dye',
['淡蓝色染料'] = 'light_blue_dye',
['品红色染料'] = 'magenta_dye',
['橙色染料'] = 'orange_dye',
['白色染料'] = 'white_dye',
['骨粉'] = 'bone_meal',
['可可豆'] = 'cocoa_beans',
['墨囊'] = 'ink_sac',
['青金石'] = 'lapis_lazuli',
['骨头'] = 'bone',
['糖'] = 'sugar',
['蛋糕'] = 'cake',
['红石中继器'] = 'repeater',
['剪刀'] = 'shears',
['末影珍珠'] = 'ender_pearl',
['烈焰棒'] = 'blaze_rod',
['恶魂之泪'] = 'ghast_tear',
['金粒'] = 'gold_nugget',
['玻璃瓶'] = 'glass_bottle',
['发酵蛛眼'] = 'fermented_spider_eye',
['烈焰粉'] = 'blaze_powder',
['岩浆膏'] = 'magma_cream',
['酿造台'] = 'brewing_stand',
['炼药锅'] = 'cauldron',
['末影之眼'] = 'ender_eye',
['闪烁的西瓜片'] = 'glistering_melon_slice',
['鸡刷怪蛋'] = 'chicken_spawn_egg',
['牛刷怪蛋'] = 'cow_spawn_egg',
['猪刷怪蛋'] = 'pig_spawn_egg',
['绵羊刷怪蛋'] = 'sheep_spawn_egg',
['狼刷怪蛋'] = 'wolf_spawn_egg',
['哞菇刷怪蛋'] = 'mooshroom_spawn_egg',
['苦力怕刷怪蛋'] = 'creeper_spawn_egg',
['末影人刷怪蛋'] = 'enderman_spawn_egg',
['蠹虫刷怪蛋'] = 'silverfish_spawn_egg',
['骷髅刷怪蛋'] = 'skeleton_spawn_egg',
['史莱姆刷怪蛋'] = 'slime_spawn_egg',
['蜘蛛刷怪蛋'] = 'spider_spawn_egg',
['僵尸刷怪蛋'] = 'zombie_spawn_egg',
['僵尸猪灵刷怪蛋'] = 'zombie_pigman_spawn_egg',
['村民刷怪蛋'] = 'villager_spawn_egg',
['鱿鱼刷怪蛋'] = 'squid_spawn_egg',
['豹猫刷怪蛋'] = 'ocelot_spawn_egg',
['女巫刷怪蛋'] = 'witch_spawn_egg',
['蝙蝠刷怪蛋'] = 'bat_spawn_egg',
['恶魂刷怪蛋'] = 'ghast_spawn_egg',
['岩浆怪刷怪蛋'] = 'magma_cube_spawn_egg',
['烈焰人刷怪蛋'] = 'blaze_spawn_egg',
['洞穴蜘蛛刷怪蛋'] = 'cave_spider_spawn_egg',
['马刷怪蛋'] = 'horse_spawn_egg',
['兔子刷怪蛋'] = 'rabbit_spawn_egg',
['末影螨刷怪蛋'] = 'endermite_spawn_egg',
['守卫者刷怪蛋'] = 'guardian_spawn_egg',
['流浪者刷怪蛋'] = 'stray_spawn_egg',
['尸壳刷怪蛋'] = 'husk_spawn_egg',
['凋灵骷髅刷怪蛋'] = 'wither_skeleton_spawn_egg',
['驴刷怪蛋'] = 'donkey_spawn_egg',
['骡刷怪蛋'] = 'mule_spawn_egg',
['骷髅马刷怪蛋'] = 'skeleton_horse_spawn_egg',
['僵尸马刷怪蛋'] = 'zombie_horse_spawn_egg',
['潜影贝刷怪蛋'] = 'shulker_spawn_egg',
['NPC刷怪蛋'] = 'npc_spawn_egg',
['远古守卫者刷怪蛋'] = 'elder_guardian_spawn_egg',
['北极熊刷怪蛋'] = 'polar_bear_spawn_egg',
['羊驼刷怪蛋'] = 'llama_spawn_egg',
['卫道士刷怪蛋'] = 'vindicator_spawn_egg',
['唤魔者刷怪蛋'] = 'evoker_spawn_egg',
['恼鬼刷怪蛋'] = 'vex_spawn_egg',
['僵尸村民刷怪蛋'] = 'zombie_villager_spawn_egg',
['鹦鹉刷怪蛋'] = 'parrot_spawn_egg',
['热带鱼刷怪蛋'] = 'tropical_fish_spawn_egg',
['鳕鱼刷怪蛋'] = 'cod_spawn_egg',
['河豚刷怪蛋'] = 'pufferfish_spawn_egg',
['鲑鱼刷怪蛋'] = 'salmon_spawn_egg',
['溺尸刷怪蛋'] = 'drowned_spawn_egg',
['海豚刷怪蛋'] = 'dolphin_spawn_egg',
['海龟刷怪蛋'] = 'turtle_spawn_egg',
['幻翼刷怪蛋'] = 'phantom_spawn_egg',
['智能体刷怪蛋'] = 'agent_spawn_egg',
['猫刷怪蛋'] = 'cat_spawn_egg',
['熊猫刷怪蛋'] = 'panda_spawn_egg',
['狐狸刷怪蛋'] = 'fox_spawn_egg',
['掠夺者刷怪蛋'] = 'pillager_spawn_egg',
['流浪商人刷怪蛋'] = 'wandering_trader_spawn_egg',
['劫掠兽刷怪蛋'] = 'ravager_spawn_egg',
['蜜蜂刷怪蛋'] = 'bee_spawn_egg',
['炽足兽刷怪蛋'] = 'strider_spawn_egg',
['疣猪兽刷怪蛋'] = 'hoglin_spawn_egg',
['猪灵刷怪蛋'] = 'piglin_spawn_egg',
['僵尸疣猪兽刷怪蛋'] = 'zoglin_spawn_egg',
['猪灵蛮兵刷怪蛋'] = 'piglin_brute_spawn_egg',
['嗅探兽刷怪蛋'] = 'sniffer_spawn_egg',
['旋风人刷怪蛋'] = 'breeze_spawn_egg',
['美西螈刷怪蛋'] = 'axolotl_spawn_egg',
['山羊刷怪蛋'] = 'goat_spawn_egg',
['发光鱿鱼刷怪蛋'] = 'glow_squid_spawn_egg',
['铁傀儡刷怪蛋'] = 'iron_golem_spawn_egg',
['雪傀儡刷怪蛋'] = 'snow_golem_spawn_egg',
['末影龙刷怪蛋'] = 'ender_dragon_spawn_egg',
['凋灵刷怪蛋'] = 'wither_spawn_egg',
['荧光墨囊'] = 'glow_ink_sac',
['铜锭'] = 'copper_ingot',
['粗铁'] = 'raw_iron',
['粗金'] = 'raw_gold',
['粗铜'] = 'raw_copper',
['附魔之瓶'] = 'experience_bottle',
['火焰弹'] = 'fire_charge',
['书与笔'] = 'writable_book',
['成书'] = 'written_book',
['绿宝石'] = 'emerald',
['物品展示框'] = 'frame',
['花盆'] = 'flower_pot',
['胡萝卜钓竿'] = 'carrot_on_a_stick',
['下界之星'] = 'nether_star',
['烟花火箭'] = 'firework_rocket',
['烟火之星'] = 'firework_star',
['附魔书'] = 'enchanted_book',
['红石比较器'] = 'comparator',
['下界砖'] = 'netherbrick',
['下界石英'] = 'quartz',
['TNT矿车'] = 'tnt_minecart',
['漏斗矿车'] = 'hopper_minecart',
['漏斗'] = 'hopper',
['兔子脚'] = 'rabbit_foot',
['兔子皮'] = 'rabbit_hide',
['皮革马铠'] = 'leather_horse_armor',
['铁马铠'] = 'iron_horse_armor',
['金马铠'] = 'golden_horse_armor',
['钻石马铠'] = 'diamond_horse_armor',
['三叉戟'] = 'trident',
['拴绳'] = 'lead',
['命名牌'] = 'name_tag',
['海晶砂粒'] = 'prismarine_crystals',
['生羊肉'] = 'mutton',
['熟羊肉'] = 'cooked_mutton',
['盔甲架'] = 'armor_stand',
['云杉木门'] = 'spruce_door',
['白桦木门'] = 'birch_door',
['丛林木门'] = 'jungle_door',
['金合欢木门'] = 'acacia_door',
['深色橡木门'] = 'dark_oak_door',
['紫颂果'] = 'chorus_fruit',
['爆裂紫颂果'] = 'popped_chorus_fruit',
['龙息'] = 'dragon_breath',
['命令方块矿车'] = 'command_block_minecart',
['鞘翅'] = 'elytra',
['海晶碎片'] = 'prismarine_shard',
['潜影壳'] = 'shulker_shell',
['不死图腾'] = 'totem_of_undying',
['铁粒'] = 'iron_nugget',
['鹦鹉螺壳'] = 'nautilus_shell',
['海洋之心'] = 'heart_of_the_sea',
['海龟壳'] = 'turtle_helmet',
['幻翼膜'] = 'phantom_membrane',
['弩'] = 'crossbow',
['云杉木告示牌'] = 'spruce_sign',
['白桦木告示牌'] = 'birch_sign',
['丛林木告示牌'] = 'jungle_sign',
['金合欢木告示牌'] = 'acacia_sign',
['深色橡木告示牌'] = 'dark_oak_sign',
['营火'] = 'campfire',
['谜之炖菜'] = 'suspicious_stew',
['调试棒'] = 'debug_stick',
['蜜脾'] = 'honeycomb',
['蜂蜜瓶'] = 'honey_bottle',
['相机'] = 'camera',
['冰弹'] = 'ice_bomb',
['漂白剂'] = 'bleach',
['超级肥料'] = 'rapid_fertilizer',
['磁石指针'] = 'lodestone_compass',
['下界合金剑'] = 'netherite_sword',
['下界合金锹'] = 'netherite_shovel',
['下界合金镐'] = 'netherite_pickaxe',
['下界合金斧'] = 'netherite_axe',
['下界合金锄'] = 'netherite_hoe',
['下界合金锭'] = 'netherite_ingot',
['下界合金头盔'] = 'netherite_helmet',
['下界合金胸甲'] = 'netherite_chestplate',
['下界合金护腿'] = 'netherite_leggings',
['下界合金靴子'] = 'netherite_boots',
['下界合金碎片'] = 'netherite_scrap',
['绯红木告示牌'] = 'crimson_sign',
['诡异木告示牌'] = 'warped_sign',
['绯红木门'] = 'crimson_door',
['诡异木门'] = 'warped_door',
['诡异菌钓竿'] = 'warped_fungus_on_a_stick',
['锁链'] = 'chain',
['下界苗'] = 'nether_sprouts',
['灵魂营火'] = 'soul_campfire',
['荧光物品展示框'] = 'glow_frame',
['紫水晶碎片'] = 'amethyst_shard',
['望远镜'] = 'spyglass',
['山羊角'] = 'goat_horn',
['青蛙刷怪蛋'] = 'frog_spawn_egg',
['蝌蚪刷怪蛋'] = 'tadpole_spawn_egg',
['蝌蚪桶'] = 'tadpole_bucket',
['悦灵刷怪蛋'] = 'allay_spawn_egg',
['监守者刷怪蛋'] = 'warden_spawn_egg',
['红树木门'] = 'mangrove_door',
['红树木告示牌'] = 'mangrove_sign',
['红树木船'] = 'mangrove_boat',
['橡木运输船'] = 'oak_chest_boat',
['白桦木运输船'] = 'birch_chest_boat',
['丛林木运输船'] = 'jungle_chest_boat',
['云杉木运输船'] = 'spruce_chest_boat',
['金合欢木运输船'] = 'acacia_chest_boat',
['深色橡木运输船'] = 'dark_oak_chest_boat',
['红树木运输船'] = 'mangrove_chest_boat',
['追溯指针'] = 'recovery_compass',
['回响碎片'] = 'echo_shard',
['行商羊驼刷怪蛋'] = 'trader_llama_spawn_egg',
['樱花木船'] = 'cherry_boat',
['樱花木运输船'] = 'cherry_chest_boat',
['樱花木告示牌'] = 'cherry_sign',
['竹告示牌'] = 'bamboo_sign',
['竹筏'] = 'bamboo_raft',
['运输竹筏'] = 'bamboo_chest_raft',
['骆驼刷怪蛋'] = 'camel_spawn_egg',
['垂钓纹样陶片'] = 'angler_pottery_sherd',
['弓箭纹样陶片'] = 'archer_pottery_sherd',
['举臂纹样陶片'] = 'arms_up_pottery_sherd',
['利刃纹样陶片'] = 'blade_pottery_sherd',
['佳酿纹样陶片'] = 'brewer_pottery_sherd',
['烈焰纹样陶片'] = 'burn_pottery_sherd',
['危机纹样陶片'] = 'danger_pottery_sherd',
['探险纹样陶片'] = 'explorer_pottery_sherd',
['挚友纹样陶片'] = 'friend_pottery_sherd',
['爱心纹样陶片'] = 'heart_pottery_sherd',
['心碎纹样陶片'] = 'heartbreak_pottery_sherd',
['狼嚎纹样陶片'] = 'howl_pottery_sherd',
['采矿纹样陶片'] = 'miner_pottery_sherd',
['悲恸纹样陶片'] = 'mourner_pottery_sherd',
['富饶纹样陶片'] = 'plenty_pottery_sherd',
['珍宝纹样陶片'] = 'prize_pottery_sherd',
['麦捆纹样陶片'] = 'sheaf_pottery_sherd',
['树荫纹样陶片'] = 'shelter_pottery_sherd',
['头颅纹样陶片'] = 'skull_pottery_sherd',
['嗅探纹样陶片'] = 'snort_pottery_sherd',
['刷子'] = 'brush',
['试炼钥匙'] = 'trial_key',
['犰狳刷怪蛋'] = 'armadillo_spawn_egg',
['犰狳鳞甲'] = 'armadillo_scute',
['狼铠'] = 'wolf_armor',
['末地水晶'] = 'end_crystal',
['发光浆果'] = 'glow_berries',
-- 自定义名称
['箭'] = 'arrow',
['床'] = 'bed',
['药水'] = 'potion',
['生物头颅'] = 'skull',
['地图'] = 'filled_map',
['空地图'] = 'empty_map',
['音乐唱片(13)'] = 'music_disc_13',
['音乐唱片(cat)'] = 'music_disc_cat',
['音乐唱片(blocks)'] = 'music_disc_blocks',
['音乐唱片(chirp)'] = 'music_disc_chirp',
['音乐唱片(far)'] = 'music_disc_far',
['音乐唱片(mall)'] = 'music_disc_mall',
['音乐唱片(mellohi)'] = 'music_disc_mellohi',
['音乐唱片(stal)'] = 'music_disc_stal',
['音乐唱片(strad)'] = 'music_disc_strad',
['音乐唱片(ward)'] = 'music_disc_ward',
['音乐唱片(11)'] = 'music_disc_11',
['音乐唱片(wait)'] = 'music_disc_wait',
['喷溅药水'] = 'splash_potion',
['滞留药水'] = 'lingering_potion',
['旗帜'] = 'banner',
['海龟鳞甲'] = 'scute',
['药物'] = 'medicine',
['气球'] = 'balloon',
['烟花棒'] = 'sparkler',
['荧光棒'] = 'glow_stick',
['化合物'] = 'compound',
['花朵盾徽旗帜图案'] = 'flower_banner_pattern',
['苦力怕盾徽旗帜图案'] = 'creeper_banner_pattern',
['头颅盾徽旗帜图案'] = 'skull_banner_pattern',
['Mojang徽标旗帜图案'] = 'mojang_banner_pattern',
['砖纹旗帜图案'] = 'field_masoned_banner_pattern',
['波纹边旗帜图案'] = 'bordure_indented_banner_pattern',
['猪鼻旗帜图案'] = 'piglin_banner_pattern',
['地球旗帜图案'] = 'globe_banner_pattern',
['音乐唱片(Pigstep)'] = 'music_disc_pigstep',
['音乐唱片(otherside)'] = 'music_disc_otherside',
['音乐唱片(5)'] = 'music_disc_5',
['唱片残片(5)'] = 'disc_fragment_5',
['下界合金升级锻造模板'] = 'netherite_upgrade_smithing_template',
['哨兵盔甲纹饰锻造模板'] = 'sentry_armor_trim_smithing_template',
['沙丘盔甲纹饰锻造模板'] = 'dune_armor_trim_smithing_template',
['海岸盔甲纹饰锻造模板'] = 'coast_armor_trim_smithing_template',
['荒野盔甲纹饰锻造模板'] = 'wild_armor_trim_smithing_template',
['监守盔甲纹饰锻造模板'] = 'ward_armor_trim_smithing_template',
['眼眸盔甲纹饰锻造模板'] = 'eye_armor_trim_smithing_template',
['恼鬼盔甲纹饰锻造模板'] = 'vex_armor_trim_smithing_template',
['潮汐盔甲纹饰锻造模板'] = 'tide_armor_trim_smithing_template',
['猪鼻盔甲纹饰锻造模板'] = 'snout_armor_trim_smithing_template',
['肋骨盔甲纹饰锻造模板'] = 'rib_armor_trim_smithing_template',
['尖塔盔甲纹饰锻造模板'] = 'spire_armor_trim_smithing_template',
['幽静盔甲纹饰锻造模板'] = 'silence_armor_trim_smithing_template',
['向导盔甲纹饰锻造模板'] = 'wayfinder_armor_trim_smithing_template',
['牧民盔甲纹饰锻造模板'] = 'raiser_armor_trim_smithing_template',
['塑造盔甲纹饰锻造模板'] = 'shaper_armor_trim_smithing_template',
['雇主盔甲纹饰锻造模板'] = 'host_armor_trim_smithing_template',
['音乐唱片(Relic)'] = 'music_disc_relic',
-- 物品各数据值名称
['抗火之箭'] = 'arrow',
['剧毒之箭'] = 'arrow',
['虚弱之箭'] = 'arrow',
['迅捷之箭'] = 'arrow',
['神龟之箭'] = 'arrow',
['水肺之箭'] = 'arrow',
['隐身之箭'] = 'arrow',
['再生之箭'] = 'arrow',
['伤害之箭'] = 'arrow',
['迟缓之箭'] = 'arrow',
['缓降之箭'] = 'arrow',
['力量之箭'] = 'arrow',
['衰变之箭'] = 'arrow',
['夜视之箭'] = 'arrow',
['药箭'] = 'arrow',
['跳跃之箭'] = 'arrow',
['治疗之箭'] = 'arrow',
['箭'] = 'arrow',
['眼药水'] = 'medicine',
['胃药'] = 'medicine',
['解毒药'] = 'medicine',
['灵药'] = 'medicine',
['红色荧光棒'] = 'glow_stick',
['绿色荧光棒'] = 'glow_stick',
['棕色荧光棒'] = 'glow_stick',
['蓝色荧光棒'] = 'glow_stick',
['紫色荧光棒'] = 'glow_stick',
['青色荧光棒'] = 'glow_stick',
['灰色荧光棒'] = 'glow_stick',
['粉红色荧光棒'] = 'glow_stick',
['黄绿色荧光棒'] = 'glow_stick',
['黄色荧光棒'] = 'glow_stick',
['淡蓝色荧光棒'] = 'glow_stick',
['品红色荧光棒'] = 'glow_stick',
['橙色荧光棒'] = 'glow_stick',
['白色荧光棒'] = 'glow_stick',
['红色烟花棒'] = 'sparkler',
['绿色烟花棒'] = 'sparkler',
['蓝色烟花棒'] = 'sparkler',
['紫色烟花棒'] = 'sparkler',
['橙色烟花棒'] = 'sparkler',
['白色气球'] = 'balloon',
['橙色气球'] = 'balloon',
['品红色气球'] = 'balloon',
['淡蓝色气球'] = 'balloon',
['黄色气球'] = 'balloon',
['黄绿色气球'] = 'balloon',
['粉红色气球'] = 'balloon',
['灰色气球'] = 'balloon',
['银色气球'] = 'balloon',
['青色气球'] = 'balloon',
['紫色气球'] = 'balloon',
['蓝色气球'] = 'balloon',
['棕色气球'] = 'balloon',
['绿色气球'] = 'balloon',
['红色气球'] = 'balloon',
['黑色气球'] = 'balloon',
['白色床'] = 'bed',
['橙色床'] = 'bed',
['品红色床'] = 'bed',
['淡蓝色床'] = 'bed',
['黄色床'] = 'bed',
['黄绿色床'] = 'bed',
['粉红色床'] = 'bed',
['灰色床'] = 'bed',
['淡灰色床'] = 'bed',
['青色床'] = 'bed',
['紫色床'] = 'bed',
['蓝色床'] = 'bed',
['棕色床'] = 'bed',
['绿色床'] = 'bed',
['红色床'] = 'bed',
['黑色床'] = 'bed',
['空地图'] = 'empty_map',
['空的定位器地图'] = 'empty_map',
['夜视药水'] = 'potion',
['迟缓药水'] = 'potion',
['缓降药水'] = 'potion',
['治疗药水'] = 'potion',
['虚弱药水'] = 'potion',
['水瓶'] = 'potion',
['力量药水'] = 'potion',
['长久平凡的药水'] = 'potion',
['隐身药水'] = 'potion',
['迅捷药水'] = 'potion',
['伤害药水'] = 'potion',
['跳跃药水'] = 'potion',
['粗制的药水'] = 'potion',
['再生药水'] = 'potion',
['浓稠的药水'] = 'potion',
['神龟药水'] = 'potion',
['水肺药水'] = 'potion',
['平凡的药水'] = 'potion',
['抗火药水'] = 'potion',
['剧毒药水'] = 'potion',
['衰变药水'] = 'potion',
['猪灵的头'] = 'skull',
['苦力怕的头'] = 'skull',
['龙首'] = 'skull',
['凋灵骷髅头颅'] = 'skull',
['骷髅头颅'] = 'skull',
['%s的头'] = 'skull',
['僵尸的头'] = 'skull',
['头颅'] = 'skull',
['喷溅型隐身药水'] = 'splash_potion',
['喷溅型虚弱药水'] = 'splash_potion',
['喷溅型治疗药水'] = 'splash_potion',
['喷溅型夜视药水'] = 'splash_potion',
['喷溅型神龟药水'] = 'splash_potion',
['喷溅型迅捷药水'] = 'splash_potion',
['喷溅型抗火药水'] = 'splash_potion',
['喷溅型迟缓药水'] = 'splash_potion',
['喷溅型伤害药水'] = 'splash_potion',
['喷溅型力量药水'] = 'splash_potion',
['喷溅型跳跃药水'] = 'splash_potion',
['喷溅型再生药水'] = 'splash_potion',
['喷溅型缓降药水'] = 'splash_potion',
['喷溅型剧毒药水'] = 'splash_potion',
['喷溅型水肺药水'] = 'splash_potion',
['喷溅型衰变药水'] = 'splash_potion',
['喷溅型长久平凡的药水'] = 'splash_potion',
['喷溅型平凡的药水'] = 'splash_potion',
['喷溅型浓稠的药水'] = 'splash_potion',
['喷溅型水瓶'] = 'splash_potion',
['喷溅型粗制的药水'] = 'splash_potion',
['滞留型水瓶'] = 'lingering_potion',
['滞留型隐身药水'] = 'lingering_potion',
['滞留型缓降药水'] = 'lingering_potion',
['滞留型伤害药水'] = 'lingering_potion',
['滞留型长久平凡的药水'] = 'lingering_potion',
['滞留型迅捷药水'] = 'lingering_potion',
['滞留型剧毒药水'] = 'lingering_potion',
['滞留型跳跃药水'] = 'lingering_potion',
['滞留型神龟药水'] = 'lingering_potion',
['滞留型水肺药水'] = 'lingering_potion',
['滞留型力量药水'] = 'lingering_potion',
['滞留型夜视药水'] = 'lingering_potion',
['滞留型粗制的药水'] = 'lingering_potion',
['滞留型再生药水'] = 'lingering_potion',
['滞留型迟缓药水'] = 'lingering_potion',
['滞留型抗火药水'] = 'lingering_potion',
['滞留型衰变药水'] = 'lingering_potion',
['滞留型浓稠的药水'] = 'lingering_potion',
['滞留型虚弱药水'] = 'lingering_potion',
['滞留型治疗药水'] = 'lingering_potion',
['滞留型平凡的药水'] = 'lingering_potion',
['白色旗帜'] = 'banner',
['橙色旗帜'] = 'banner',
['品红色旗帜'] = 'banner',
['淡蓝色旗帜'] = 'banner',
['黄色旗帜'] = 'banner',
['黄绿色旗帜'] = 'banner',
['粉红色旗帜'] = 'banner',
['灰色旗帜'] = 'banner',
['淡灰色旗帜'] = 'banner',
['青色旗帜'] = 'banner',
['紫色旗帜'] = 'banner',
['蓝色旗帜'] = 'banner',
['棕色旗帜'] = 'banner',
['绿色旗帜'] = 'banner',
['红色旗帜'] = 'banner',
['黑色旗帜'] = 'banner',
['盐'] = 'compound',
['氧化钠'] = 'compound',
['碱液'] = 'compound',
['硝酸镁'] = 'compound',
['硫化亚铁'] = 'compound',
['氢化锂'] = 'compound',
['氢化钠'] = 'compound',
['溴化钙'] = 'compound',
['氧化镁'] = 'compound',
['乙酸钠'] = 'compound',
['鲁米诺'] = 'compound',
['木炭'] = 'compound',
['compound.sugar'] = 'compound',
['氧化铝'] = 'compound',
['三氧化硼'] = 'compound',
['肥皂'] = 'compound',
['聚乙烯'] = 'compound',
['废物'] = 'compound',
['镁盐'] = 'compound',
['硫酸盐'] = 'compound',
['硫酸钡'] = 'compound',
['氯化钾'] = 'compound',
['氯化汞'] = 'compound',
['氯化铈'] = 'compound',
['氯化钨'] = 'compound',
['氯化钙'] = 'compound',
['水'] = 'compound',
['黏合剂'] = 'compound',
['次氯酸盐'] = 'compound',
['原油'] = 'compound',
['乳胶'] = 'compound',
['碘化钾'] = 'compound',
['氟化钠'] = 'compound',
['苯'] = 'compound',
['compound.ink'] = 'compound',
['过氧化氢'] = 'compound',
['氨'] = 'compound',
['次氯酸钠'] = 'compound',
['海洋探险家地图'] = 'filled_map',
['林地探险家地图'] = 'filled_map',
['丛林探险家地图'] = 'filled_map',
['沼泽探险家地图'] = 'filled_map',
['沙漠村庄地图'] = 'filled_map',
['平原村庄地图'] = 'filled_map',
['热带草原村庄地图'] = 'filled_map',
['雪原村庄地图'] = 'filled_map',
['针叶林村庄地图'] = 'filled_map',
['藏宝图'] = 'filled_map',
['地图'] = 'filled_map',
})