diff --git a/src/world/block/block.go b/src/world/block/block.go index 28deeb9..28caad6 100644 --- a/src/world/block/block.go +++ b/src/world/block/block.go @@ -6,13 +6,1002 @@ type Block struct { } var ( - // FIXME: These are not the real IDs - AIR = Block{0, "minecraft:air"} - STONE = Block{1, "minecraft:stone"} - ANDESITE = Block{2, "minecraft:andesite"} - GRANITE = Block{3, "minecraft:granite"} - DIORITE = Block{4, "minecraft:diorite"} - BEDROCK = Block{5, "minecraft:bedrock"} - DIRT = Block{6, "minecraft:dirt"} - GRASS = Block{7, "minecraft:grass"} + AIR = Block{0, "minecraft:air"} + STONE = Block{1, "minecraft:stone"} + GRANITE = Block{2, "minecraft:granite"} + POLISHED_GRANITE = Block{3, "minecraft:polished_granite"} + DIORITE = Block{4, "minecraft:diorite"} + POLISHED_DIORITE = Block{5, "minecraft:polished_diorite"} + ANDESITE = Block{6, "minecraft:andesite"} + POLISHED_ANDESITE = Block{7, "minecraft:polished_andesite"} + GRASS_BLOCK = Block{8, "minecraft:grass_block"} + DIRT = Block{9, "minecraft:dirt"} + COARSE_DIRT = Block{10, "minecraft:coarse_dirt"} + PODZOL = Block{11, "minecraft:podzol"} + COBBLESTONE = Block{12, "minecraft:cobblestone"} + OAK_PLANKS = Block{13, "minecraft:oak_planks"} + SPRUCE_PLANKS = Block{14, "minecraft:spruce_planks"} + BIRCH_PLANKS = Block{15, "minecraft:birch_planks"} + JUNGLE_PLANKS = Block{16, "minecraft:jungle_planks"} + ACACIA_PLANKS = Block{17, "minecraft:acacia_planks"} + CHERRY_PLANKS = Block{18, "minecraft:cherry_planks"} + DARK_OAK_PLANKS = Block{19, "minecraft:dark_oak_planks"} + MANGROVE_PLANKS = Block{20, "minecraft:mangrove_planks"} + BAMBOO_PLANKS = Block{21, "minecraft:bamboo_planks"} + BAMBOO_MOSAIC = Block{22, "minecraft:bamboo_mosaic"} + OAK_SAPLING = Block{23, "minecraft:oak_sapling"} + SPRUCE_SAPLING = Block{24, "minecraft:spruce_sapling"} + BIRCH_SAPLING = Block{25, "minecraft:birch_sapling"} + JUNGLE_SAPLING = Block{26, "minecraft:jungle_sapling"} + ACACIA_SAPLING = Block{27, "minecraft:acacia_sapling"} + CHERRY_SAPLING = Block{28, "minecraft:cherry_sapling"} + DARK_OAK_SAPLING = Block{29, "minecraft:dark_oak_sapling"} + MANGROVE_PROPAGULE = Block{30, "minecraft:mangrove_propagule"} + BEDROCK = Block{31, "minecraft:bedrock"} + WATER = Block{32, "minecraft:water"} + LAVA = Block{33, "minecraft:lava"} + SAND = Block{34, "minecraft:sand"} + SUSPICIOUS_SAND = Block{35, "minecraft:suspicious_sand"} + RED_SAND = Block{36, "minecraft:red_sand"} + GRAVEL = Block{37, "minecraft:gravel"} + GOLD_ORE = Block{38, "minecraft:gold_ore"} + DEEPSLATE_GOLD_ORE = Block{39, "minecraft:deepslate_gold_ore"} + IRON_ORE = Block{40, "minecraft:iron_ore"} + DEEPSLATE_IRON_ORE = Block{41, "minecraft:deepslate_iron_ore"} + COAL_ORE = Block{42, "minecraft:coal_ore"} + DEEPSLATE_COAL_ORE = Block{43, "minecraft:deepslate_coal_ore"} + NETHER_GOLD_ORE = Block{44, "minecraft:nether_gold_ore"} + OAK_LOG = Block{45, "minecraft:oak_log"} + SPRUCE_LOG = Block{46, "minecraft:spruce_log"} + BIRCH_LOG = Block{47, "minecraft:birch_log"} + JUNGLE_LOG = Block{48, "minecraft:jungle_log"} + ACACIA_LOG = Block{49, "minecraft:acacia_log"} + CHERRY_LOG = Block{50, "minecraft:cherry_log"} + DARK_OAK_LOG = Block{51, "minecraft:dark_oak_log"} + MANGROVE_LOG = Block{52, "minecraft:mangrove_log"} + MANGROVE_ROOTS = Block{53, "minecraft:mangrove_roots"} + MUDDY_MANGROVE_ROOTS = Block{54, "minecraft:muddy_mangrove_roots"} + BAMBOO_BLOCK = Block{55, "minecraft:bamboo_block"} + STRIPPED_SPRUCE_LOG = Block{56, "minecraft:stripped_spruce_log"} + STRIPPED_BIRCH_LOG = Block{57, "minecraft:stripped_birch_log"} + STRIPPED_JUNGLE_LOG = Block{58, "minecraft:stripped_jungle_log"} + STRIPPED_ACACIA_LOG = Block{59, "minecraft:stripped_acacia_log"} + STRIPPED_CHERRY_LOG = Block{60, "minecraft:stripped_cherry_log"} + STRIPPED_DARK_OAK_LOG = Block{61, "minecraft:stripped_dark_oak_log"} + STRIPPED_OAK_LOG = Block{62, "minecraft:stripped_oak_log"} + STRIPPED_MANGROVE_LOG = Block{63, "minecraft:stripped_mangrove_log"} + STRIPPED_BAMBOO_BLOCK = Block{64, "minecraft:stripped_bamboo_block"} + OAK_WOOD = Block{65, "minecraft:oak_wood"} + SPRUCE_WOOD = Block{66, "minecraft:spruce_wood"} + BIRCH_WOOD = Block{67, "minecraft:birch_wood"} + JUNGLE_WOOD = Block{68, "minecraft:jungle_wood"} + ACACIA_WOOD = Block{69, "minecraft:acacia_wood"} + CHERRY_WOOD = Block{70, "minecraft:cherry_wood"} + DARK_OAK_WOOD = Block{71, "minecraft:dark_oak_wood"} + MANGROVE_WOOD = Block{72, "minecraft:mangrove_wood"} + STRIPPED_OAK_WOOD = Block{73, "minecraft:stripped_oak_wood"} + STRIPPED_SPRUCE_WOOD = Block{74, "minecraft:stripped_spruce_wood"} + STRIPPED_BIRCH_WOOD = Block{75, "minecraft:stripped_birch_wood"} + STRIPPED_JUNGLE_WOOD = Block{76, "minecraft:stripped_jungle_wood"} + STRIPPED_ACACIA_WOOD = Block{77, "minecraft:stripped_acacia_wood"} + STRIPPED_CHERRY_WOOD = Block{78, "minecraft:stripped_cherry_wood"} + STRIPPED_DARK_OAK_WOOD = Block{79, "minecraft:stripped_dark_oak_wood"} + STRIPPED_MANGROVE_WOOD = Block{80, "minecraft:stripped_mangrove_wood"} + OAK_LEAVES = Block{81, "minecraft:oak_leaves"} + SPRUCE_LEAVES = Block{82, "minecraft:spruce_leaves"} + BIRCH_LEAVES = Block{83, "minecraft:birch_leaves"} + JUNGLE_LEAVES = Block{84, "minecraft:jungle_leaves"} + ACACIA_LEAVES = Block{85, "minecraft:acacia_leaves"} + CHERRY_LEAVES = Block{86, "minecraft:cherry_leaves"} + DARK_OAK_LEAVES = Block{87, "minecraft:dark_oak_leaves"} + MANGROVE_LEAVES = Block{88, "minecraft:mangrove_leaves"} + AZALEA_LEAVES = Block{89, "minecraft:azalea_leaves"} + FLOWERING_AZALEA_LEAVES = Block{90, "minecraft:flowering_azalea_leaves"} + SPONGE = Block{91, "minecraft:sponge"} + WET_SPONGE = Block{92, "minecraft:wet_sponge"} + GLASS = Block{93, "minecraft:glass"} + LAPIS_ORE = Block{94, "minecraft:lapis_ore"} + DEEPSLATE_LAPIS_ORE = Block{95, "minecraft:deepslate_lapis_ore"} + LAPIS_BLOCK = Block{96, "minecraft:lapis_block"} + DISPENSER = Block{97, "minecraft:dispenser"} + SANDSTONE = Block{98, "minecraft:sandstone"} + CHISELED_SANDSTONE = Block{99, "minecraft:chiseled_sandstone"} + CUT_SANDSTONE = Block{100, "minecraft:cut_sandstone"} + NOTE_BLOCK = Block{101, "minecraft:note_block"} + WHITE_BED = Block{102, "minecraft:white_bed"} + ORANGE_BED = Block{103, "minecraft:orange_bed"} + MAGENTA_BED = Block{104, "minecraft:magenta_bed"} + LIGHT_BLUE_BED = Block{105, "minecraft:light_blue_bed"} + YELLOW_BED = Block{106, "minecraft:yellow_bed"} + LIME_BED = Block{107, "minecraft:lime_bed"} + PINK_BED = Block{108, "minecraft:pink_bed"} + GRAY_BED = Block{109, "minecraft:gray_bed"} + LIGHT_GRAY_BED = Block{110, "minecraft:light_gray_bed"} + CYAN_BED = Block{111, "minecraft:cyan_bed"} + PURPLE_BED = Block{112, "minecraft:purple_bed"} + BLUE_BED = Block{113, "minecraft:blue_bed"} + BROWN_BED = Block{114, "minecraft:brown_bed"} + GREEN_BED = Block{115, "minecraft:green_bed"} + RED_BED = Block{116, "minecraft:red_bed"} + BLACK_BED = Block{117, "minecraft:black_bed"} + POWERED_RAIL = Block{118, "minecraft:powered_rail"} + DETECTOR_RAIL = Block{119, "minecraft:detector_rail"} + STICKY_PISTON = Block{120, "minecraft:sticky_piston"} + COBWEB = Block{121, "minecraft:cobweb"} + GRASS = Block{122, "minecraft:grass"} + FERN = Block{123, "minecraft:fern"} + DEAD_BUSH = Block{124, "minecraft:dead_bush"} + SEAGRASS = Block{125, "minecraft:seagrass"} + TALL_SEAGRASS = Block{126, "minecraft:tall_seagrass"} + PISTON = Block{127, "minecraft:piston"} + PISTON_HEAD = Block{128, "minecraft:piston_head"} + WHITE_WOOL = Block{129, "minecraft:white_wool"} + ORANGE_WOOL = Block{130, "minecraft:orange_wool"} + MAGENTA_WOOL = Block{131, "minecraft:magenta_wool"} + LIGHT_BLUE_WOOL = Block{132, "minecraft:light_blue_wool"} + YELLOW_WOOL = Block{133, "minecraft:yellow_wool"} + LIME_WOOL = Block{134, "minecraft:lime_wool"} + PINK_WOOL = Block{135, "minecraft:pink_wool"} + GRAY_WOOL = Block{136, "minecraft:gray_wool"} + LIGHT_GRAY_WOOL = Block{137, "minecraft:light_gray_wool"} + CYAN_WOOL = Block{138, "minecraft:cyan_wool"} + PURPLE_WOOL = Block{139, "minecraft:purple_wool"} + BLUE_WOOL = Block{140, "minecraft:blue_wool"} + BROWN_WOOL = Block{141, "minecraft:brown_wool"} + GREEN_WOOL = Block{142, "minecraft:green_wool"} + RED_WOOL = Block{143, "minecraft:red_wool"} + BLACK_WOOL = Block{144, "minecraft:black_wool"} + MOVING_PISTON = Block{145, "minecraft:moving_piston"} + DANDELION = Block{146, "minecraft:dandelion"} + TORCHFLOWER = Block{147, "minecraft:torchflower"} + POPPY = Block{148, "minecraft:poppy"} + BLUE_ORCHID = Block{149, "minecraft:blue_orchid"} + ALLIUM = Block{150, "minecraft:allium"} + AZURE_BLUET = Block{151, "minecraft:azure_bluet"} + RED_TULIP = Block{152, "minecraft:red_tulip"} + ORANGE_TULIP = Block{153, "minecraft:orange_tulip"} + WHITE_TULIP = Block{154, "minecraft:white_tulip"} + PINK_TULIP = Block{155, "minecraft:pink_tulip"} + OXEYE_DAISY = Block{156, "minecraft:oxeye_daisy"} + CORNFLOWER = Block{157, "minecraft:cornflower"} + WITHER_ROSE = Block{158, "minecraft:wither_rose"} + LILY_OF_THE_VALLEY = Block{159, "minecraft:lily_of_the_valley"} + BROWN_MUSHROOM = Block{160, "minecraft:brown_mushroom"} + RED_MUSHROOM = Block{161, "minecraft:red_mushroom"} + GOLD_BLOCK = Block{162, "minecraft:gold_block"} + IRON_BLOCK = Block{163, "minecraft:iron_block"} + BRICKS = Block{164, "minecraft:bricks"} + TNT = Block{165, "minecraft:tnt"} + BOOKSHELF = Block{166, "minecraft:bookshelf"} + CHISELED_BOOKSHELF = Block{167, "minecraft:chiseled_bookshelf"} + MOSSY_COBBLESTONE = Block{168, "minecraft:mossy_cobblestone"} + OBSIDIAN = Block{169, "minecraft:obsidian"} + TORCH = Block{170, "minecraft:torch"} + WALL_TORCH = Block{171, "minecraft:wall_torch"} + FIRE = Block{172, "minecraft:fire"} + SOUL_FIRE = Block{173, "minecraft:soul_fire"} + SPAWNER = Block{174, "minecraft:spawner"} + OAK_STAIRS = Block{175, "minecraft:oak_stairs"} + CHEST = Block{176, "minecraft:chest"} + REDSTONE_WIRE = Block{177, "minecraft:redstone_wire"} + DIAMOND_ORE = Block{178, "minecraft:diamond_ore"} + DEEPSLATE_DIAMOND_ORE = Block{179, "minecraft:deepslate_diamond_ore"} + DIAMOND_BLOCK = Block{180, "minecraft:diamond_block"} + CRAFTING_TABLE = Block{181, "minecraft:crafting_table"} + WHEAT = Block{182, "minecraft:wheat"} + FARMLAND = Block{183, "minecraft:farmland"} + FURNACE = Block{184, "minecraft:furnace"} + OAK_SIGN = Block{185, "minecraft:oak_sign"} + SPRUCE_SIGN = Block{186, "minecraft:spruce_sign"} + BIRCH_SIGN = Block{187, "minecraft:birch_sign"} + ACACIA_SIGN = Block{188, "minecraft:acacia_sign"} + CHERRY_SIGN = Block{189, "minecraft:cherry_sign"} + JUNGLE_SIGN = Block{190, "minecraft:jungle_sign"} + DARK_OAK_SIGN = Block{191, "minecraft:dark_oak_sign"} + MANGROVE_SIGN = Block{192, "minecraft:mangrove_sign"} + BAMBOO_SIGN = Block{193, "minecraft:bamboo_sign"} + OAK_DOOR = Block{194, "minecraft:oak_door"} + LADDER = Block{195, "minecraft:ladder"} + RAIL = Block{196, "minecraft:rail"} + COBBLESTONE_STAIRS = Block{197, "minecraft:cobblestone_stairs"} + OAK_WALL_SIGN = Block{198, "minecraft:oak_wall_sign"} + SPRUCE_WALL_SIGN = Block{199, "minecraft:spruce_wall_sign"} + BIRCH_WALL_SIGN = Block{200, "minecraft:birch_wall_sign"} + ACACIA_WALL_SIGN = Block{201, "minecraft:acacia_wall_sign"} + CHERRY_WALL_SIGN = Block{202, "minecraft:cherry_wall_sign"} + JUNGLE_WALL_SIGN = Block{203, "minecraft:jungle_wall_sign"} + DARK_OAK_WALL_SIGN = Block{204, "minecraft:dark_oak_wall_sign"} + MANGROVE_WALL_SIGN = Block{205, "minecraft:mangrove_wall_sign"} + BAMBOO_WALL_SIGN = Block{206, "minecraft:bamboo_wall_sign"} + OAK_HANGING_SIGN = Block{207, "minecraft:oak_hanging_sign"} + SPRUCE_HANGING_SIGN = Block{208, "minecraft:spruce_hanging_sign"} + BIRCH_HANGING_SIGN = Block{209, "minecraft:birch_hanging_sign"} + ACACIA_HANGING_SIGN = Block{210, "minecraft:acacia_hanging_sign"} + CHERRY_HANGING_SIGN = Block{211, "minecraft:cherry_hanging_sign"} + JUNGLE_HANGING_SIGN = Block{212, "minecraft:jungle_hanging_sign"} + DARK_OAK_HANGING_SIGN = Block{213, "minecraft:dark_oak_hanging_sign"} + CRIMSON_HANGING_SIGN = Block{214, "minecraft:crimson_hanging_sign"} + WARPED_HANGING_SIGN = Block{215, "minecraft:warped_hanging_sign"} + MANGROVE_HANGING_SIGN = Block{216, "minecraft:mangrove_hanging_sign"} + BAMBOO_HANGING_SIGN = Block{217, "minecraft:bamboo_hanging_sign"} + OAK_WALL_HANGING_SIGN = Block{218, "minecraft:oak_wall_hanging_sign"} + SPRUCE_WALL_HANGING_SIGN = Block{219, "minecraft:spruce_wall_hanging_sign"} + BIRCH_WALL_HANGING_SIGN = Block{220, "minecraft:birch_wall_hanging_sign"} + ACACIA_WALL_HANGING_SIGN = Block{221, "minecraft:acacia_wall_hanging_sign"} + CHERRY_WALL_HANGING_SIGN = Block{222, "minecraft:cherry_wall_hanging_sign"} + JUNGLE_WALL_HANGING_SIGN = Block{223, "minecraft:jungle_wall_hanging_sign"} + DARK_OAK_WALL_HANGING_SIGN = Block{224, "minecraft:dark_oak_wall_hanging_sign"} + MANGROVE_WALL_HANGING_SIGN = Block{225, "minecraft:mangrove_wall_hanging_sign"} + CRIMSON_WALL_HANGING_SIGN = Block{226, "minecraft:crimson_wall_hanging_sign"} + WARPED_WALL_HANGING_SIGN = Block{227, "minecraft:warped_wall_hanging_sign"} + BAMBOO_WALL_HANGING_SIGN = Block{228, "minecraft:bamboo_wall_hanging_sign"} + LEVER = Block{229, "minecraft:lever"} + STONE_PRESSURE_PLATE = Block{230, "minecraft:stone_pressure_plate"} + IRON_DOOR = Block{231, "minecraft:iron_door"} + OAK_PRESSURE_PLATE = Block{232, "minecraft:oak_pressure_plate"} + SPRUCE_PRESSURE_PLATE = Block{233, "minecraft:spruce_pressure_plate"} + BIRCH_PRESSURE_PLATE = Block{234, "minecraft:birch_pressure_plate"} + JUNGLE_PRESSURE_PLATE = Block{235, "minecraft:jungle_pressure_plate"} + ACACIA_PRESSURE_PLATE = Block{236, "minecraft:acacia_pressure_plate"} + CHERRY_PRESSURE_PLATE = Block{237, "minecraft:cherry_pressure_plate"} + DARK_OAK_PRESSURE_PLATE = Block{238, "minecraft:dark_oak_pressure_plate"} + MANGROVE_PRESSURE_PLATE = Block{239, "minecraft:mangrove_pressure_plate"} + BAMBOO_PRESSURE_PLATE = Block{240, "minecraft:bamboo_pressure_plate"} + REDSTONE_ORE = Block{241, "minecraft:redstone_ore"} + DEEPSLATE_REDSTONE_ORE = Block{242, "minecraft:deepslate_redstone_ore"} + REDSTONE_TORCH = Block{243, "minecraft:redstone_torch"} + REDSTONE_WALL_TORCH = Block{244, "minecraft:redstone_wall_torch"} + STONE_BUTTON = Block{245, "minecraft:stone_button"} + SNOW = Block{246, "minecraft:snow"} + ICE = Block{247, "minecraft:ice"} + SNOW_BLOCK = Block{248, "minecraft:snow_block"} + CACTUS = Block{249, "minecraft:cactus"} + CLAY = Block{250, "minecraft:clay"} + SUGAR_CANE = Block{251, "minecraft:sugar_cane"} + JUKEBOX = Block{252, "minecraft:jukebox"} + OAK_FENCE = Block{253, "minecraft:oak_fence"} + PUMPKIN = Block{254, "minecraft:pumpkin"} + NETHERRACK = Block{255, "minecraft:netherrack"} + SOUL_SAND = Block{256, "minecraft:soul_sand"} + SOUL_SOIL = Block{257, "minecraft:soul_soil"} + BASALT = Block{258, "minecraft:basalt"} + POLISHED_BASALT = Block{259, "minecraft:polished_basalt"} + SOUL_TORCH = Block{260, "minecraft:soul_torch"} + SOUL_WALL_TORCH = Block{261, "minecraft:soul_wall_torch"} + GLOWSTONE = Block{262, "minecraft:glowstone"} + NETHER_PORTAL = Block{263, "minecraft:nether_portal"} + CARVED_PUMPKIN = Block{264, "minecraft:carved_pumpkin"} + JACK_O_LANTERN = Block{265, "minecraft:jack_o_lantern"} + CAKE = Block{266, "minecraft:cake"} + REPEATER = Block{267, "minecraft:repeater"} + WHITE_STAINED_GLASS = Block{268, "minecraft:white_stained_glass"} + ORANGE_STAINED_GLASS = Block{269, "minecraft:orange_stained_glass"} + MAGENTA_STAINED_GLASS = Block{270, "minecraft:magenta_stained_glass"} + LIGHT_BLUE_STAINED_GLASS = Block{271, "minecraft:light_blue_stained_glass"} + YELLOW_STAINED_GLASS = Block{272, "minecraft:yellow_stained_glass"} + LIME_STAINED_GLASS = Block{273, "minecraft:lime_stained_glass"} + PINK_STAINED_GLASS = Block{274, "minecraft:pink_stained_glass"} + GRAY_STAINED_GLASS = Block{275, "minecraft:gray_stained_glass"} + LIGHT_GRAY_STAINED_GLASS = Block{276, "minecraft:light_gray_stained_glass"} + CYAN_STAINED_GLASS = Block{277, "minecraft:cyan_stained_glass"} + PURPLE_STAINED_GLASS = Block{278, "minecraft:purple_stained_glass"} + BLUE_STAINED_GLASS = Block{279, "minecraft:blue_stained_glass"} + BROWN_STAINED_GLASS = Block{280, "minecraft:brown_stained_glass"} + GREEN_STAINED_GLASS = Block{281, "minecraft:green_stained_glass"} + RED_STAINED_GLASS = Block{282, "minecraft:red_stained_glass"} + BLACK_STAINED_GLASS = Block{283, "minecraft:black_stained_glass"} + OAK_TRAPDOOR = Block{284, "minecraft:oak_trapdoor"} + SPRUCE_TRAPDOOR = Block{285, "minecraft:spruce_trapdoor"} + BIRCH_TRAPDOOR = Block{286, "minecraft:birch_trapdoor"} + JUNGLE_TRAPDOOR = Block{287, "minecraft:jungle_trapdoor"} + ACACIA_TRAPDOOR = Block{288, "minecraft:acacia_trapdoor"} + CHERRY_TRAPDOOR = Block{289, "minecraft:cherry_trapdoor"} + DARK_OAK_TRAPDOOR = Block{290, "minecraft:dark_oak_trapdoor"} + MANGROVE_TRAPDOOR = Block{291, "minecraft:mangrove_trapdoor"} + BAMBOO_TRAPDOOR = Block{292, "minecraft:bamboo_trapdoor"} + STONE_BRICKS = Block{293, "minecraft:stone_bricks"} + MOSSY_STONE_BRICKS = Block{294, "minecraft:mossy_stone_bricks"} + CRACKED_STONE_BRICKS = Block{295, "minecraft:cracked_stone_bricks"} + CHISELED_STONE_BRICKS = Block{296, "minecraft:chiseled_stone_bricks"} + PACKED_MUD = Block{297, "minecraft:packed_mud"} + MUD_BRICKS = Block{298, "minecraft:mud_bricks"} + INFESTED_STONE = Block{299, "minecraft:infested_stone"} + INFESTED_COBBLESTONE = Block{300, "minecraft:infested_cobblestone"} + INFESTED_STONE_BRICKS = Block{301, "minecraft:infested_stone_bricks"} + INFESTED_MOSSY_STONE_BRICKS = Block{302, "minecraft:infested_mossy_stone_bricks"} + INFESTED_CRACKED_STONE_BRICKS = Block{303, "minecraft:infested_cracked_stone_bricks"} + INFESTED_CHISELED_STONE_BRICKS = Block{304, "minecraft:infested_chiseled_stone_bricks"} + BROWN_MUSHROOM_BLOCK = Block{305, "minecraft:brown_mushroom_block"} + RED_MUSHROOM_BLOCK = Block{306, "minecraft:red_mushroom_block"} + MUSHROOM_STEM = Block{307, "minecraft:mushroom_stem"} + IRON_BARS = Block{308, "minecraft:iron_bars"} + CHAIN = Block{309, "minecraft:chain"} + GLASS_PANE = Block{310, "minecraft:glass_pane"} + MELON = Block{311, "minecraft:melon"} + ATTACHED_PUMPKIN_STEM = Block{312, "minecraft:attached_pumpkin_stem"} + ATTACHED_MELON_STEM = Block{313, "minecraft:attached_melon_stem"} + PUMPKIN_STEM = Block{314, "minecraft:pumpkin_stem"} + MELON_STEM = Block{315, "minecraft:melon_stem"} + VINE = Block{316, "minecraft:vine"} + GLOW_LICHEN = Block{317, "minecraft:glow_lichen"} + OAK_FENCE_GATE = Block{318, "minecraft:oak_fence_gate"} + BRICK_STAIRS = Block{319, "minecraft:brick_stairs"} + STONE_BRICK_STAIRS = Block{320, "minecraft:stone_brick_stairs"} + MUD_BRICK_STAIRS = Block{321, "minecraft:mud_brick_stairs"} + MYCELIUM = Block{322, "minecraft:mycelium"} + LILY_PAD = Block{323, "minecraft:lily_pad"} + NETHER_BRICKS = Block{324, "minecraft:nether_bricks"} + NETHER_BRICK_FENCE = Block{325, "minecraft:nether_brick_fence"} + NETHER_BRICK_STAIRS = Block{326, "minecraft:nether_brick_stairs"} + NETHER_WART = Block{327, "minecraft:nether_wart"} + ENCHANTING_TABLE = Block{328, "minecraft:enchanting_table"} + BREWING_STAND = Block{329, "minecraft:brewing_stand"} + CAULDRON = Block{330, "minecraft:cauldron"} + WATER_CAULDRON = Block{331, "minecraft:water_cauldron"} + LAVA_CAULDRON = Block{332, "minecraft:lava_cauldron"} + POWDER_SNOW_CAULDRON = Block{333, "minecraft:powder_snow_cauldron"} + END_PORTAL = Block{334, "minecraft:end_portal"} + END_PORTAL_FRAME = Block{335, "minecraft:end_portal_frame"} + END_STONE = Block{336, "minecraft:end_stone"} + DRAGON_EGG = Block{337, "minecraft:dragon_egg"} + REDSTONE_LAMP = Block{338, "minecraft:redstone_lamp"} + COCOA = Block{339, "minecraft:cocoa"} + SANDSTONE_STAIRS = Block{340, "minecraft:sandstone_stairs"} + EMERALD_ORE = Block{341, "minecraft:emerald_ore"} + DEEPSLATE_EMERALD_ORE = Block{342, "minecraft:deepslate_emerald_ore"} + ENDER_CHEST = Block{343, "minecraft:ender_chest"} + TRIPWIRE_HOOK = Block{344, "minecraft:tripwire_hook"} + TRIPWIRE = Block{345, "minecraft:tripwire"} + EMERALD_BLOCK = Block{346, "minecraft:emerald_block"} + SPRUCE_STAIRS = Block{347, "minecraft:spruce_stairs"} + BIRCH_STAIRS = Block{348, "minecraft:birch_stairs"} + JUNGLE_STAIRS = Block{349, "minecraft:jungle_stairs"} + COMMAND_BLOCK = Block{350, "minecraft:command_block"} + BEACON = Block{351, "minecraft:beacon"} + COBBLESTONE_WALL = Block{352, "minecraft:cobblestone_wall"} + MOSSY_COBBLESTONE_WALL = Block{353, "minecraft:mossy_cobblestone_wall"} + FLOWER_POT = Block{354, "minecraft:flower_pot"} + POTTED_TORCHFLOWER = Block{355, "minecraft:potted_torchflower"} + POTTED_OAK_SAPLING = Block{356, "minecraft:potted_oak_sapling"} + POTTED_SPRUCE_SAPLING = Block{357, "minecraft:potted_spruce_sapling"} + POTTED_BIRCH_SAPLING = Block{358, "minecraft:potted_birch_sapling"} + POTTED_JUNGLE_SAPLING = Block{359, "minecraft:potted_jungle_sapling"} + POTTED_ACACIA_SAPLING = Block{360, "minecraft:potted_acacia_sapling"} + POTTED_CHERRY_SAPLING = Block{361, "minecraft:potted_cherry_sapling"} + POTTED_DARK_OAK_SAPLING = Block{362, "minecraft:potted_dark_oak_sapling"} + POTTED_MANGROVE_PROPAGULE = Block{363, "minecraft:potted_mangrove_propagule"} + POTTED_FERN = Block{364, "minecraft:potted_fern"} + POTTED_DANDELION = Block{365, "minecraft:potted_dandelion"} + POTTED_POPPY = Block{366, "minecraft:potted_poppy"} + POTTED_BLUE_ORCHID = Block{367, "minecraft:potted_blue_orchid"} + POTTED_ALLIUM = Block{368, "minecraft:potted_allium"} + POTTED_AZURE_BLUET = Block{369, "minecraft:potted_azure_bluet"} + POTTED_RED_TULIP = Block{370, "minecraft:potted_red_tulip"} + POTTED_ORANGE_TULIP = Block{371, "minecraft:potted_orange_tulip"} + POTTED_WHITE_TULIP = Block{372, "minecraft:potted_white_tulip"} + POTTED_PINK_TULIP = Block{373, "minecraft:potted_pink_tulip"} + POTTED_OXEYE_DAISY = Block{374, "minecraft:potted_oxeye_daisy"} + POTTED_CORNFLOWER = Block{375, "minecraft:potted_cornflower"} + POTTED_LILY_OF_THE_VALLEY = Block{376, "minecraft:potted_lily_of_the_valley"} + POTTED_WITHER_ROSE = Block{377, "minecraft:potted_wither_rose"} + POTTED_RED_MUSHROOM = Block{378, "minecraft:potted_red_mushroom"} + POTTED_BROWN_MUSHROOM = Block{379, "minecraft:potted_brown_mushroom"} + POTTED_DEAD_BUSH = Block{380, "minecraft:potted_dead_bush"} + POTTED_CACTUS = Block{381, "minecraft:potted_cactus"} + CARROTS = Block{382, "minecraft:carrots"} + POTATOES = Block{383, "minecraft:potatoes"} + OAK_BUTTON = Block{384, "minecraft:oak_button"} + SPRUCE_BUTTON = Block{385, "minecraft:spruce_button"} + BIRCH_BUTTON = Block{386, "minecraft:birch_button"} + JUNGLE_BUTTON = Block{387, "minecraft:jungle_button"} + ACACIA_BUTTON = Block{388, "minecraft:acacia_button"} + CHERRY_BUTTON = Block{389, "minecraft:cherry_button"} + DARK_OAK_BUTTON = Block{390, "minecraft:dark_oak_button"} + MANGROVE_BUTTON = Block{391, "minecraft:mangrove_button"} + BAMBOO_BUTTON = Block{392, "minecraft:bamboo_button"} + SKELETON_SKULL = Block{393, "minecraft:skeleton_skull"} + SKELETON_WALL_SKULL = Block{394, "minecraft:skeleton_wall_skull"} + WITHER_SKELETON_SKULL = Block{395, "minecraft:wither_skeleton_skull"} + WITHER_SKELETON_WALL_SKULL = Block{396, "minecraft:wither_skeleton_wall_skull"} + ZOMBIE_HEAD = Block{397, "minecraft:zombie_head"} + ZOMBIE_WALL_HEAD = Block{398, "minecraft:zombie_wall_head"} + PLAYER_HEAD = Block{399, "minecraft:player_head"} + PLAYER_WALL_HEAD = Block{400, "minecraft:player_wall_head"} + CREEPER_HEAD = Block{401, "minecraft:creeper_head"} + CREEPER_WALL_HEAD = Block{402, "minecraft:creeper_wall_head"} + DRAGON_HEAD = Block{403, "minecraft:dragon_head"} + DRAGON_WALL_HEAD = Block{404, "minecraft:dragon_wall_head"} + PIGLIN_HEAD = Block{405, "minecraft:piglin_head"} + PIGLIN_WALL_HEAD = Block{406, "minecraft:piglin_wall_head"} + ANVIL = Block{407, "minecraft:anvil"} + CHIPPED_ANVIL = Block{408, "minecraft:chipped_anvil"} + DAMAGED_ANVIL = Block{409, "minecraft:damaged_anvil"} + TRAPPED_CHEST = Block{410, "minecraft:trapped_chest"} + LIGHT_WEIGHTED_PRESSURE_PLATE = Block{411, "minecraft:light_weighted_pressure_plate"} + HEAVY_WEIGHTED_PRESSURE_PLATE = Block{412, "minecraft:heavy_weighted_pressure_plate"} + COMPARATOR = Block{413, "minecraft:comparator"} + DAYLIGHT_DETECTOR = Block{414, "minecraft:daylight_detector"} + REDSTONE_BLOCK = Block{415, "minecraft:redstone_block"} + NETHER_QUARTZ_ORE = Block{416, "minecraft:nether_quartz_ore"} + HOPPER = Block{417, "minecraft:hopper"} + QUARTZ_BLOCK = Block{418, "minecraft:quartz_block"} + CHISELED_QUARTZ_BLOCK = Block{419, "minecraft:chiseled_quartz_block"} + QUARTZ_PILLAR = Block{420, "minecraft:quartz_pillar"} + QUARTZ_STAIRS = Block{421, "minecraft:quartz_stairs"} + ACTIVATOR_RAIL = Block{422, "minecraft:activator_rail"} + DROPPER = Block{423, "minecraft:dropper"} + WHITE_TERRACOTTA = Block{424, "minecraft:white_terracotta"} + ORANGE_TERRACOTTA = Block{425, "minecraft:orange_terracotta"} + MAGENTA_TERRACOTTA = Block{426, "minecraft:magenta_terracotta"} + LIGHT_BLUE_TERRACOTTA = Block{427, "minecraft:light_blue_terracotta"} + YELLOW_TERRACOTTA = Block{428, "minecraft:yellow_terracotta"} + LIME_TERRACOTTA = Block{429, "minecraft:lime_terracotta"} + PINK_TERRACOTTA = Block{430, "minecraft:pink_terracotta"} + GRAY_TERRACOTTA = Block{431, "minecraft:gray_terracotta"} + LIGHT_GRAY_TERRACOTTA = Block{432, "minecraft:light_gray_terracotta"} + CYAN_TERRACOTTA = Block{433, "minecraft:cyan_terracotta"} + PURPLE_TERRACOTTA = Block{434, "minecraft:purple_terracotta"} + BLUE_TERRACOTTA = Block{435, "minecraft:blue_terracotta"} + BROWN_TERRACOTTA = Block{436, "minecraft:brown_terracotta"} + GREEN_TERRACOTTA = Block{437, "minecraft:green_terracotta"} + RED_TERRACOTTA = Block{438, "minecraft:red_terracotta"} + BLACK_TERRACOTTA = Block{439, "minecraft:black_terracotta"} + WHITE_STAINED_GLASS_PANE = Block{440, "minecraft:white_stained_glass_pane"} + ORANGE_STAINED_GLASS_PANE = Block{441, "minecraft:orange_stained_glass_pane"} + MAGENTA_STAINED_GLASS_PANE = Block{442, "minecraft:magenta_stained_glass_pane"} + LIGHT_BLUE_STAINED_GLASS_PANE = Block{443, "minecraft:light_blue_stained_glass_pane"} + YELLOW_STAINED_GLASS_PANE = Block{444, "minecraft:yellow_stained_glass_pane"} + LIME_STAINED_GLASS_PANE = Block{445, "minecraft:lime_stained_glass_pane"} + PINK_STAINED_GLASS_PANE = Block{446, "minecraft:pink_stained_glass_pane"} + GRAY_STAINED_GLASS_PANE = Block{447, "minecraft:gray_stained_glass_pane"} + LIGHT_GRAY_STAINED_GLASS_PANE = Block{448, "minecraft:light_gray_stained_glass_pane"} + CYAN_STAINED_GLASS_PANE = Block{449, "minecraft:cyan_stained_glass_pane"} + PURPLE_STAINED_GLASS_PANE = Block{450, "minecraft:purple_stained_glass_pane"} + BLUE_STAINED_GLASS_PANE = Block{451, "minecraft:blue_stained_glass_pane"} + BROWN_STAINED_GLASS_PANE = Block{452, "minecraft:brown_stained_glass_pane"} + GREEN_STAINED_GLASS_PANE = Block{453, "minecraft:green_stained_glass_pane"} + RED_STAINED_GLASS_PANE = Block{454, "minecraft:red_stained_glass_pane"} + BLACK_STAINED_GLASS_PANE = Block{455, "minecraft:black_stained_glass_pane"} + ACACIA_STAIRS = Block{456, "minecraft:acacia_stairs"} + CHERRY_STAIRS = Block{457, "minecraft:cherry_stairs"} + DARK_OAK_STAIRS = Block{458, "minecraft:dark_oak_stairs"} + MANGROVE_STAIRS = Block{459, "minecraft:mangrove_stairs"} + BAMBOO_STAIRS = Block{460, "minecraft:bamboo_stairs"} + BAMBOO_MOSAIC_STAIRS = Block{461, "minecraft:bamboo_mosaic_stairs"} + SLIME_BLOCK = Block{462, "minecraft:slime_block"} + BARRIER = Block{463, "minecraft:barrier"} + LIGHT = Block{464, "minecraft:light"} + IRON_TRAPDOOR = Block{465, "minecraft:iron_trapdoor"} + PRISMARINE = Block{466, "minecraft:prismarine"} + PRISMARINE_BRICKS = Block{467, "minecraft:prismarine_bricks"} + DARK_PRISMARINE = Block{468, "minecraft:dark_prismarine"} + PRISMARINE_STAIRS = Block{469, "minecraft:prismarine_stairs"} + PRISMARINE_BRICK_STAIRS = Block{470, "minecraft:prismarine_brick_stairs"} + DARK_PRISMARINE_STAIRS = Block{471, "minecraft:dark_prismarine_stairs"} + PRISMARINE_SLAB = Block{472, "minecraft:prismarine_slab"} + PRISMARINE_BRICK_SLAB = Block{473, "minecraft:prismarine_brick_slab"} + DARK_PRISMARINE_SLAB = Block{474, "minecraft:dark_prismarine_slab"} + SEA_LANTERN = Block{475, "minecraft:sea_lantern"} + HAY_BLOCK = Block{476, "minecraft:hay_block"} + WHITE_CARPET = Block{477, "minecraft:white_carpet"} + ORANGE_CARPET = Block{478, "minecraft:orange_carpet"} + MAGENTA_CARPET = Block{479, "minecraft:magenta_carpet"} + LIGHT_BLUE_CARPET = Block{480, "minecraft:light_blue_carpet"} + YELLOW_CARPET = Block{481, "minecraft:yellow_carpet"} + LIME_CARPET = Block{482, "minecraft:lime_carpet"} + PINK_CARPET = Block{483, "minecraft:pink_carpet"} + GRAY_CARPET = Block{484, "minecraft:gray_carpet"} + LIGHT_GRAY_CARPET = Block{485, "minecraft:light_gray_carpet"} + CYAN_CARPET = Block{486, "minecraft:cyan_carpet"} + PURPLE_CARPET = Block{487, "minecraft:purple_carpet"} + BLUE_CARPET = Block{488, "minecraft:blue_carpet"} + BROWN_CARPET = Block{489, "minecraft:brown_carpet"} + GREEN_CARPET = Block{490, "minecraft:green_carpet"} + RED_CARPET = Block{491, "minecraft:red_carpet"} + BLACK_CARPET = Block{492, "minecraft:black_carpet"} + TERRACOTTA = Block{493, "minecraft:terracotta"} + COAL_BLOCK = Block{494, "minecraft:coal_block"} + PACKED_ICE = Block{495, "minecraft:packed_ice"} + SUNFLOWER = Block{496, "minecraft:sunflower"} + LILAC = Block{497, "minecraft:lilac"} + ROSE_BUSH = Block{498, "minecraft:rose_bush"} + PEONY = Block{499, "minecraft:peony"} + TALL_GRASS = Block{500, "minecraft:tall_grass"} + LARGE_FERN = Block{501, "minecraft:large_fern"} + WHITE_BANNER = Block{502, "minecraft:white_banner"} + ORANGE_BANNER = Block{503, "minecraft:orange_banner"} + MAGENTA_BANNER = Block{504, "minecraft:magenta_banner"} + LIGHT_BLUE_BANNER = Block{505, "minecraft:light_blue_banner"} + YELLOW_BANNER = Block{506, "minecraft:yellow_banner"} + LIME_BANNER = Block{507, "minecraft:lime_banner"} + PINK_BANNER = Block{508, "minecraft:pink_banner"} + GRAY_BANNER = Block{509, "minecraft:gray_banner"} + LIGHT_GRAY_BANNER = Block{510, "minecraft:light_gray_banner"} + CYAN_BANNER = Block{511, "minecraft:cyan_banner"} + PURPLE_BANNER = Block{512, "minecraft:purple_banner"} + BLUE_BANNER = Block{513, "minecraft:blue_banner"} + BROWN_BANNER = Block{514, "minecraft:brown_banner"} + GREEN_BANNER = Block{515, "minecraft:green_banner"} + RED_BANNER = Block{516, "minecraft:red_banner"} + BLACK_BANNER = Block{517, "minecraft:black_banner"} + WHITE_WALL_BANNER = Block{518, "minecraft:white_wall_banner"} + ORANGE_WALL_BANNER = Block{519, "minecraft:orange_wall_banner"} + MAGENTA_WALL_BANNER = Block{520, "minecraft:magenta_wall_banner"} + LIGHT_BLUE_WALL_BANNER = Block{521, "minecraft:light_blue_wall_banner"} + YELLOW_WALL_BANNER = Block{522, "minecraft:yellow_wall_banner"} + LIME_WALL_BANNER = Block{523, "minecraft:lime_wall_banner"} + PINK_WALL_BANNER = Block{524, "minecraft:pink_wall_banner"} + GRAY_WALL_BANNER = Block{525, "minecraft:gray_wall_banner"} + LIGHT_GRAY_WALL_BANNER = Block{526, "minecraft:light_gray_wall_banner"} + CYAN_WALL_BANNER = Block{527, "minecraft:cyan_wall_banner"} + PURPLE_WALL_BANNER = Block{528, "minecraft:purple_wall_banner"} + BLUE_WALL_BANNER = Block{529, "minecraft:blue_wall_banner"} + BROWN_WALL_BANNER = Block{530, "minecraft:brown_wall_banner"} + GREEN_WALL_BANNER = Block{531, "minecraft:green_wall_banner"} + RED_WALL_BANNER = Block{532, "minecraft:red_wall_banner"} + BLACK_WALL_BANNER = Block{533, "minecraft:black_wall_banner"} + RED_SANDSTONE = Block{534, "minecraft:red_sandstone"} + CHISELED_RED_SANDSTONE = Block{535, "minecraft:chiseled_red_sandstone"} + CUT_RED_SANDSTONE = Block{536, "minecraft:cut_red_sandstone"} + RED_SANDSTONE_STAIRS = Block{537, "minecraft:red_sandstone_stairs"} + OAK_SLAB = Block{538, "minecraft:oak_slab"} + SPRUCE_SLAB = Block{539, "minecraft:spruce_slab"} + BIRCH_SLAB = Block{540, "minecraft:birch_slab"} + JUNGLE_SLAB = Block{541, "minecraft:jungle_slab"} + ACACIA_SLAB = Block{542, "minecraft:acacia_slab"} + CHERRY_SLAB = Block{543, "minecraft:cherry_slab"} + DARK_OAK_SLAB = Block{544, "minecraft:dark_oak_slab"} + MANGROVE_SLAB = Block{545, "minecraft:mangrove_slab"} + BAMBOO_SLAB = Block{546, "minecraft:bamboo_slab"} + BAMBOO_MOSAIC_SLAB = Block{547, "minecraft:bamboo_mosaic_slab"} + STONE_SLAB = Block{548, "minecraft:stone_slab"} + SMOOTH_STONE_SLAB = Block{549, "minecraft:smooth_stone_slab"} + SANDSTONE_SLAB = Block{550, "minecraft:sandstone_slab"} + CUT_SANDSTONE_SLAB = Block{551, "minecraft:cut_sandstone_slab"} + PETRIFIED_OAK_SLAB = Block{552, "minecraft:petrified_oak_slab"} + COBBLESTONE_SLAB = Block{553, "minecraft:cobblestone_slab"} + BRICK_SLAB = Block{554, "minecraft:brick_slab"} + STONE_BRICK_SLAB = Block{555, "minecraft:stone_brick_slab"} + MUD_BRICK_SLAB = Block{556, "minecraft:mud_brick_slab"} + NETHER_BRICK_SLAB = Block{557, "minecraft:nether_brick_slab"} + QUARTZ_SLAB = Block{558, "minecraft:quartz_slab"} + RED_SANDSTONE_SLAB = Block{559, "minecraft:red_sandstone_slab"} + CUT_RED_SANDSTONE_SLAB = Block{560, "minecraft:cut_red_sandstone_slab"} + PURPUR_SLAB = Block{561, "minecraft:purpur_slab"} + SMOOTH_STONE = Block{562, "minecraft:smooth_stone"} + SMOOTH_SANDSTONE = Block{563, "minecraft:smooth_sandstone"} + SMOOTH_QUARTZ = Block{564, "minecraft:smooth_quartz"} + SMOOTH_RED_SANDSTONE = Block{565, "minecraft:smooth_red_sandstone"} + SPRUCE_FENCE_GATE = Block{566, "minecraft:spruce_fence_gate"} + BIRCH_FENCE_GATE = Block{567, "minecraft:birch_fence_gate"} + JUNGLE_FENCE_GATE = Block{568, "minecraft:jungle_fence_gate"} + ACACIA_FENCE_GATE = Block{569, "minecraft:acacia_fence_gate"} + CHERRY_FENCE_GATE = Block{570, "minecraft:cherry_fence_gate"} + DARK_OAK_FENCE_GATE = Block{571, "minecraft:dark_oak_fence_gate"} + MANGROVE_FENCE_GATE = Block{572, "minecraft:mangrove_fence_gate"} + BAMBOO_FENCE_GATE = Block{573, "minecraft:bamboo_fence_gate"} + SPRUCE_FENCE = Block{574, "minecraft:spruce_fence"} + BIRCH_FENCE = Block{575, "minecraft:birch_fence"} + JUNGLE_FENCE = Block{576, "minecraft:jungle_fence"} + ACACIA_FENCE = Block{577, "minecraft:acacia_fence"} + CHERRY_FENCE = Block{578, "minecraft:cherry_fence"} + DARK_OAK_FENCE = Block{579, "minecraft:dark_oak_fence"} + MANGROVE_FENCE = Block{580, "minecraft:mangrove_fence"} + BAMBOO_FENCE = Block{581, "minecraft:bamboo_fence"} + SPRUCE_DOOR = Block{582, "minecraft:spruce_door"} + BIRCH_DOOR = Block{583, "minecraft:birch_door"} + JUNGLE_DOOR = Block{584, "minecraft:jungle_door"} + ACACIA_DOOR = Block{585, "minecraft:acacia_door"} + CHERRY_DOOR = Block{586, "minecraft:cherry_door"} + DARK_OAK_DOOR = Block{587, "minecraft:dark_oak_door"} + MANGROVE_DOOR = Block{588, "minecraft:mangrove_door"} + BAMBOO_DOOR = Block{589, "minecraft:bamboo_door"} + END_ROD = Block{590, "minecraft:end_rod"} + CHORUS_PLANT = Block{591, "minecraft:chorus_plant"} + CHORUS_FLOWER = Block{592, "minecraft:chorus_flower"} + PURPUR_BLOCK = Block{593, "minecraft:purpur_block"} + PURPUR_PILLAR = Block{594, "minecraft:purpur_pillar"} + PURPUR_STAIRS = Block{595, "minecraft:purpur_stairs"} + END_STONE_BRICKS = Block{596, "minecraft:end_stone_bricks"} + TORCHFLOWER_CROP = Block{597, "minecraft:torchflower_crop"} + BEETROOTS = Block{598, "minecraft:beetroots"} + DIRT_PATH = Block{599, "minecraft:dirt_path"} + END_GATEWAY = Block{600, "minecraft:end_gateway"} + REPEATING_COMMAND_BLOCK = Block{601, "minecraft:repeating_command_block"} + CHAIN_COMMAND_BLOCK = Block{602, "minecraft:chain_command_block"} + FROSTED_ICE = Block{603, "minecraft:frosted_ice"} + MAGMA_BLOCK = Block{604, "minecraft:magma_block"} + NETHER_WART_BLOCK = Block{605, "minecraft:nether_wart_block"} + RED_NETHER_BRICKS = Block{606, "minecraft:red_nether_bricks"} + BONE_BLOCK = Block{607, "minecraft:bone_block"} + STRUCTURE_VOID = Block{608, "minecraft:structure_void"} + OBSERVER = Block{609, "minecraft:observer"} + SHULKER_BOX = Block{610, "minecraft:shulker_box"} + WHITE_SHULKER_BOX = Block{611, "minecraft:white_shulker_box"} + ORANGE_SHULKER_BOX = Block{612, "minecraft:orange_shulker_box"} + MAGENTA_SHULKER_BOX = Block{613, "minecraft:magenta_shulker_box"} + LIGHT_BLUE_SHULKER_BOX = Block{614, "minecraft:light_blue_shulker_box"} + YELLOW_SHULKER_BOX = Block{615, "minecraft:yellow_shulker_box"} + LIME_SHULKER_BOX = Block{616, "minecraft:lime_shulker_box"} + PINK_SHULKER_BOX = Block{617, "minecraft:pink_shulker_box"} + GRAY_SHULKER_BOX = Block{618, "minecraft:gray_shulker_box"} + LIGHT_GRAY_SHULKER_BOX = Block{619, "minecraft:light_gray_shulker_box"} + CYAN_SHULKER_BOX = Block{620, "minecraft:cyan_shulker_box"} + PURPLE_SHULKER_BOX = Block{621, "minecraft:purple_shulker_box"} + BLUE_SHULKER_BOX = Block{622, "minecraft:blue_shulker_box"} + BROWN_SHULKER_BOX = Block{623, "minecraft:brown_shulker_box"} + GREEN_SHULKER_BOX = Block{624, "minecraft:green_shulker_box"} + RED_SHULKER_BOX = Block{625, "minecraft:red_shulker_box"} + BLACK_SHULKER_BOX = Block{626, "minecraft:black_shulker_box"} + WHITE_GLAZED_TERRACOTTA = Block{627, "minecraft:white_glazed_terracotta"} + ORANGE_GLAZED_TERRACOTTA = Block{628, "minecraft:orange_glazed_terracotta"} + MAGENTA_GLAZED_TERRACOTTA = Block{629, "minecraft:magenta_glazed_terracotta"} + LIGHT_BLUE_GLAZED_TERRACOTTA = Block{630, "minecraft:light_blue_glazed_terracotta"} + YELLOW_GLAZED_TERRACOTTA = Block{631, "minecraft:yellow_glazed_terracotta"} + LIME_GLAZED_TERRACOTTA = Block{632, "minecraft:lime_glazed_terracotta"} + PINK_GLAZED_TERRACOTTA = Block{633, "minecraft:pink_glazed_terracotta"} + GRAY_GLAZED_TERRACOTTA = Block{634, "minecraft:gray_glazed_terracotta"} + LIGHT_GRAY_GLAZED_TERRACOTTA = Block{635, "minecraft:light_gray_glazed_terracotta"} + CYAN_GLAZED_TERRACOTTA = Block{636, "minecraft:cyan_glazed_terracotta"} + PURPLE_GLAZED_TERRACOTTA = Block{637, "minecraft:purple_glazed_terracotta"} + BLUE_GLAZED_TERRACOTTA = Block{638, "minecraft:blue_glazed_terracotta"} + BROWN_GLAZED_TERRACOTTA = Block{639, "minecraft:brown_glazed_terracotta"} + GREEN_GLAZED_TERRACOTTA = Block{640, "minecraft:green_glazed_terracotta"} + RED_GLAZED_TERRACOTTA = Block{641, "minecraft:red_glazed_terracotta"} + BLACK_GLAZED_TERRACOTTA = Block{642, "minecraft:black_glazed_terracotta"} + WHITE_CONCRETE = Block{643, "minecraft:white_concrete"} + ORANGE_CONCRETE = Block{644, "minecraft:orange_concrete"} + MAGENTA_CONCRETE = Block{645, "minecraft:magenta_concrete"} + LIGHT_BLUE_CONCRETE = Block{646, "minecraft:light_blue_concrete"} + YELLOW_CONCRETE = Block{647, "minecraft:yellow_concrete"} + LIME_CONCRETE = Block{648, "minecraft:lime_concrete"} + PINK_CONCRETE = Block{649, "minecraft:pink_concrete"} + GRAY_CONCRETE = Block{650, "minecraft:gray_concrete"} + LIGHT_GRAY_CONCRETE = Block{651, "minecraft:light_gray_concrete"} + CYAN_CONCRETE = Block{652, "minecraft:cyan_concrete"} + PURPLE_CONCRETE = Block{653, "minecraft:purple_concrete"} + BLUE_CONCRETE = Block{654, "minecraft:blue_concrete"} + BROWN_CONCRETE = Block{655, "minecraft:brown_concrete"} + GREEN_CONCRETE = Block{656, "minecraft:green_concrete"} + RED_CONCRETE = Block{657, "minecraft:red_concrete"} + BLACK_CONCRETE = Block{658, "minecraft:black_concrete"} + WHITE_CONCRETE_POWDER = Block{659, "minecraft:white_concrete_powder"} + ORANGE_CONCRETE_POWDER = Block{660, "minecraft:orange_concrete_powder"} + MAGENTA_CONCRETE_POWDER = Block{661, "minecraft:magenta_concrete_powder"} + LIGHT_BLUE_CONCRETE_POWDER = Block{662, "minecraft:light_blue_concrete_powder"} + YELLOW_CONCRETE_POWDER = Block{663, "minecraft:yellow_concrete_powder"} + LIME_CONCRETE_POWDER = Block{664, "minecraft:lime_concrete_powder"} + PINK_CONCRETE_POWDER = Block{665, "minecraft:pink_concrete_powder"} + GRAY_CONCRETE_POWDER = Block{666, "minecraft:gray_concrete_powder"} + LIGHT_GRAY_CONCRETE_POWDER = Block{667, "minecraft:light_gray_concrete_powder"} + CYAN_CONCRETE_POWDER = Block{668, "minecraft:cyan_concrete_powder"} + PURPLE_CONCRETE_POWDER = Block{669, "minecraft:purple_concrete_powder"} + BLUE_CONCRETE_POWDER = Block{670, "minecraft:blue_concrete_powder"} + BROWN_CONCRETE_POWDER = Block{671, "minecraft:brown_concrete_powder"} + GREEN_CONCRETE_POWDER = Block{672, "minecraft:green_concrete_powder"} + RED_CONCRETE_POWDER = Block{673, "minecraft:red_concrete_powder"} + BLACK_CONCRETE_POWDER = Block{674, "minecraft:black_concrete_powder"} + KELP = Block{675, "minecraft:kelp"} + KELP_PLANT = Block{676, "minecraft:kelp_plant"} + DRIED_KELP_BLOCK = Block{677, "minecraft:dried_kelp_block"} + TURTLE_EGG = Block{678, "minecraft:turtle_egg"} + DEAD_TUBE_CORAL_BLOCK = Block{679, "minecraft:dead_tube_coral_block"} + DEAD_BRAIN_CORAL_BLOCK = Block{680, "minecraft:dead_brain_coral_block"} + DEAD_BUBBLE_CORAL_BLOCK = Block{681, "minecraft:dead_bubble_coral_block"} + DEAD_FIRE_CORAL_BLOCK = Block{682, "minecraft:dead_fire_coral_block"} + DEAD_HORN_CORAL_BLOCK = Block{683, "minecraft:dead_horn_coral_block"} + TUBE_CORAL_BLOCK = Block{684, "minecraft:tube_coral_block"} + BRAIN_CORAL_BLOCK = Block{685, "minecraft:brain_coral_block"} + BUBBLE_CORAL_BLOCK = Block{686, "minecraft:bubble_coral_block"} + FIRE_CORAL_BLOCK = Block{687, "minecraft:fire_coral_block"} + HORN_CORAL_BLOCK = Block{688, "minecraft:horn_coral_block"} + DEAD_TUBE_CORAL = Block{689, "minecraft:dead_tube_coral"} + DEAD_BRAIN_CORAL = Block{690, "minecraft:dead_brain_coral"} + DEAD_BUBBLE_CORAL = Block{691, "minecraft:dead_bubble_coral"} + DEAD_FIRE_CORAL = Block{692, "minecraft:dead_fire_coral"} + DEAD_HORN_CORAL = Block{693, "minecraft:dead_horn_coral"} + TUBE_CORAL = Block{694, "minecraft:tube_coral"} + BRAIN_CORAL = Block{695, "minecraft:brain_coral"} + BUBBLE_CORAL = Block{696, "minecraft:bubble_coral"} + FIRE_CORAL = Block{697, "minecraft:fire_coral"} + HORN_CORAL = Block{698, "minecraft:horn_coral"} + DEAD_TUBE_CORAL_FAN = Block{699, "minecraft:dead_tube_coral_fan"} + DEAD_BRAIN_CORAL_FAN = Block{700, "minecraft:dead_brain_coral_fan"} + DEAD_BUBBLE_CORAL_FAN = Block{701, "minecraft:dead_bubble_coral_fan"} + DEAD_FIRE_CORAL_FAN = Block{702, "minecraft:dead_fire_coral_fan"} + DEAD_HORN_CORAL_FAN = Block{703, "minecraft:dead_horn_coral_fan"} + TUBE_CORAL_FAN = Block{704, "minecraft:tube_coral_fan"} + BRAIN_CORAL_FAN = Block{705, "minecraft:brain_coral_fan"} + BUBBLE_CORAL_FAN = Block{706, "minecraft:bubble_coral_fan"} + FIRE_CORAL_FAN = Block{707, "minecraft:fire_coral_fan"} + HORN_CORAL_FAN = Block{708, "minecraft:horn_coral_fan"} + DEAD_TUBE_CORAL_WALL_FAN = Block{709, "minecraft:dead_tube_coral_wall_fan"} + DEAD_BRAIN_CORAL_WALL_FAN = Block{710, "minecraft:dead_brain_coral_wall_fan"} + DEAD_BUBBLE_CORAL_WALL_FAN = Block{711, "minecraft:dead_bubble_coral_wall_fan"} + DEAD_FIRE_CORAL_WALL_FAN = Block{712, "minecraft:dead_fire_coral_wall_fan"} + DEAD_HORN_CORAL_WALL_FAN = Block{713, "minecraft:dead_horn_coral_wall_fan"} + TUBE_CORAL_WALL_FAN = Block{714, "minecraft:tube_coral_wall_fan"} + BRAIN_CORAL_WALL_FAN = Block{715, "minecraft:brain_coral_wall_fan"} + BUBBLE_CORAL_WALL_FAN = Block{716, "minecraft:bubble_coral_wall_fan"} + FIRE_CORAL_WALL_FAN = Block{717, "minecraft:fire_coral_wall_fan"} + HORN_CORAL_WALL_FAN = Block{718, "minecraft:horn_coral_wall_fan"} + SEA_PICKLE = Block{719, "minecraft:sea_pickle"} + BLUE_ICE = Block{720, "minecraft:blue_ice"} + CONDUIT = Block{721, "minecraft:conduit"} + BAMBOO_SAPLING = Block{722, "minecraft:bamboo_sapling"} + BAMBOO = Block{723, "minecraft:bamboo"} + POTTED_BAMBOO = Block{724, "minecraft:potted_bamboo"} + VOID_AIR = Block{725, "minecraft:void_air"} + CAVE_AIR = Block{726, "minecraft:cave_air"} + BUBBLE_COLUMN = Block{727, "minecraft:bubble_column"} + POLISHED_GRANITE_STAIRS = Block{728, "minecraft:polished_granite_stairs"} + SMOOTH_RED_SANDSTONE_STAIRS = Block{729, "minecraft:smooth_red_sandstone_stairs"} + MOSSY_STONE_BRICK_STAIRS = Block{730, "minecraft:mossy_stone_brick_stairs"} + POLISHED_DIORITE_STAIRS = Block{731, "minecraft:polished_diorite_stairs"} + MOSSY_COBBLESTONE_STAIRS = Block{732, "minecraft:mossy_cobblestone_stairs"} + END_STONE_BRICK_STAIRS = Block{733, "minecraft:end_stone_brick_stairs"} + STONE_STAIRS = Block{734, "minecraft:stone_stairs"} + SMOOTH_SANDSTONE_STAIRS = Block{735, "minecraft:smooth_sandstone_stairs"} + SMOOTH_QUARTZ_STAIRS = Block{736, "minecraft:smooth_quartz_stairs"} + GRANITE_STAIRS = Block{737, "minecraft:granite_stairs"} + ANDESITE_STAIRS = Block{738, "minecraft:andesite_stairs"} + RED_NETHER_BRICK_STAIRS = Block{739, "minecraft:red_nether_brick_stairs"} + POLISHED_ANDESITE_STAIRS = Block{740, "minecraft:polished_andesite_stairs"} + DIORITE_STAIRS = Block{741, "minecraft:diorite_stairs"} + POLISHED_GRANITE_SLAB = Block{742, "minecraft:polished_granite_slab"} + SMOOTH_RED_SANDSTONE_SLAB = Block{743, "minecraft:smooth_red_sandstone_slab"} + MOSSY_STONE_BRICK_SLAB = Block{744, "minecraft:mossy_stone_brick_slab"} + POLISHED_DIORITE_SLAB = Block{745, "minecraft:polished_diorite_slab"} + MOSSY_COBBLESTONE_SLAB = Block{746, "minecraft:mossy_cobblestone_slab"} + END_STONE_BRICK_SLAB = Block{747, "minecraft:end_stone_brick_slab"} + SMOOTH_SANDSTONE_SLAB = Block{748, "minecraft:smooth_sandstone_slab"} + SMOOTH_QUARTZ_SLAB = Block{749, "minecraft:smooth_quartz_slab"} + GRANITE_SLAB = Block{750, "minecraft:granite_slab"} + ANDESITE_SLAB = Block{751, "minecraft:andesite_slab"} + RED_NETHER_BRICK_SLAB = Block{752, "minecraft:red_nether_brick_slab"} + POLISHED_ANDESITE_SLAB = Block{753, "minecraft:polished_andesite_slab"} + DIORITE_SLAB = Block{754, "minecraft:diorite_slab"} + BRICK_WALL = Block{755, "minecraft:brick_wall"} + PRISMARINE_WALL = Block{756, "minecraft:prismarine_wall"} + RED_SANDSTONE_WALL = Block{757, "minecraft:red_sandstone_wall"} + MOSSY_STONE_BRICK_WALL = Block{758, "minecraft:mossy_stone_brick_wall"} + GRANITE_WALL = Block{759, "minecraft:granite_wall"} + STONE_BRICK_WALL = Block{760, "minecraft:stone_brick_wall"} + MUD_BRICK_WALL = Block{761, "minecraft:mud_brick_wall"} + NETHER_BRICK_WALL = Block{762, "minecraft:nether_brick_wall"} + ANDESITE_WALL = Block{763, "minecraft:andesite_wall"} + RED_NETHER_BRICK_WALL = Block{764, "minecraft:red_nether_brick_wall"} + SANDSTONE_WALL = Block{765, "minecraft:sandstone_wall"} + END_STONE_BRICK_WALL = Block{766, "minecraft:end_stone_brick_wall"} + DIORITE_WALL = Block{767, "minecraft:diorite_wall"} + SCAFFOLDING = Block{768, "minecraft:scaffolding"} + LOOM = Block{769, "minecraft:loom"} + BARREL = Block{770, "minecraft:barrel"} + SMOKER = Block{771, "minecraft:smoker"} + BLAST_FURNACE = Block{772, "minecraft:blast_furnace"} + CARTOGRAPHY_TABLE = Block{773, "minecraft:cartography_table"} + FLETCHING_TABLE = Block{774, "minecraft:fletching_table"} + GRINDSTONE = Block{775, "minecraft:grindstone"} + LECTERN = Block{776, "minecraft:lectern"} + SMITHING_TABLE = Block{777, "minecraft:smithing_table"} + STONECUTTER = Block{778, "minecraft:stonecutter"} + BELL = Block{779, "minecraft:bell"} + LANTERN = Block{780, "minecraft:lantern"} + SOUL_LANTERN = Block{781, "minecraft:soul_lantern"} + CAMPFIRE = Block{782, "minecraft:campfire"} + SOUL_CAMPFIRE = Block{783, "minecraft:soul_campfire"} + SWEET_BERRY_BUSH = Block{784, "minecraft:sweet_berry_bush"} + WARPED_STEM = Block{785, "minecraft:warped_stem"} + STRIPPED_WARPED_STEM = Block{786, "minecraft:stripped_warped_stem"} + WARPED_HYPHAE = Block{787, "minecraft:warped_hyphae"} + STRIPPED_WARPED_HYPHAE = Block{788, "minecraft:stripped_warped_hyphae"} + WARPED_NYLIUM = Block{789, "minecraft:warped_nylium"} + WARPED_FUNGUS = Block{790, "minecraft:warped_fungus"} + WARPED_WART_BLOCK = Block{791, "minecraft:warped_wart_block"} + WARPED_ROOTS = Block{792, "minecraft:warped_roots"} + NETHER_SPROUTS = Block{793, "minecraft:nether_sprouts"} + CRIMSON_STEM = Block{794, "minecraft:crimson_stem"} + STRIPPED_CRIMSON_STEM = Block{795, "minecraft:stripped_crimson_stem"} + CRIMSON_HYPHAE = Block{796, "minecraft:crimson_hyphae"} + STRIPPED_CRIMSON_HYPHAE = Block{797, "minecraft:stripped_crimson_hyphae"} + CRIMSON_NYLIUM = Block{798, "minecraft:crimson_nylium"} + CRIMSON_FUNGUS = Block{799, "minecraft:crimson_fungus"} + SHROOMLIGHT = Block{800, "minecraft:shroomlight"} + WEEPING_VINES = Block{801, "minecraft:weeping_vines"} + WEEPING_VINES_PLANT = Block{802, "minecraft:weeping_vines_plant"} + TWISTING_VINES = Block{803, "minecraft:twisting_vines"} + TWISTING_VINES_PLANT = Block{804, "minecraft:twisting_vines_plant"} + CRIMSON_ROOTS = Block{805, "minecraft:crimson_roots"} + CRIMSON_PLANKS = Block{806, "minecraft:crimson_planks"} + WARPED_PLANKS = Block{807, "minecraft:warped_planks"} + CRIMSON_SLAB = Block{808, "minecraft:crimson_slab"} + WARPED_SLAB = Block{809, "minecraft:warped_slab"} + CRIMSON_PRESSURE_PLATE = Block{810, "minecraft:crimson_pressure_plate"} + WARPED_PRESSURE_PLATE = Block{811, "minecraft:warped_pressure_plate"} + CRIMSON_FENCE = Block{812, "minecraft:crimson_fence"} + WARPED_FENCE = Block{813, "minecraft:warped_fence"} + CRIMSON_TRAPDOOR = Block{814, "minecraft:crimson_trapdoor"} + WARPED_TRAPDOOR = Block{815, "minecraft:warped_trapdoor"} + CRIMSON_FENCE_GATE = Block{816, "minecraft:crimson_fence_gate"} + WARPED_FENCE_GATE = Block{817, "minecraft:warped_fence_gate"} + CRIMSON_STAIRS = Block{818, "minecraft:crimson_stairs"} + WARPED_STAIRS = Block{819, "minecraft:warped_stairs"} + CRIMSON_BUTTON = Block{820, "minecraft:crimson_button"} + WARPED_BUTTON = Block{821, "minecraft:warped_button"} + CRIMSON_DOOR = Block{822, "minecraft:crimson_door"} + WARPED_DOOR = Block{823, "minecraft:warped_door"} + CRIMSON_SIGN = Block{824, "minecraft:crimson_sign"} + WARPED_SIGN = Block{825, "minecraft:warped_sign"} + CRIMSON_WALL_SIGN = Block{826, "minecraft:crimson_wall_sign"} + WARPED_WALL_SIGN = Block{827, "minecraft:warped_wall_sign"} + STRUCTURE_BLOCK = Block{828, "minecraft:structure_block"} + JIGSAW = Block{829, "minecraft:jigsaw"} + COMPOSTER = Block{830, "minecraft:composter"} + TARGET = Block{831, "minecraft:target"} + BEE_NEST = Block{832, "minecraft:bee_nest"} + BEEHIVE = Block{833, "minecraft:beehive"} + HONEY_BLOCK = Block{834, "minecraft:honey_block"} + HONEYCOMB_BLOCK = Block{835, "minecraft:honeycomb_block"} + NETHERITE_BLOCK = Block{836, "minecraft:netherite_block"} + ANCIENT_DEBRIS = Block{837, "minecraft:ancient_debris"} + CRYING_OBSIDIAN = Block{838, "minecraft:crying_obsidian"} + RESPAWN_ANCHOR = Block{839, "minecraft:respawn_anchor"} + POTTED_CRIMSON_FUNGUS = Block{840, "minecraft:potted_crimson_fungus"} + POTTED_WARPED_FUNGUS = Block{841, "minecraft:potted_warped_fungus"} + POTTED_CRIMSON_ROOTS = Block{842, "minecraft:potted_crimson_roots"} + POTTED_WARPED_ROOTS = Block{843, "minecraft:potted_warped_roots"} + LODESTONE = Block{844, "minecraft:lodestone"} + BLACKSTONE = Block{845, "minecraft:blackstone"} + BLACKSTONE_STAIRS = Block{846, "minecraft:blackstone_stairs"} + BLACKSTONE_WALL = Block{847, "minecraft:blackstone_wall"} + BLACKSTONE_SLAB = Block{848, "minecraft:blackstone_slab"} + POLISHED_BLACKSTONE = Block{849, "minecraft:polished_blackstone"} + POLISHED_BLACKSTONE_BRICKS = Block{850, "minecraft:polished_blackstone_bricks"} + CRACKED_POLISHED_BLACKSTONE_BRICKS = Block{851, "minecraft:cracked_polished_blackstone_bricks"} + CHISELED_POLISHED_BLACKSTONE = Block{852, "minecraft:chiseled_polished_blackstone"} + POLISHED_BLACKSTONE_BRICK_SLAB = Block{853, "minecraft:polished_blackstone_brick_slab"} + POLISHED_BLACKSTONE_BRICK_STAIRS = Block{854, "minecraft:polished_blackstone_brick_stairs"} + POLISHED_BLACKSTONE_BRICK_WALL = Block{855, "minecraft:polished_blackstone_brick_wall"} + GILDED_BLACKSTONE = Block{856, "minecraft:gilded_blackstone"} + POLISHED_BLACKSTONE_STAIRS = Block{857, "minecraft:polished_blackstone_stairs"} + POLISHED_BLACKSTONE_SLAB = Block{858, "minecraft:polished_blackstone_slab"} + POLISHED_BLACKSTONE_PRESSURE_PLATE = Block{859, "minecraft:polished_blackstone_pressure_plate"} + POLISHED_BLACKSTONE_BUTTON = Block{860, "minecraft:polished_blackstone_button"} + POLISHED_BLACKSTONE_WALL = Block{861, "minecraft:polished_blackstone_wall"} + CHISELED_NETHER_BRICKS = Block{862, "minecraft:chiseled_nether_bricks"} + CRACKED_NETHER_BRICKS = Block{863, "minecraft:cracked_nether_bricks"} + QUARTZ_BRICKS = Block{864, "minecraft:quartz_bricks"} + CANDLE = Block{865, "minecraft:candle"} + WHITE_CANDLE = Block{866, "minecraft:white_candle"} + ORANGE_CANDLE = Block{867, "minecraft:orange_candle"} + MAGENTA_CANDLE = Block{868, "minecraft:magenta_candle"} + LIGHT_BLUE_CANDLE = Block{869, "minecraft:light_blue_candle"} + YELLOW_CANDLE = Block{870, "minecraft:yellow_candle"} + LIME_CANDLE = Block{871, "minecraft:lime_candle"} + PINK_CANDLE = Block{872, "minecraft:pink_candle"} + GRAY_CANDLE = Block{873, "minecraft:gray_candle"} + LIGHT_GRAY_CANDLE = Block{874, "minecraft:light_gray_candle"} + CYAN_CANDLE = Block{875, "minecraft:cyan_candle"} + PURPLE_CANDLE = Block{876, "minecraft:purple_candle"} + BLUE_CANDLE = Block{877, "minecraft:blue_candle"} + BROWN_CANDLE = Block{878, "minecraft:brown_candle"} + GREEN_CANDLE = Block{879, "minecraft:green_candle"} + RED_CANDLE = Block{880, "minecraft:red_candle"} + BLACK_CANDLE = Block{881, "minecraft:black_candle"} + CANDLE_CAKE = Block{882, "minecraft:candle_cake"} + WHITE_CANDLE_CAKE = Block{883, "minecraft:white_candle_cake"} + ORANGE_CANDLE_CAKE = Block{884, "minecraft:orange_candle_cake"} + MAGENTA_CANDLE_CAKE = Block{885, "minecraft:magenta_candle_cake"} + LIGHT_BLUE_CANDLE_CAKE = Block{886, "minecraft:light_blue_candle_cake"} + YELLOW_CANDLE_CAKE = Block{887, "minecraft:yellow_candle_cake"} + LIME_CANDLE_CAKE = Block{888, "minecraft:lime_candle_cake"} + PINK_CANDLE_CAKE = Block{889, "minecraft:pink_candle_cake"} + GRAY_CANDLE_CAKE = Block{890, "minecraft:gray_candle_cake"} + LIGHT_GRAY_CANDLE_CAKE = Block{891, "minecraft:light_gray_candle_cake"} + CYAN_CANDLE_CAKE = Block{892, "minecraft:cyan_candle_cake"} + PURPLE_CANDLE_CAKE = Block{893, "minecraft:purple_candle_cake"} + BLUE_CANDLE_CAKE = Block{894, "minecraft:blue_candle_cake"} + BROWN_CANDLE_CAKE = Block{895, "minecraft:brown_candle_cake"} + GREEN_CANDLE_CAKE = Block{896, "minecraft:green_candle_cake"} + RED_CANDLE_CAKE = Block{897, "minecraft:red_candle_cake"} + BLACK_CANDLE_CAKE = Block{898, "minecraft:black_candle_cake"} + AMETHYST_BLOCK = Block{899, "minecraft:amethyst_block"} + BUDDING_AMETHYST = Block{900, "minecraft:budding_amethyst"} + AMETHYST_CLUSTER = Block{901, "minecraft:amethyst_cluster"} + LARGE_AMETHYST_BUD = Block{902, "minecraft:large_amethyst_bud"} + MEDIUM_AMETHYST_BUD = Block{903, "minecraft:medium_amethyst_bud"} + SMALL_AMETHYST_BUD = Block{904, "minecraft:small_amethyst_bud"} + TUFF = Block{905, "minecraft:tuff"} + CALCITE = Block{906, "minecraft:calcite"} + TINTED_GLASS = Block{907, "minecraft:tinted_glass"} + POWDER_SNOW = Block{908, "minecraft:powder_snow"} + SCULK_SENSOR = Block{909, "minecraft:sculk_sensor"} + SCULK = Block{910, "minecraft:sculk"} + SCULK_VEIN = Block{911, "minecraft:sculk_vein"} + SCULK_CATALYST = Block{912, "minecraft:sculk_catalyst"} + SCULK_SHRIEKER = Block{913, "minecraft:sculk_shrieker"} + OXIDIZED_COPPER = Block{914, "minecraft:oxidized_copper"} + WEATHERED_COPPER = Block{915, "minecraft:weathered_copper"} + EXPOSED_COPPER = Block{916, "minecraft:exposed_copper"} + COPPER_BLOCK = Block{917, "minecraft:copper_block"} + COPPER_ORE = Block{918, "minecraft:copper_ore"} + DEEPSLATE_COPPER_ORE = Block{919, "minecraft:deepslate_copper_ore"} + OXIDIZED_CUT_COPPER = Block{920, "minecraft:oxidized_cut_copper"} + WEATHERED_CUT_COPPER = Block{921, "minecraft:weathered_cut_copper"} + EXPOSED_CUT_COPPER = Block{922, "minecraft:exposed_cut_copper"} + CUT_COPPER = Block{923, "minecraft:cut_copper"} + OXIDIZED_CUT_COPPER_STAIRS = Block{924, "minecraft:oxidized_cut_copper_stairs"} + WEATHERED_CUT_COPPER_STAIRS = Block{925, "minecraft:weathered_cut_copper_stairs"} + EXPOSED_CUT_COPPER_STAIRS = Block{926, "minecraft:exposed_cut_copper_stairs"} + CUT_COPPER_STAIRS = Block{927, "minecraft:cut_copper_stairs"} + OXIDIZED_CUT_COPPER_SLAB = Block{928, "minecraft:oxidized_cut_copper_slab"} + WEATHERED_CUT_COPPER_SLAB = Block{929, "minecraft:weathered_cut_copper_slab"} + EXPOSED_CUT_COPPER_SLAB = Block{930, "minecraft:exposed_cut_copper_slab"} + CUT_COPPER_SLAB = Block{931, "minecraft:cut_copper_slab"} + WAXED_COPPER_BLOCK = Block{932, "minecraft:waxed_copper_block"} + WAXED_WEATHERED_COPPER = Block{933, "minecraft:waxed_weathered_copper"} + WAXED_EXPOSED_COPPER = Block{934, "minecraft:waxed_exposed_copper"} + WAXED_OXIDIZED_COPPER = Block{935, "minecraft:waxed_oxidized_copper"} + WAXED_OXIDIZED_CUT_COPPER = Block{936, "minecraft:waxed_oxidized_cut_copper"} + WAXED_WEATHERED_CUT_COPPER = Block{937, "minecraft:waxed_weathered_cut_copper"} + WAXED_EXPOSED_CUT_COPPER = Block{938, "minecraft:waxed_exposed_cut_copper"} + WAXED_CUT_COPPER = Block{939, "minecraft:waxed_cut_copper"} + WAXED_OXIDIZED_CUT_COPPER_STAIRS = Block{940, "minecraft:waxed_oxidized_cut_copper_stairs"} + WAXED_WEATHERED_CUT_COPPER_STAIRS = Block{941, "minecraft:waxed_weathered_cut_copper_stairs"} + WAXED_EXPOSED_CUT_COPPER_STAIRS = Block{942, "minecraft:waxed_exposed_cut_copper_stairs"} + WAXED_CUT_COPPER_STAIRS = Block{943, "minecraft:waxed_cut_copper_stairs"} + WAXED_OXIDIZED_CUT_COPPER_SLAB = Block{944, "minecraft:waxed_oxidized_cut_copper_slab"} + WAXED_WEATHERED_CUT_COPPER_SLAB = Block{945, "minecraft:waxed_weathered_cut_copper_slab"} + WAXED_EXPOSED_CUT_COPPER_SLAB = Block{946, "minecraft:waxed_exposed_cut_copper_slab"} + WAXED_CUT_COPPER_SLAB = Block{947, "minecraft:waxed_cut_copper_slab"} + LIGHTNING_ROD = Block{948, "minecraft:lightning_rod"} + POINTED_DRIPSTONE = Block{949, "minecraft:pointed_dripstone"} + DRIPSTONE_BLOCK = Block{950, "minecraft:dripstone_block"} + CAVE_VINES = Block{951, "minecraft:cave_vines"} + CAVE_VINES_PLANT = Block{952, "minecraft:cave_vines_plant"} + SPORE_BLOSSOM = Block{953, "minecraft:spore_blossom"} + AZALEA = Block{954, "minecraft:azalea"} + FLOWERING_AZALEA = Block{955, "minecraft:flowering_azalea"} + MOSS_CARPET = Block{956, "minecraft:moss_carpet"} + PINK_PETALS = Block{957, "minecraft:pink_petals"} + MOSS_BLOCK = Block{958, "minecraft:moss_block"} + BIG_DRIPLEAF = Block{959, "minecraft:big_dripleaf"} + BIG_DRIPLEAF_STEM = Block{960, "minecraft:big_dripleaf_stem"} + SMALL_DRIPLEAF = Block{961, "minecraft:small_dripleaf"} + HANGING_ROOTS = Block{962, "minecraft:hanging_roots"} + ROOTED_DIRT = Block{963, "minecraft:rooted_dirt"} + MUD = Block{964, "minecraft:mud"} + DEEPSLATE = Block{965, "minecraft:deepslate"} + COBBLED_DEEPSLATE = Block{966, "minecraft:cobbled_deepslate"} + COBBLED_DEEPSLATE_STAIRS = Block{967, "minecraft:cobbled_deepslate_stairs"} + COBBLED_DEEPSLATE_SLAB = Block{968, "minecraft:cobbled_deepslate_slab"} + COBBLED_DEEPSLATE_WALL = Block{969, "minecraft:cobbled_deepslate_wall"} + POLISHED_DEEPSLATE = Block{970, "minecraft:polished_deepslate"} + POLISHED_DEEPSLATE_STAIRS = Block{971, "minecraft:polished_deepslate_stairs"} + POLISHED_DEEPSLATE_SLAB = Block{972, "minecraft:polished_deepslate_slab"} + POLISHED_DEEPSLATE_WALL = Block{973, "minecraft:polished_deepslate_wall"} + DEEPSLATE_TILES = Block{974, "minecraft:deepslate_tiles"} + DEEPSLATE_TILE_STAIRS = Block{975, "minecraft:deepslate_tile_stairs"} + DEEPSLATE_TILE_SLAB = Block{976, "minecraft:deepslate_tile_slab"} + DEEPSLATE_TILE_WALL = Block{977, "minecraft:deepslate_tile_wall"} + DEEPSLATE_BRICKS = Block{978, "minecraft:deepslate_bricks"} + DEEPSLATE_BRICK_STAIRS = Block{979, "minecraft:deepslate_brick_stairs"} + DEEPSLATE_BRICK_SLAB = Block{980, "minecraft:deepslate_brick_slab"} + DEEPSLATE_BRICK_WALL = Block{981, "minecraft:deepslate_brick_wall"} + CHISELED_DEEPSLATE = Block{982, "minecraft:chiseled_deepslate"} + CRACKED_DEEPSLATE_BRICKS = Block{983, "minecraft:cracked_deepslate_bricks"} + CRACKED_DEEPSLATE_TILES = Block{984, "minecraft:cracked_deepslate_tiles"} + INFESTED_DEEPSLATE = Block{985, "minecraft:infested_deepslate"} + SMOOTH_BASALT = Block{986, "minecraft:smooth_basalt"} + RAW_IRON_BLOCK = Block{987, "minecraft:raw_iron_block"} + RAW_COPPER_BLOCK = Block{988, "minecraft:raw_copper_block"} + RAW_GOLD_BLOCK = Block{989, "minecraft:raw_gold_block"} + POTTED_AZALEA = Block{990, "minecraft:potted_azalea"} + POTTED_FLOWERING_AZALEA = Block{991, "minecraft:potted_flowering_azalea"} + OCHRE_FROGLIGHT = Block{992, "minecraft:ochre_froglight"} + VERDANT_FROGLIGHT = Block{993, "minecraft:verdant_froglight"} + PEARLESCENT_FROGLIGHT = Block{994, "minecraft:pearlescent_froglight"} + FROGSPAWN = Block{995, "minecraft:frogspawn"} + REINFORCED_DEEPSLATE = Block{996, "minecraft:reinforced_deepslate"} + DECORATED_POT = Block{997, "minecraft:decorated_pot"} )