本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
模块:Material values
本模块列出了所有Java版的材料的数值。该模块是所有材料数值的唯一来源。因此,当加入了新方块或值被改变时,它们可以在这里修改,并在所有被使用的地方自动应用修改。
添加值
请在新的一行里输入['name'] = 'value',
以添加数值。name
处应输入游戏内此方块的ID;value
处应输入正确的数值,其可以在游戏代码里找到。
另见
- 实现
- 主要用途
- Module:Autovalue builders
- Module:Autovalue infobox
- Module:Breaking table
{{Hardness values}}
{{Blast resistance values}}
- 分类
- 数据
return {
-- NETHER_WOOD
['crimson door'] = 'NETHER_WOOD',
['crimson fence'] = 'NETHER_WOOD',
['crimson fence gate'] = 'NETHER_WOOD',
['crimson hyphae'] = 'NETHER_WOOD',
['crimson planks'] = 'NETHER_WOOD',
['crimson pressure plate'] = 'NETHER_WOOD',
['crimson sign'] = 'NETHER_WOOD',
['crimson slab'] = 'NETHER_WOOD',
['crimson stairs'] = 'NETHER_WOOD',
['crimson stem'] = 'NETHER_WOOD',
['crimson trapdoor'] = 'NETHER_WOOD',
['stripped crimson hyphae'] = 'NETHER_WOOD',
['stripped crimson stem'] = 'NETHER_WOOD',
['stripped warped hyphae'] = 'NETHER_WOOD',
['stripped warped stem'] = 'NETHER_WOOD',
['warped door'] = 'NETHER_WOOD',
['warped fence'] = 'NETHER_WOOD',
['warped fence gate'] = 'NETHER_WOOD',
['warped hyphae'] = 'NETHER_WOOD',
['warped planks'] = 'NETHER_WOOD',
['warped pressure plate'] = 'NETHER_WOOD',
['warped sign'] = 'NETHER_WOOD',
['warped slab'] = 'NETHER_WOOD',
['warped stairs'] = 'NETHER_WOOD',
['warped stem'] = 'NETHER_WOOD',
['warped trapdoor'] = 'NETHER_WOOD',
-- CACTUS
['cactus'] = 'CACTUS',
-- PORTAL
['end gateway'] = 'PORTAL',
['end portal'] = 'PORTAL',
['nether portal'] = 'PORTAL',
-- ICE
['frosted ice'] = 'ICE',
['ice'] = 'ICE',
-- ICE_SOLID
['blue ice'] = 'ICE_SOLID',
['packed ice'] = 'ICE_SOLID',
-- BUILDABLE_GLASS
['redstone lamp'] = 'BUILDABLE_GLASS',
-- REPLACEABLE_PLANT
['dead bush'] = 'REPLACEABLE_PLANT',
['fern'] = 'REPLACEABLE_PLANT',
['flower'] = 'REPLACEABLE_PLANT',
['glow lichen'] = 'REPLACEABLE_PLANT',
['grass'] = 'REPLACEABLE_PLANT',
['hanging roots'] = 'REPLACEABLE_PLANT',
['large fern'] = 'REPLACEABLE_PLANT',
['lilac'] = 'REPLACEABLE_PLANT',
['peony'] = 'REPLACEABLE_PLANT',
['pitcher plant'] = 'REPLACEABLE_PLANT',
['rose bush'] = 'REPLACEABLE_PLANT',
['sunflower'] = 'REPLACEABLE_PLANT',
['tall grass'] = 'REPLACEABLE_PLANT',
['vines'] = 'REPLACEABLE_PLANT',
-- REPLACEABLE_WATER_PLANT
['seagrass'] = 'REPLACEABLE_WATER_PLANT',
['tall seagrass'] = 'REPLACEABLE_WATER_PLANT',
-- REPLACEABLE_FIREPROOF_PLANT
['crimson roots'] = 'REPLACEABLE_FIREPROOF_PLANT',
['nether sprouts'] = 'REPLACEABLE_FIREPROOF_PLANT',
['roots'] = 'REPLACEABLE_FIREPROOF_PLANT',
['warped roots'] = 'REPLACEABLE_FIREPROOF_PLANT',
-- BARRIER
['barrier'] = 'BARRIER',
-- CLOTH_DECORATION
['black carpet'] = 'CLOTH_DECORATION',
['blue carpet'] = 'CLOTH_DECORATION',
['brown carpet'] = 'CLOTH_DECORATION',
['carpet'] = 'CLOTH_DECORATION',
['cyan carpet'] = 'CLOTH_DECORATION',
['gray carpet'] = 'CLOTH_DECORATION',
['green carpet'] = 'CLOTH_DECORATION',
['light blue carpet'] = 'CLOTH_DECORATION',
['light gray carpet'] = 'CLOTH_DECORATION',
['lime carpet'] = 'CLOTH_DECORATION',
['magenta carpet'] = 'CLOTH_DECORATION',
['orange carpet'] = 'CLOTH_DECORATION',
['pink carpet'] = 'CLOTH_DECORATION',
['purple carpet'] = 'CLOTH_DECORATION',
['red carpet'] = 'CLOTH_DECORATION',
['white carpet'] = 'CLOTH_DECORATION',
['yellow carpet'] = 'CLOTH_DECORATION',
-- SCULK
['sculk'] = 'SCULK',
['sculk catalyst'] = 'SCULK',
['sculk sensor'] = 'SCULK',
['sculk shrieker'] = 'SCULK',
['sculk vein'] = 'SCULK',
-- WOOD
['acacia door'] = 'WOOD',
['acacia fence'] = 'WOOD',
['acacia fence gate'] = 'WOOD',
['acacia hanging sign'] = 'WOOD',
['acacia log'] = 'WOOD',
['acacia planks'] = 'WOOD',
['acacia pressure plate'] = 'WOOD',
['acacia sign'] = 'WOOD',
['acacia slab'] = 'WOOD',
['acacia stairs'] = 'WOOD',
['acacia trapdoor'] = 'WOOD',
['acacia wood'] = 'WOOD',
['bamboo door'] = 'WOOD',
['bamboo fence'] = 'WOOD',
['bamboo fence gate'] = 'WOOD',
['bamboo hanging sign'] = 'WOOD',
['bamboo mosaic'] = 'WOOD',
['bamboo mosaic slab'] = 'WOOD',
['bamboo mosaic stairs'] = 'WOOD',
['bamboo planks'] = 'WOOD',
['bamboo pressure plate'] = 'WOOD',
['bamboo sign'] = 'WOOD',
['bamboo slab'] = 'WOOD',
['bamboo stairs'] = 'WOOD',
['bamboo trapdoor'] = 'WOOD',
['banner'] = 'WOOD',
['barrel'] = 'WOOD',
['bee nest'] = 'WOOD',
['beehive'] = 'WOOD',
['birch door'] = 'WOOD',
['birch fence'] = 'WOOD',
['birch fence gate'] = 'WOOD',
['birch hanging sign'] = 'WOOD',
['birch log'] = 'WOOD',
['birch planks'] = 'WOOD',
['birch pressure plate'] = 'WOOD',
['birch sign'] = 'WOOD',
['birch slab'] = 'WOOD',
['birch stairs'] = 'WOOD',
['birch trapdoor'] = 'WOOD',
['birch wood'] = 'WOOD',
['black banner'] = 'WOOD',
['block of bamboo'] = 'WOOD',
['block of stripped bamboo'] = 'WOOD',
['blue banner'] = 'WOOD',
['bookshelf'] = 'WOOD',
['brown banner'] = 'WOOD',
['brown mushroom block'] = 'WOOD',
['campfire'] = 'WOOD',
['cartography table'] = 'WOOD',
['cherry door'] = 'WOOD',
['cherry fence'] = 'WOOD',
['cherry fence gate'] = 'WOOD',
['cherry hanging sign'] = 'WOOD',
['cherry log'] = 'WOOD',
['cherry planks'] = 'WOOD',
['cherry pressure plate'] = 'WOOD',
['cherry sign'] = 'WOOD',
['cherry slab'] = 'WOOD',
['cherry stairs'] = 'WOOD',
['cherry trapdoor'] = 'WOOD',
['cherry wood'] = 'WOOD',
['chest'] = 'WOOD',
['chiseled bookshelf'] = 'WOOD',
['composter'] = 'WOOD',
['crafting table'] = 'WOOD',
['crimson hanging sign'] = 'WOOD',
['cyan banner'] = 'WOOD',
['dark oak door'] = 'WOOD',
['dark oak fence'] = 'WOOD',
['dark oak fence gate'] = 'WOOD',
['dark oak hanging sign'] = 'WOOD',
['dark oak log'] = 'WOOD',
['dark oak planks'] = 'WOOD',
['dark oak pressure plate'] = 'WOOD',
['dark oak sign'] = 'WOOD',
['dark oak slab'] = 'WOOD',
['dark oak stairs'] = 'WOOD',
['dark oak trapdoor'] = 'WOOD',
['dark oak wood'] = 'WOOD',
['daylight detector'] = 'WOOD',
['fletching table'] = 'WOOD',
['gray banner'] = 'WOOD',
['green banner'] = 'WOOD',
['jukebox'] = 'WOOD',
['jungle door'] = 'WOOD',
['jungle fence'] = 'WOOD',
['jungle fence gate'] = 'WOOD',
['jungle hanging sign'] = 'WOOD',
['jungle log'] = 'WOOD',
['jungle planks'] = 'WOOD',
['jungle pressure plate'] = 'WOOD',
['jungle sign'] = 'WOOD',
['jungle slab'] = 'WOOD',
['jungle stairs'] = 'WOOD',
['jungle trapdoor'] = 'WOOD',
['jungle wood'] = 'WOOD',
['lectern'] = 'WOOD',
['light blue banner'] = 'WOOD',
['light gray banner'] = 'WOOD',
['lime banner'] = 'WOOD',
['locked chest'] = 'WOOD',
['loom'] = 'WOOD',
['magenta banner'] = 'WOOD',
['mangrove door'] = 'WOOD',
['mangrove fence'] = 'WOOD',
['mangrove fence gate'] = 'WOOD',
['mangrove hanging sign'] = 'WOOD',
['mangrove log'] = 'WOOD',
['mangrove planks'] = 'WOOD',
['mangrove pressure plate'] = 'WOOD',
['mangrove roots'] = 'WOOD',
['mangrove sign'] = 'WOOD',
['mangrove slab'] = 'WOOD',
['mangrove stairs'] = 'WOOD',
['mangrove trapdoor'] = 'WOOD',
['mangrove wood'] = 'WOOD',
['mushroom block'] = 'WOOD',
['mushroom stem'] = 'WOOD',
['note block'] = 'WOOD',
['oak door'] = 'WOOD',
['oak fence'] = 'WOOD',
['oak fence gate'] = 'WOOD',
['oak hanging sign'] = 'WOOD',
['oak log'] = 'WOOD',
['oak planks'] = 'WOOD',
['oak pressure plate'] = 'WOOD',
['oak sign'] = 'WOOD',
['oak slab'] = 'WOOD',
['oak stairs'] = 'WOOD',
['oak trapdoor'] = 'WOOD',
['oak wood'] = 'WOOD',
['orange banner'] = 'WOOD',
['pink banner'] = 'WOOD',
['purple banner'] = 'WOOD',
['red banner'] = 'WOOD',
['red mushroom block'] = 'WOOD',
['smithing table'] = 'WOOD',
['soul campfire'] = 'WOOD',
['spruce door'] = 'WOOD',
['spruce fence'] = 'WOOD',
['spruce fence gate'] = 'WOOD',
['spruce hanging sign'] = 'WOOD',
['spruce log'] = 'WOOD',
['spruce planks'] = 'WOOD',
['spruce pressure plate'] = 'WOOD',
['spruce sign'] = 'WOOD',
['spruce slab'] = 'WOOD',
['spruce stairs'] = 'WOOD',
['spruce trapdoor'] = 'WOOD',
['spruce wood'] = 'WOOD',
['stripped acacia log'] = 'WOOD',
['stripped acacia wood'] = 'WOOD',
['stripped birch log'] = 'WOOD',
['stripped birch wood'] = 'WOOD',
['stripped cherry log'] = 'WOOD',
['stripped cherry wood'] = 'WOOD',
['stripped dark oak log'] = 'WOOD',
['stripped dark oak wood'] = 'WOOD',
['stripped jungle log'] = 'WOOD',
['stripped jungle wood'] = 'WOOD',
['stripped mangrove log'] = 'WOOD',
['stripped mangrove wood'] = 'WOOD',
['stripped oak log'] = 'WOOD',
['stripped oak wood'] = 'WOOD',
['stripped spruce log'] = 'WOOD',
['stripped spruce wood'] = 'WOOD',
['trapped chest'] = 'WOOD',
['warped hanging sign'] = 'WOOD',
['white banner'] = 'WOOD',
['yellow banner'] = 'WOOD',
-- LEAVES
['acacia leaves'] = 'LEAVES',
['azalea leaves'] = 'LEAVES',
['birch leaves'] = 'LEAVES',
['cherry leaves'] = 'LEAVES',
['dark oak leaves'] = 'LEAVES',
['flowering azalea leaves'] = 'LEAVES',
['jungle leaves'] = 'LEAVES',
['leaves'] = 'LEAVES',
['mangrove leaves'] = 'LEAVES',
['oak leaves'] = 'LEAVES',
['spruce leaves'] = 'LEAVES',
-- PLANT
['acacia sapling'] = 'PLANT',
['allium'] = 'PLANT',
['attached melon stem'] = 'PLANT',
['attached pumpkin stem'] = 'PLANT',
['azalea'] = 'PLANT',
['azure bluet'] = 'PLANT',
['beetroots'] = 'PLANT',
['beetroot seeds'] = 'PLANT',
['big dripleaf'] = 'PLANT',
['big dripleaf stem'] = 'PLANT',
['birch sapling'] = 'PLANT',
['blue orchid'] = 'PLANT',
['brown mushroom'] = 'PLANT',
['carrots'] = 'PLANT',
['cave vines'] = 'PLANT',
['cave vines plant'] = 'PLANT',
['cherry sapling'] = 'PLANT',
['chorus flower'] = 'PLANT',
['chorus plant'] = 'PLANT',
['cocoa'] = 'PLANT',
['cocoa beans'] = 'PLANT',
['cornflower'] = 'PLANT',
['crimson fungus'] = 'PLANT',
['dandelion'] = 'PLANT',
['dark oak sapling'] = 'PLANT',
['flowering azalea'] = 'PLANT',
['fungus'] = 'PLANT',
['glow berries'] = 'PLANT',
['jungle sapling'] = 'PLANT',
['lily of the valley'] = 'PLANT',
['lily pad'] = 'PLANT',
['mangrove propagule'] = 'PLANT',
['melon stem'] = 'PLANT',
['melon seeds'] = 'PLANT',
['moss carpet'] = 'PLANT',
['mushroom'] = 'PLANT',
['nether wart'] = 'PLANT',
['oak sapling'] = 'PLANT',
['orange tulip'] = 'PLANT',
['oxeye daisy'] = 'PLANT',
['pink petals'] = 'PLANT',
['pink tulip'] = 'PLANT',
['pitcher crop'] = 'PLANT',
['pitcher pod'] = 'PLANT',
['poppy'] = 'PLANT',
['potatoes'] = 'PLANT',
['pumpkin stem'] = 'PLANT',
['pumpkin seeds'] = 'PLANT',
['red mushroom'] = 'PLANT',
['red tulip'] = 'PLANT',
['sapling'] = 'PLANT',
['small dripleaf'] = 'PLANT',
['spore blossom'] = 'PLANT',
['spruce sapling'] = 'PLANT',
['sugar cane'] = 'PLANT',
['sweet berries'] = 'PLANT',
['sweet berry'] = 'PLANT',
['sweet berry bush'] = 'PLANT',
['torchflower'] = 'PLANT',
['torchflower crop'] = 'PLANT',
['torchflower seeds'] = 'PLANT',
['twisting vines'] = 'PLANT',
['twisting vines plant'] = 'PLANT',
['warped fungus'] = 'PLANT',
['weeping vines'] = 'PLANT',
['weeping vines plant'] = 'PLANT',
['wheat'] = 'PLANT',
['wheat crops'] = 'PLANT',
['white tulip'] = 'PLANT',
['wither rose'] = 'PLANT',
-- BUBBLE_COLUMN
['bubble column'] = 'BUBBLE_COLUMN',
-- WATER
['water'] = 'WATER',
-- WATER_PLANT
['brain coral'] = 'WATER_PLANT',
['brain coral fan'] = 'WATER_PLANT',
['brain coral wall fan'] = 'WATER_PLANT',
['bubble coral'] = 'WATER_PLANT',
['bubble coral fan'] = 'WATER_PLANT',
['bubble coral wall fan'] = 'WATER_PLANT',
['coral'] = 'WATER_PLANT',
['coral fan'] = 'WATER_PLANT',
['fire coral'] = 'WATER_PLANT',
['fire coral fan'] = 'WATER_PLANT',
['fire coral wall fan'] = 'WATER_PLANT',
['horn coral'] = 'WATER_PLANT',
['horn coral fan'] = 'WATER_PLANT',
['horn coral wall fan'] = 'WATER_PLANT',
['kelp'] = 'WATER_PLANT',
['kelp plant'] = 'WATER_PLANT',
['sea pickle'] = 'WATER_PLANT',
['tube coral'] = 'WATER_PLANT',
['tube coral fan'] = 'WATER_PLANT',
['tube coral wall fan'] = 'WATER_PLANT',
-- SAND
['birch hanging sign'] = 'SAND',
['black concrete powder'] = 'SAND',
['blue concrete powder'] = 'SAND',
['brown concrete powder'] = 'SAND',
['concrete powder'] = 'SAND',
['cyan concrete powder'] = 'SAND',
['gravel'] = 'SAND',
['gray concrete powder'] = 'SAND',
['green concrete powder'] = 'SAND',
['light blue concrete powder'] = 'SAND',
['light gray concrete powder'] = 'SAND',
['lime concrete powder'] = 'SAND',
['magenta concrete powder'] = 'SAND',
['orange concrete powder'] = 'SAND',
['pink concrete powder'] = 'SAND',
['purple concrete powder'] = 'SAND',
['red concrete powder'] = 'SAND',
['red sand'] = 'SAND',
['sand'] = 'SAND',
['soul sand'] = 'SAND',
['suspicious block'] = 'SAND',
['suspicious gravel'] = 'SAND',
['suspicious sand'] = 'SAND',
['white concrete powder'] = 'SAND',
['yellow concrete powder'] = 'SAND',
-- DIRT
['coarse dirt'] = 'DIRT',
['dirt'] = 'DIRT',
['dirt path'] = 'DIRT',
['farmland'] = 'DIRT',
['mud'] = 'DIRT',
['muddy mangrove roots'] = 'DIRT',
['packed mud'] = 'DIRT',
['podzol'] = 'DIRT',
['rooted dirt'] = 'DIRT',
['soul soil'] = 'DIRT',
-- PISTON
['moving piston'] = 'PISTON',
['piston'] = 'PISTON',
['piston head'] = 'PISTON',
['sticky piston'] = 'PISTON',
-- SPONGE
['sponge'] = 'SPONGE',
['wet sponge'] = 'SPONGE',
-- SHULKER_SHELL
['black shulker box'] = 'SHULKER_SHELL',
['blue shulker box'] = 'SHULKER_SHELL',
['brown shulker box'] = 'SHULKER_SHELL',
['cyan shulker box'] = 'SHULKER_SHELL',
['gray shulker box'] = 'SHULKER_SHELL',
['green shulker box'] = 'SHULKER_SHELL',
['light blue shulker box'] = 'SHULKER_SHELL',
['light gray shulker box'] = 'SHULKER_SHELL',
['lime shulker box'] = 'SHULKER_SHELL',
['magenta shulker box'] = 'SHULKER_SHELL',
['orange shulker box'] = 'SHULKER_SHELL',
['pink shulker box'] = 'SHULKER_SHELL',
['purple shulker box'] = 'SHULKER_SHELL',
['red shulker box'] = 'SHULKER_SHELL',
['shulker box'] = 'SHULKER_SHELL',
['white shulker box'] = 'SHULKER_SHELL',
['yellow shulker box'] = 'SHULKER_SHELL',
-- FIRE
['fire'] = 'FIRE',
['soul fire'] = 'FIRE',
-- LAVA
['lava'] = 'LAVA',
-- EXPLOSIVE
['tnt'] = 'EXPLOSIVE',
-- GLASS
['beacon'] = 'GLASS',
['black stained glass'] = 'GLASS',
['black stained glass pane'] = 'GLASS',
['blue stained glass'] = 'GLASS',
['blue stained glass pane'] = 'GLASS',
['brown stained glass'] = 'GLASS',
['brown stained glass pane'] = 'GLASS',
['conduit'] = 'GLASS',
['cyan stained glass'] = 'GLASS',
['cyan stained glass pane'] = 'GLASS',
['glass'] = 'GLASS',
['glass pane'] = 'GLASS',
['glowstone'] = 'GLASS',
['gray stained glass'] = 'GLASS',
['gray stained glass pane'] = 'GLASS',
['green stained glass'] = 'GLASS',
['green stained glass pane'] = 'GLASS',
['light blue stained glass'] = 'GLASS',
['light blue stained glass pane'] = 'GLASS',
['light gray stained glass'] = 'GLASS',
['light gray stained glass pane'] = 'GLASS',
['lime stained glass'] = 'GLASS',
['lime stained glass pane'] = 'GLASS',
['magenta stained glass'] = 'GLASS',
['magenta stained glass pane'] = 'GLASS',
['orange stained glass'] = 'GLASS',
['orange stained glass pane'] = 'GLASS',
['pink stained glass'] = 'GLASS',
['pink stained glass pane'] = 'GLASS',
['purple stained glass'] = 'GLASS',
['purple stained glass pane'] = 'GLASS',
['red stained glass'] = 'GLASS',
['red stained glass pane'] = 'GLASS',
['sea lantern'] = 'GLASS',
['tinted glass'] = 'GLASS',
['white stained glass'] = 'GLASS',
['white stained glass pane'] = 'GLASS',
['yellow stained glass'] = 'GLASS',
['yellow stained glass pane'] = 'GLASS',
-- STONE
['andesite'] = 'STONE',
['andesite slab'] = 'STONE',
['andesite stairs'] = 'STONE',
['andesite wall'] = 'STONE',
['basalt'] = 'STONE',
['bedrock'] = 'STONE',
['black concrete'] = 'STONE',
['black glazed terracotta'] = 'STONE',
['black terracotta'] = 'STONE',
['blackstone'] = 'STONE',
['blackstone slab'] = 'STONE',
['blackstone stairs'] = 'STONE',
['blackstone wall'] = 'STONE',
['blast furnace'] = 'STONE',
['block of coal'] = 'STONE',
['block of quartz'] = 'STONE',
['block of raw copper'] = 'STONE',
['block of raw gold'] = 'STONE',
['block of raw iron'] = 'STONE',
['blue concrete'] = 'STONE',
['blue glazed terracotta'] = 'STONE',
['blue terracotta'] = 'STONE',
['bone block'] = 'STONE',
['brain coral block'] = 'STONE',
['brick slab'] = 'STONE',
['brick stairs'] = 'STONE',
['brick wall'] = 'STONE',
['bricks'] = 'STONE',
['brown concrete'] = 'STONE',
['brown glazed terracotta'] = 'STONE',
['brown terracotta'] = 'STONE',
['bubble coral block'] = 'STONE',
['calcite'] = 'STONE',
['chiseled deepslate'] = 'STONE',
['chiseled nether bricks'] = 'STONE',
['chiseled polished blackstone'] = 'STONE',
['chiseled quartz block'] = 'STONE',
['chiseled red sandstone'] = 'STONE',
['chiseled sandstone'] = 'STONE',
['chiseled stone bricks'] = 'STONE',
['coal ore'] = 'STONE',
['cobbled deepslate'] = 'STONE',
['cobbled deepslate slab'] = 'STONE',
['cobbled deepslate stairs'] = 'STONE',
['cobbled deepslate wall'] = 'STONE',
['cobblestone'] = 'STONE',
['cobblestone slab'] = 'STONE',
['cobblestone stairs'] = 'STONE',
['cobblestone wall'] = 'STONE',
['concrete'] = 'STONE',
['copper ore'] = 'STONE',
['coral block'] = 'STONE',
['cracked deepslate bricks'] = 'STONE',
['cracked deepslate tiles'] = 'STONE',
['cracked nether bricks'] = 'STONE',
['cracked polished blackstone bricks'] = 'STONE',
['cracked stone bricks'] = 'STONE',
['crimson nylium'] = 'STONE',
['crying obsidian'] = 'STONE',
['cut red sandstone'] = 'STONE',
['cut red sandstone slab'] = 'STONE',
['cut sandstone'] = 'STONE',
['cut sandstone slab'] = 'STONE',
['cyan concrete'] = 'STONE',
['cyan glazed terracotta'] = 'STONE',
['cyan terracotta'] = 'STONE',
['dark prismarine'] = 'STONE',
['dark prismarine slab'] = 'STONE',
['dark prismarine stairs'] = 'STONE',
['dead brain coral'] = 'STONE',
['dead brain coral block'] = 'STONE',
['dead brain coral fan'] = 'STONE',
['dead brain coral wall fan'] = 'STONE',
['dead bubble coral'] = 'STONE',
['dead bubble coral block'] = 'STONE',
['dead bubble coral fan'] = 'STONE',
['dead bubble coral wall fan'] = 'STONE',
['dead fire coral'] = 'STONE',
['dead fire coral block'] = 'STONE',
['dead fire coral fan'] = 'STONE',
['dead fire coral wall fan'] = 'STONE',
['dead horn coral'] = 'STONE',
['dead horn coral block'] = 'STONE',
['dead horn coral fan'] = 'STONE',
['dead horn coral wall fan'] = 'STONE',
['dead tube coral'] = 'STONE',
['dead tube coral block'] = 'STONE',
['dead tube coral fan'] = 'STONE',
['dead tube coral wall fan'] = 'STONE',
['deepslate'] = 'STONE',
['deepslate brick slab'] = 'STONE',
['deepslate brick stairs'] = 'STONE',
['deepslate brick wall'] = 'STONE',
['deepslate bricks'] = 'STONE',
['deepslate coal ore'] = 'STONE',
['deepslate copper ore'] = 'STONE',
['deepslate diamond ore'] = 'STONE',
['deepslate emerald ore'] = 'STONE',
['deepslate gold ore'] = 'STONE',
['deepslate iron ore'] = 'STONE',
['deepslate lapis lazuli ore'] = 'STONE',
['deepslate redstone ore'] = 'STONE',
['deepslate tile slab'] = 'STONE',
['deepslate tile stairs'] = 'STONE',
['deepslate tile wall'] = 'STONE',
['deepslate tiles'] = 'STONE',
['diamond ore'] = 'STONE',
['diorite'] = 'STONE',
['diorite slab'] = 'STONE',
['diorite stairs'] = 'STONE',
['diorite wall'] = 'STONE',
['dispenser'] = 'STONE',
['dripstone block'] = 'STONE',
['dropper'] = 'STONE',
['emerald ore'] = 'STONE',
['enchanting table'] = 'STONE',
['end portal frame'] = 'STONE',
['end stone'] = 'STONE',
['end stone brick slab'] = 'STONE',
['end stone brick stairs'] = 'STONE',
['end stone brick wall'] = 'STONE',
['end stone bricks'] = 'STONE',
['ender chest'] = 'STONE',
['fire coral block'] = 'STONE',
['furnace'] = 'STONE',
['gilded blackstone'] = 'STONE',
['gold ore'] = 'STONE',
['granite'] = 'STONE',
['granite slab'] = 'STONE',
['granite stairs'] = 'STONE',
['granite wall'] = 'STONE',
['gray concrete'] = 'STONE',
['gray glazed terracotta'] = 'STONE',
['gray terracotta'] = 'STONE',
['glazed terracotta'] = 'STONE',
['green concrete'] = 'STONE',
['green glazed terracotta'] = 'STONE',
['green terracotta'] = 'STONE',
['horn coral block'] = 'STONE',
['iron ore'] = 'STONE',
['lapis lazuli ore'] = 'STONE',
['light blue concrete'] = 'STONE',
['light blue glazed terracotta'] = 'STONE',
['light blue terracotta'] = 'STONE',
['light gray concrete'] = 'STONE',
['light gray glazed terracotta'] = 'STONE',
['light gray terracotta'] = 'STONE',
['lime concrete'] = 'STONE',
['lime glazed terracotta'] = 'STONE',
['lime terracotta'] = 'STONE',
['magenta concrete'] = 'STONE',
['magenta glazed terracotta'] = 'STONE',
['magenta terracotta'] = 'STONE',
['magma block'] = 'STONE',
['monster spawner'] = 'STONE',
['mossy cobblestone'] = 'STONE',
['mossy cobblestone slab'] = 'STONE',
['mossy cobblestone stairs'] = 'STONE',
['mossy cobblestone wall'] = 'STONE',
['mossy stone brick slab'] = 'STONE',
['mossy stone brick stairs'] = 'STONE',
['mossy stone brick wall'] = 'STONE',
['mossy stone bricks'] = 'STONE',
['mud brick slab'] = 'STONE',
['mud brick stairs'] = 'STONE',
['mud brick wall'] = 'STONE',
['mud bricks'] = 'STONE',
['nether brick fence'] = 'STONE',
['nether brick slab'] = 'STONE',
['nether brick stairs'] = 'STONE',
['nether brick wall'] = 'STONE',
['nether bricks'] = 'STONE',
['nether gold ore'] = 'STONE',
['nether quartz ore'] = 'STONE',
['netherrack'] = 'STONE',
['nylium'] = 'STONE',
['observer'] = 'STONE',
['obsidian'] = 'STONE',
['orange concrete'] = 'STONE',
['orange glazed terracotta'] = 'STONE',
['orange terracotta'] = 'STONE',
['petrified oak slab'] = 'STONE',
['pink concrete'] = 'STONE',
['pink glazed terracotta'] = 'STONE',
['pink terracotta'] = 'STONE',
['pointed dripstone'] = 'STONE',
['polished andesite'] = 'STONE',
['polished andesite slab'] = 'STONE',
['polished andesite stairs'] = 'STONE',
['polished basalt'] = 'STONE',
['polished blackstone'] = 'STONE',
['polished blackstone brick slab'] = 'STONE',
['polished blackstone brick stairs'] = 'STONE',
['polished blackstone brick wall'] = 'STONE',
['polished blackstone bricks'] = 'STONE',
['polished blackstone pressure plate'] = 'STONE',
['polished blackstone slab'] = 'STONE',
['polished blackstone stairs'] = 'STONE',
['polished blackstone wall'] = 'STONE',
['polished deepslate'] = 'STONE',
['polished deepslate slab'] = 'STONE',
['polished deepslate stairs'] = 'STONE',
['polished deepslate wall'] = 'STONE',
['polished diorite'] = 'STONE',
['polished diorite slab'] = 'STONE',
['polished diorite stairs'] = 'STONE',
['polished granite'] = 'STONE',
['polished granite slab'] = 'STONE',
['polished granite stairs'] = 'STONE',
['prismarine'] = 'STONE',
['prismarine brick slab'] = 'STONE',
['prismarine brick stairs'] = 'STONE',
['prismarine bricks'] = 'STONE',
['prismarine slab'] = 'STONE',
['prismarine stairs'] = 'STONE',
['prismarine wall'] = 'STONE',
['purple concrete'] = 'STONE',
['purple glazed terracotta'] = 'STONE',
['purple terracotta'] = 'STONE',
['purpur block'] = 'STONE',
['purpur pillar'] = 'STONE',
['purpur slab'] = 'STONE',
['purpur stairs'] = 'STONE',
['quartz bricks'] = 'STONE',
['quartz pillar'] = 'STONE',
['quartz slab'] = 'STONE',
['quartz stairs'] = 'STONE',
['red concrete'] = 'STONE',
['red glazed terracotta'] = 'STONE',
['red nether brick slab'] = 'STONE',
['red nether brick stairs'] = 'STONE',
['red nether brick wall'] = 'STONE',
['red nether bricks'] = 'STONE',
['red sandstone'] = 'STONE',
['red sandstone slab'] = 'STONE',
['red sandstone stairs'] = 'STONE',
['red sandstone wall'] = 'STONE',
['red terracotta'] = 'STONE',
['redstone ore'] = 'STONE',
['reinforced deepslate'] = 'STONE',
['respawn anchor'] = 'STONE',
['sandstone'] = 'STONE',
['sandstone slab'] = 'STONE',
['sandstone stairs'] = 'STONE',
['sandstone wall'] = 'STONE',
['smoker'] = 'STONE',
['smooth basalt'] = 'STONE',
['smooth quartz block'] = 'STONE',
['smooth quartz slab'] = 'STONE',
['smooth quartz stairs'] = 'STONE',
['smooth red sandstone'] = 'STONE',
['smooth red sandstone slab'] = 'STONE',
['smooth red sandstone stairs'] = 'STONE',
['smooth sandstone'] = 'STONE',
['smooth sandstone slab'] = 'STONE',
['smooth sandstone stairs'] = 'STONE',
['smooth stone'] = 'STONE',
['smooth stone slab'] = 'STONE',
['spawner'] = 'STONE',
['stone'] = 'STONE',
['stone brick slab'] = 'STONE',
['stone brick stairs'] = 'STONE',
['stone brick wall'] = 'STONE',
['stone bricks'] = 'STONE',
['stone pressure plate'] = 'STONE',
['stone slab'] = 'STONE',
['stone stairs'] = 'STONE',
['stonecutter'] = 'STONE',
['terracotta'] = 'STONE',
['tube coral block'] = 'STONE',
['tuff'] = 'STONE',
['wall'] = 'STONE',
['warped nylium'] = 'STONE',
['white concrete'] = 'STONE',
['white glazed terracotta'] = 'STONE',
['white terracotta'] = 'STONE',
['yellow concrete'] = 'STONE',
['yellow glazed terracotta'] = 'STONE',
['yellow terracotta'] = 'STONE',
-- AIR
['air'] = 'AIR',
['cave air'] = 'AIR',
['light'] = 'AIR',
['light block'] = 'AIR',
['void air'] = 'AIR',
-- BAMBOO
['bamboo'] = 'BAMBOO',
-- BAMBOO_SAPLING
['bamboo shoot'] = 'BAMBOO_SAPLING',
-- AMETHYST
['amethyst cluster'] = 'AMETHYST',
['block of amethyst'] = 'AMETHYST',
['budding amethyst'] = 'AMETHYST',
['large amethyst bud'] = 'AMETHYST',
['medium amethyst bud'] = 'AMETHYST',
['small amethyst bud'] = 'AMETHYST',
-- POWDER_SNOW
['powder snow'] = 'POWDER_SNOW',
-- STRUCTURAL_AIR
['structure void'] = 'STRUCTURAL_AIR',
-- WOOL
['bed'] = 'WOOL',
['black bed'] = 'WOOL',
['black wool'] = 'WOOL',
['blue bed'] = 'WOOL',
['blue wool'] = 'WOOL',
['brown bed'] = 'WOOL',
['brown wool'] = 'WOOL',
['cyan bed'] = 'WOOL',
['cyan wool'] = 'WOOL',
['gray bed'] = 'WOOL',
['gray wool'] = 'WOOL',
['green bed'] = 'WOOL',
['green wool'] = 'WOOL',
['light blue bed'] = 'WOOL',
['light blue wool'] = 'WOOL',
['light gray bed'] = 'WOOL',
['light gray wool'] = 'WOOL',
['lime bed'] = 'WOOL',
['lime wool'] = 'WOOL',
['magenta bed'] = 'WOOL',
['magenta wool'] = 'WOOL',
['orange bed'] = 'WOOL',
['orange wool'] = 'WOOL',
['pink bed'] = 'WOOL',
['pink wool'] = 'WOOL',
['purple bed'] = 'WOOL',
['purple wool'] = 'WOOL',
['red bed'] = 'WOOL',
['red wool'] = 'WOOL',
['white bed'] = 'WOOL',
['white wool'] = 'WOOL',
['wool'] = 'WOOL',
['yellow bed'] = 'WOOL',
['yellow wool'] = 'WOOL',
-- MOSS
['moss block'] = 'MOSS',
-- GRASS
['dried kelp block'] = 'GRASS',
['grass block'] = 'GRASS',
['hay bale'] = 'GRASS',
['mycelium'] = 'GRASS',
['nether wart block'] = 'GRASS',
['shroomlight'] = 'GRASS',
['target'] = 'GRASS',
['warped wart block'] = 'GRASS',
-- VEGETABLE
['carved pumpkin'] = 'VEGETABLE',
['jack o\'lantern'] = 'VEGETABLE',
['melon'] = 'VEGETABLE',
['pumpkin'] = 'VEGETABLE',
-- EGG
['dragon egg'] = 'EGG',
['turtle egg'] = 'EGG',
-- CAKE
['cake'] = 'CAKE',
['cake with black candle'] = 'CAKE',
['cake with blue candle'] = 'CAKE',
['cake with brown candle'] = 'CAKE',
['cake with candle'] = 'CAKE',
['cake with cyan candle'] = 'CAKE',
['cake with gray candle'] = 'CAKE',
['cake with green candle'] = 'CAKE',
['cake with light blue candle'] = 'CAKE',
['cake with light gray candle'] = 'CAKE',
['cake with lime candle'] = 'CAKE',
['cake with magenta candle'] = 'CAKE',
['cake with orange candle'] = 'CAKE',
['cake with pink candle'] = 'CAKE',
['cake with purple candle'] = 'CAKE',
['cake with red candle'] = 'CAKE',
['cake with white candle'] = 'CAKE',
['cake with yellow candle'] = 'CAKE',
-- FROGLIGHT
['froglight'] = 'FROGLIGHT',
['ochre froglight'] = 'FROGLIGHT',
['pearlescent froglight'] = 'FROGLIGHT',
['verdant froglight'] = 'FROGLIGHT',
-- WEB
['cobweb'] = 'WEB',
-- DECORATION
['acacia button'] = 'DECORATION',
['activator rail'] = 'DECORATION',
['bamboo button'] = 'DECORATION',
['birch button'] = 'DECORATION',
['black candle'] = 'DECORATION',
['blue candle'] = 'DECORATION',
['brown candle'] = 'DECORATION',
['button'] = 'DECORATION',
['candle'] = 'DECORATION',
['cherry button'] = 'DECORATION',
['creeper head'] = 'DECORATION',
['crimson button'] = 'DECORATION',
['cyan candle'] = 'DECORATION',
['dark oak button'] = 'DECORATION',
['detector rail'] = 'DECORATION',
['dragon head'] = 'DECORATION',
['end rod'] = 'DECORATION',
['flower pot'] = 'DECORATION',
['gray candle'] = 'DECORATION',
['green candle'] = 'DECORATION',
['jungle button'] = 'DECORATION',
['ladder'] = 'DECORATION',
['lever'] = 'DECORATION',
['light blue candle'] = 'DECORATION',
['light gray candle'] = 'DECORATION',
['lime candle'] = 'DECORATION',
['magenta candle'] = 'DECORATION',
['mangrove button'] = 'DECORATION',
['mob head'] = 'DECORATION',
['oak button'] = 'DECORATION',
['orange candle'] = 'DECORATION',
['piglin head'] = 'DECORATION',
['pink candle'] = 'DECORATION',
['player head'] = 'DECORATION',
['polished blackstone button'] = 'DECORATION',
['potted acacia sapling'] = 'DECORATION',
['potted allium'] = 'DECORATION',
['potted azalea'] = 'DECORATION',
['potted azure bluet'] = 'DECORATION',
['potted bamboo'] = 'DECORATION',
['potted birch sapling'] = 'DECORATION',
['potted blue orchid'] = 'DECORATION',
['potted brown mushroom'] = 'DECORATION',
['potted cactus'] = 'DECORATION',
['potted cherry sapling'] = 'DECORATION',
['potted cornflower'] = 'DECORATION',
['potted crimson fungus'] = 'DECORATION',
['potted crimson roots'] = 'DECORATION',
['potted dandelion'] = 'DECORATION',
['potted dark oak sapling'] = 'DECORATION',
['potted dead bush'] = 'DECORATION',
['potted fern'] = 'DECORATION',
['potted flowering azalea'] = 'DECORATION',
['potted jungle sapling'] = 'DECORATION',
['potted lily of the valley'] = 'DECORATION',
['potted mangrove propagule'] = 'DECORATION',
['potted oak sapling'] = 'DECORATION',
['potted orange tulip'] = 'DECORATION',
['potted oxeye daisy'] = 'DECORATION',
['potted pink tulip'] = 'DECORATION',
['potted poppy'] = 'DECORATION',
['potted red mushroom'] = 'DECORATION',
['potted red tulip'] = 'DECORATION',
['potted spruce sapling'] = 'DECORATION',
['potted torchflower'] = 'DECORATION',
['potted warped fungus'] = 'DECORATION',
['potted warped roots'] = 'DECORATION',
['potted white tulip'] = 'DECORATION',
['potted wither rose'] = 'DECORATION',
['powered rail'] = 'DECORATION',
['purple candle'] = 'DECORATION',
['rail'] = 'DECORATION',
['red candle'] = 'DECORATION',
['redstone dust'] = 'DECORATION',
['redstone comparator'] = 'DECORATION',
['redstone repeater'] = 'DECORATION',
['redstone torch'] = 'DECORATION',
['redstone wire'] = 'DECORATION',
['scaffolding'] = 'DECORATION',
['skeleton skull'] = 'DECORATION',
['soul torch'] = 'DECORATION',
['spruce button'] = 'DECORATION',
['stone button'] = 'DECORATION',
['string'] = 'DECORATION',
['torch'] = 'DECORATION',
['tripwire'] = 'DECORATION',
['tripwire hook'] = 'DECORATION',
['warped button'] = 'DECORATION',
['white candle'] = 'DECORATION',
['wither skeleton skull'] = 'DECORATION',
['yellow candle'] = 'DECORATION',
['zombie head'] = 'DECORATION',
-- HEAVY_METAL
['anvil'] = 'HEAVY_METAL',
['chipped anvil'] = 'HEAVY_METAL',
['damaged anvil'] = 'HEAVY_METAL',
['grindstone'] = 'HEAVY_METAL',
['lodestone'] = 'HEAVY_METAL',
-- METAL
['ancient debris'] = 'METAL',
['bell'] = 'METAL',
['block of copper'] = 'METAL',
['block of diamond'] = 'METAL',
['block of emerald'] = 'METAL',
['block of gold'] = 'METAL',
['block of iron'] = 'METAL',
['block of lapis lazuli'] = 'METAL',
['block of netherite'] = 'METAL',
['block of redstone'] = 'METAL',
['brewing stand'] = 'METAL',
['cauldron'] = 'METAL',
['chain'] = 'METAL',
['chain command block'] = 'METAL',
['command block'] = 'METAL',
['cut copper'] = 'METAL',
['cut copper slab'] = 'METAL',
['cut copper stairs'] = 'METAL',
['exposed copper'] = 'METAL',
['exposed cut copper'] = 'METAL',
['exposed cut copper slab'] = 'METAL',
['exposed cut copper stairs'] = 'METAL',
['heavy weighted pressure plate'] = 'METAL',
['hopper'] = 'METAL',
['iron bars'] = 'METAL',
['iron door'] = 'METAL',
['iron trapdoor'] = 'METAL',
['jigsaw block'] = 'METAL',
['lantern'] = 'METAL',
['lava cauldron'] = 'METAL',
['light weighted pressure plate'] = 'METAL',
['lightning rod'] = 'METAL',
['oxidized copper'] = 'METAL',
['oxidized cut copper'] = 'METAL',
['oxidized cut copper slab'] = 'METAL',
['oxidized cut copper stairs'] = 'METAL',
['powder snow cauldron'] = 'METAL',
['repeating command block'] = 'METAL',
['soul lantern'] = 'METAL',
['structure block'] = 'METAL',
['water cauldron'] = 'METAL',
['waxed block of copper'] = 'METAL',
['waxed cut copper'] = 'METAL',
['waxed cut copper slab'] = 'METAL',
['waxed cut copper stairs'] = 'METAL',
['waxed exposed copper'] = 'METAL',
['waxed exposed cut copper'] = 'METAL',
['waxed exposed cut copper slab'] = 'METAL',
['waxed exposed cut copper stairs'] = 'METAL',
['waxed oxidized copper'] = 'METAL',
['waxed oxidized cut copper'] = 'METAL',
['waxed oxidized cut copper slab'] = 'METAL',
['waxed oxidized cut copper stairs'] = 'METAL',
['waxed weathered copper'] = 'METAL',
['waxed weathered cut copper'] = 'METAL',
['waxed weathered cut copper slab'] = 'METAL',
['waxed weathered cut copper stairs'] = 'METAL',
['weathered copper'] = 'METAL',
['weathered cut copper'] = 'METAL',
['weathered cut copper slab'] = 'METAL',
['weathered cut copper stairs'] = 'METAL',
-- SNOW
['snow block'] = 'SNOW',
-- FROGSPAWN
['frogspawn'] = 'FROGSPAWN',
-- TOP_SNOW
['snow'] = 'TOP_SNOW',
-- DECORATED_POT
['decorated pot'] = 'DECORATED_POT',
-- CLAY
['clay'] = 'CLAY',
['honey block'] = 'CLAY',
['honeycomb block'] = 'CLAY',
['infested block'] = 'CLAY',
['infested chiseled stone bricks'] = 'CLAY',
['infested cobblestone'] = 'CLAY',
['infested cracked stone bricks'] = 'CLAY',
['infested deepslate'] = 'CLAY',
['infested mossy stone bricks'] = 'CLAY',
['infested stone'] = 'CLAY',
['infested stone bricks'] = 'CLAY',
['slime block'] = 'CLAY',
-- STRONG_EGG
['sniffer egg'] = 'STRONG_EGG'
}