feat: finish building blocks

This commit is contained in:
TheClashFruit 2023-08-09 20:21:15 +02:00
parent 85a3bc2793
commit d61d16bbcc
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C

View file

@ -129,6 +129,393 @@ public class ItemGroupsMixin {
content.add(Items.NETHER_GOLD_ORE); content.add(Items.NETHER_GOLD_ORE);
content.add(Items.NETHER_QUARTZ_ORE); content.add(Items.NETHER_QUARTZ_ORE);
content.add(Items.ANCIENT_DEBRIS); content.add(Items.ANCIENT_DEBRIS);
content.add(Items.COAL_BLOCK);
content.add(Items.RAW_IRON_BLOCK);
content.add(Items.RAW_COPPER_BLOCK);
content.add(Items.RAW_GOLD_BLOCK);
content.add(Items.AMETHYST_BLOCK);
content.add(Items.BUDDING_AMETHYST);
content.add(Items.IRON_BLOCK);
content.add(Items.COPPER_BLOCK);
content.add(Items.GOLD_BLOCK);
content.add(Items.DIAMOND_BLOCK);
content.add(Items.NETHERITE_BLOCK);
content.add(Items.EXPOSED_COPPER);
content.add(Items.WEATHERED_COPPER);
content.add(Items.OXIDIZED_COPPER);
content.add(Items.CUT_COPPER);
content.add(Items.EXPOSED_CUT_COPPER);
content.add(Items.WEATHERED_CUT_COPPER);
content.add(Items.OXIDIZED_CUT_COPPER);
content.add(Items.CUT_COPPER_STAIRS);
content.add(Items.EXPOSED_CUT_COPPER_STAIRS);
content.add(Items.WEATHERED_CUT_COPPER_STAIRS);
content.add(Items.OXIDIZED_CUT_COPPER_STAIRS);
content.add(Items.CUT_COPPER_SLAB);
content.add(Items.EXPOSED_CUT_COPPER_SLAB);
content.add(Items.WEATHERED_CUT_COPPER_SLAB);
content.add(Items.OXIDIZED_CUT_COPPER_SLAB);
content.add(Items.WAXED_COPPER_BLOCK);
content.add(Items.WAXED_EXPOSED_COPPER);
content.add(Items.WAXED_WEATHERED_COPPER);
content.add(Items.WAXED_OXIDIZED_COPPER);
content.add(Items.WAXED_CUT_COPPER);
content.add(Items.WAXED_EXPOSED_CUT_COPPER);
content.add(Items.WAXED_WEATHERED_CUT_COPPER);
content.add(Items.WAXED_OXIDIZED_CUT_COPPER);
content.add(Items.WAXED_CUT_COPPER_STAIRS);
content.add(Items.WAXED_EXPOSED_CUT_COPPER_STAIRS);
content.add(Items.WAXED_WEATHERED_CUT_COPPER_STAIRS);
content.add(Items.WAXED_OXIDIZED_CUT_COPPER_STAIRS);
content.add(Items.WAXED_CUT_COPPER_SLAB);
content.add(Items.WAXED_EXPOSED_CUT_COPPER_SLAB);
content.add(Items.WAXED_WEATHERED_CUT_COPPER_SLAB);
content.add(Items.WAXED_OXIDIZED_CUT_COPPER_SLAB);
content.add(Items.OAK_LOG);
content.add(Items.SPRUCE_LOG);
content.add(Items.BIRCH_LOG);
content.add(Items.JUNGLE_LOG);
content.add(Items.ACACIA_LOG);
content.add(Items.DARK_OAK_LOG);
content.add(Items.MANGROVE_LOG);
content.add(Items.MANGROVE_ROOTS);
content.add(Items.MUDDY_MANGROVE_ROOTS);
content.add(Items.CHERRY_LOG);
content.add(Items.CRIMSON_STEM);
content.add(Items.WARPED_STEM);
content.add(Items.STRIPPED_OAK_LOG);
content.add(Items.STRIPPED_SPRUCE_LOG);
content.add(Items.STRIPPED_BIRCH_LOG);
content.add(Items.STRIPPED_JUNGLE_LOG);
content.add(Items.STRIPPED_ACACIA_LOG);
content.add(Items.STRIPPED_DARK_OAK_LOG);
content.add(Items.STRIPPED_MANGROVE_LOG);
content.add(Items.STRIPPED_CHERRY_LOG);
content.add(Items.STRIPPED_CRIMSON_STEM);
content.add(Items.STRIPPED_WARPED_STEM);
content.add(Items.STRIPPED_OAK_WOOD);
content.add(Items.STRIPPED_SPRUCE_WOOD);
content.add(Items.STRIPPED_BIRCH_WOOD);
content.add(Items.STRIPPED_JUNGLE_WOOD);
content.add(Items.STRIPPED_ACACIA_WOOD);
content.add(Items.STRIPPED_DARK_OAK_WOOD);
content.add(Items.STRIPPED_MANGROVE_WOOD);
content.add(Items.STRIPPED_CHERRY_WOOD);
content.add(Items.STRIPPED_CRIMSON_HYPHAE);
content.add(Items.STRIPPED_WARPED_HYPHAE);
content.add(Items.OAK_WOOD);
content.add(Items.SPRUCE_WOOD);
content.add(Items.BIRCH_WOOD);
content.add(Items.JUNGLE_WOOD);
content.add(Items.ACACIA_WOOD);
content.add(Items.DARK_OAK_WOOD);
content.add(Items.MANGROVE_WOOD);
content.add(Items.CHERRY_WOOD);
content.add(Items.CRIMSON_HYPHAE);
content.add(Items.WARPED_HYPHAE);
content.add(Items.SPONGE);
content.add(Items.WET_SPONGE);
content.add(Items.GLASS);
content.add(Items.TINTED_GLASS);
content.add(Items.LAPIS_BLOCK);
content.add(Items.SANDSTONE);
content.add(Items.CHISELED_SANDSTONE);
content.add(Items.CUT_SANDSTONE);
content.add(Items.WHITE_WOOL);
content.add(Items.ORANGE_WOOL);
content.add(Items.MAGENTA_WOOL);
content.add(Items.LIGHT_BLUE_WOOL);
content.add(Items.YELLOW_WOOL);
content.add(Items.LIME_WOOL);
content.add(Items.PINK_WOOL);
content.add(Items.GRAY_WOOL);
content.add(Items.LIGHT_GRAY_WOOL);
content.add(Items.CYAN_WOOL);
content.add(Items.PURPLE_WOOL);
content.add(Items.BLUE_WOOL);
content.add(Items.BROWN_WOOL);
content.add(Items.GREEN_WOOL);
content.add(Items.RED_WOOL);
content.add(Items.BLACK_WOOL);
content.add(Items.OAK_SLAB);
content.add(Items.SPRUCE_SLAB);
content.add(Items.BIRCH_SLAB);
content.add(Items.JUNGLE_SLAB);
content.add(Items.ACACIA_SLAB);
content.add(Items.DARK_OAK_SLAB);
content.add(Items.MANGROVE_SLAB);
content.add(Items.CHERRY_SLAB);
content.add(Items.CRIMSON_SLAB);
content.add(Items.WARPED_SLAB);
content.add(Items.STONE_SLAB);
content.add(Items.SMOOTH_STONE_SLAB);
content.add(Items.SANDSTONE_SLAB);
content.add(Items.CUT_SANDSTONE_SLAB);
content.add(Items.PETRIFIED_OAK_SLAB);
content.add(Items.COBBLESTONE_SLAB);
content.add(Items.BRICK_SLAB);
content.add(Items.STONE_BRICK_SLAB);
content.add(Items.MUD_BRICK_SLAB);
content.add(Items.NETHER_BRICK_SLAB);
content.add(Items.QUARTZ_SLAB);
content.add(Items.RED_SANDSTONE_SLAB);
content.add(Items.CUT_RED_SANDSTONE_SLAB);
content.add(Items.PURPUR_SLAB);
content.add(Items.PRISMARINE_SLAB);
content.add(Items.PRISMARINE_BRICK_SLAB);
content.add(Items.DARK_PRISMARINE_SLAB);
content.add(Items.SMOOTH_QUARTZ);
content.add(Items.SMOOTH_RED_SANDSTONE);
content.add(Items.SMOOTH_SANDSTONE);
content.add(Items.SMOOTH_STONE);
content.add(Items.BRICKS);
content.add(Items.BOOKSHELF);
content.add(Items.MOSSY_COBBLESTONE);
content.add(Items.OBSIDIAN);
content.add(Items.PURPUR_BLOCK);
content.add(Items.PURPUR_PILLAR);
content.add(Items.PURPUR_STAIRS);
content.add(Items.COBBLESTONE_STAIRS);
content.add(Items.ICE);
content.add(Items.SNOW_BLOCK);
content.add(Items.CLAY);
content.add(Items.PUMPKIN);
content.add(Items.CARVED_PUMPKIN);
content.add(Items.JACK_O_LANTERN);
content.add(Items.NETHERRACK);
content.add(Items.SOUL_SAND);
content.add(Items.SOUL_SOIL);
content.add(Items.BASALT);
content.add(Items.POLISHED_BASALT);
content.add(Items.SMOOTH_BASALT);
content.add(Items.GLOWSTONE);
content.add(Items.STONE_BRICKS);
content.add(Items.MOSSY_STONE_BRICKS);
content.add(Items.CRACKED_STONE_BRICKS);
content.add(Items.CHISELED_STONE_BRICKS);
content.add(Items.PACKED_MUD);
content.add(Items.MUD_BRICKS);
content.add(Items.DEEPSLATE_BRICKS);
content.add(Items.CRACKED_DEEPSLATE_BRICKS);
content.add(Items.DEEPSLATE_TILES);
content.add(Items.CRACKED_DEEPSLATE_TILES);
content.add(Items.CHISELED_DEEPSLATE);
content.add(Items.REINFORCED_DEEPSLATE);
content.add(Items.MELON);
content.add(Items.BRICK_STAIRS);
content.add(Items.STONE_BRICK_STAIRS);
content.add(Items.MUD_BRICK_STAIRS);
content.add(Items.MYCELIUM);
content.add(Items.NETHER_BRICKS);
content.add(Items.CRACKED_NETHER_BRICKS);
content.add(Items.CHISELED_NETHER_BRICKS);
content.add(Items.NETHER_BRICK_STAIRS);
content.add(Items.END_STONE);
content.add(Items.END_STONE_BRICKS);
content.add(Items.SANDSTONE_STAIRS);
content.add(Items.EMERALD_BLOCK);
content.add(Items.OAK_STAIRS);
content.add(Items.SPRUCE_STAIRS);
content.add(Items.BIRCH_STAIRS);
content.add(Items.JUNGLE_STAIRS);
content.add(Items.ACACIA_STAIRS);
content.add(Items.DARK_OAK_STAIRS);
content.add(Items.MANGROVE_STAIRS);
content.add(Items.CHERRY_STAIRS);
content.add(Items.CRIMSON_STAIRS);
content.add(Items.WARPED_STAIRS);
content.add(Items.CHISELED_QUARTZ_BLOCK);
content.add(Items.QUARTZ_BLOCK);
content.add(Items.QUARTZ_BRICKS);
content.add(Items.QUARTZ_PILLAR);
content.add(Items.QUARTZ_STAIRS);
content.add(Items.WHITE_TERRACOTTA);
content.add(Items.ORANGE_TERRACOTTA);
content.add(Items.MAGENTA_TERRACOTTA);
content.add(Items.LIGHT_BLUE_TERRACOTTA);
content.add(Items.YELLOW_TERRACOTTA);
content.add(Items.LIME_TERRACOTTA);
content.add(Items.PINK_TERRACOTTA);
content.add(Items.GRAY_TERRACOTTA);
content.add(Items.LIGHT_GRAY_TERRACOTTA);
content.add(Items.CYAN_TERRACOTTA);
content.add(Items.PURPLE_TERRACOTTA);
content.add(Items.BLUE_TERRACOTTA);
content.add(Items.BROWN_TERRACOTTA);
content.add(Items.GREEN_TERRACOTTA);
content.add(Items.RED_TERRACOTTA);
content.add(Items.BLACK_TERRACOTTA);
content.add(Items.HAY_BLOCK);
content.add(Items.TERRACOTTA);
content.add(Items.PACKED_ICE);
content.add(Items.WHITE_STAINED_GLASS);
content.add(Items.ORANGE_STAINED_GLASS);
content.add(Items.MAGENTA_STAINED_GLASS);
content.add(Items.LIGHT_BLUE_STAINED_GLASS);
content.add(Items.YELLOW_STAINED_GLASS);
content.add(Items.LIME_STAINED_GLASS);
content.add(Items.PINK_STAINED_GLASS);
content.add(Items.GRAY_STAINED_GLASS);
content.add(Items.LIGHT_GRAY_STAINED_GLASS);
content.add(Items.CYAN_STAINED_GLASS);
content.add(Items.PURPLE_STAINED_GLASS);
content.add(Items.BLUE_STAINED_GLASS);
content.add(Items.BROWN_STAINED_GLASS);
content.add(Items.GREEN_STAINED_GLASS);
content.add(Items.RED_STAINED_GLASS);
content.add(Items.BLACK_STAINED_GLASS);
content.add(Items.PRISMARINE);
content.add(Items.PRISMARINE_BRICKS);
content.add(Items.DARK_PRISMARINE);
content.add(Items.PRISMARINE_STAIRS);
content.add(Items.PRISMARINE_BRICK_STAIRS);
content.add(Items.DARK_PRISMARINE_STAIRS);
content.add(Items.SEA_LANTERN);
content.add(Items.RED_SANDSTONE);
content.add(Items.CHISELED_RED_SANDSTONE);
content.add(Items.CUT_RED_SANDSTONE);
content.add(Items.RED_SANDSTONE_STAIRS);
content.add(Items.MAGMA_BLOCK);
content.add(Items.NETHER_WART_BLOCK);
content.add(Items.WARPED_WART_BLOCK);
content.add(Items.RED_NETHER_BRICKS);
content.add(Items.BONE_BLOCK);
content.add(Items.WHITE_CONCRETE);
content.add(Items.ORANGE_CONCRETE);
content.add(Items.MAGENTA_CONCRETE);
content.add(Items.LIGHT_BLUE_CONCRETE);
content.add(Items.YELLOW_CONCRETE);
content.add(Items.LIME_CONCRETE);
content.add(Items.PINK_CONCRETE);
content.add(Items.GRAY_CONCRETE);
content.add(Items.LIGHT_GRAY_CONCRETE);
content.add(Items.CYAN_CONCRETE);
content.add(Items.PURPLE_CONCRETE);
content.add(Items.BLUE_CONCRETE);
content.add(Items.BROWN_CONCRETE);
content.add(Items.GREEN_CONCRETE);
content.add(Items.RED_CONCRETE);
content.add(Items.BLACK_CONCRETE);
content.add(Items.WHITE_CONCRETE_POWDER);
content.add(Items.ORANGE_CONCRETE_POWDER);
content.add(Items.MAGENTA_CONCRETE_POWDER);
content.add(Items.LIGHT_BLUE_CONCRETE_POWDER);
content.add(Items.YELLOW_CONCRETE_POWDER);
content.add(Items.LIME_CONCRETE_POWDER);
content.add(Items.PINK_CONCRETE_POWDER);
content.add(Items.GRAY_CONCRETE_POWDER);
content.add(Items.LIGHT_GRAY_CONCRETE_POWDER);
content.add(Items.CYAN_CONCRETE_POWDER);
content.add(Items.PURPLE_CONCRETE_POWDER);
content.add(Items.BLUE_CONCRETE_POWDER);
content.add(Items.BROWN_CONCRETE_POWDER);
content.add(Items.GREEN_CONCRETE_POWDER);
content.add(Items.RED_CONCRETE_POWDER);
content.add(Items.BLACK_CONCRETE_POWDER);
content.add(Items.DEAD_TUBE_CORAL_BLOCK);
content.add(Items.DEAD_BRAIN_CORAL_BLOCK);
content.add(Items.DEAD_BUBBLE_CORAL_BLOCK);
content.add(Items.DEAD_FIRE_CORAL_BLOCK);
content.add(Items.DEAD_HORN_CORAL_BLOCK);
content.add(Items.TUBE_CORAL_BLOCK);
content.add(Items.BRAIN_CORAL_BLOCK);
content.add(Items.BUBBLE_CORAL_BLOCK);
content.add(Items.FIRE_CORAL_BLOCK);
content.add(Items.HORN_CORAL_BLOCK);
content.add(Items.BLUE_ICE);
content.add(Items.POLISHED_GRANITE_STAIRS);
content.add(Items.SMOOTH_RED_SANDSTONE_STAIRS);
content.add(Items.MOSSY_STONE_BRICK_STAIRS);
content.add(Items.POLISHED_DIORITE_STAIRS);
content.add(Items.MOSSY_COBBLESTONE_STAIRS);
content.add(Items.END_STONE_BRICK_STAIRS);
content.add(Items.STONE_STAIRS);
content.add(Items.SMOOTH_SANDSTONE_STAIRS);
content.add(Items.SMOOTH_QUARTZ_STAIRS);
content.add(Items.GRANITE_STAIRS);
content.add(Items.ANDESITE_STAIRS);
content.add(Items.RED_NETHER_BRICK_STAIRS);
content.add(Items.POLISHED_ANDESITE_STAIRS);
content.add(Items.DIORITE_STAIRS);
content.add(Items.COBBLED_DEEPSLATE_STAIRS);
content.add(Items.POLISHED_DEEPSLATE_STAIRS);
content.add(Items.DEEPSLATE_BRICK_STAIRS);
content.add(Items.DEEPSLATE_TILE_STAIRS);
content.add(Items.POLISHED_GRANITE_SLAB);
content.add(Items.SMOOTH_RED_SANDSTONE_SLAB);
content.add(Items.MOSSY_STONE_BRICK_SLAB);
content.add(Items.POLISHED_DIORITE_SLAB);
content.add(Items.MOSSY_COBBLESTONE_SLAB);
content.add(Items.END_STONE_BRICK_SLAB);
content.add(Items.SMOOTH_SANDSTONE_SLAB);
content.add(Items.SMOOTH_QUARTZ_SLAB);
content.add(Items.GRANITE_SLAB);
content.add(Items.ANDESITE_SLAB);
content.add(Items.RED_NETHER_BRICK_SLAB);
content.add(Items.POLISHED_ANDESITE_SLAB);
content.add(Items.DIORITE_SLAB);
content.add(Items.COBBLED_DEEPSLATE_SLAB);
content.add(Items.POLISHED_DEEPSLATE_SLAB);
content.add(Items.DEEPSLATE_BRICK_SLAB);
content.add(Items.DEEPSLATE_TILE_SLAB);
content.add(Items.DRIED_KELP_BLOCK);
content.add(Items.CRYING_OBSIDIAN);
content.add(Items.BLACKSTONE);
content.add(Items.BLACKSTONE_SLAB);
content.add(Items.BLACKSTONE_STAIRS);
content.add(Items.GILDED_BLACKSTONE);
content.add(Items.POLISHED_BLACKSTONE);
content.add(Items.POLISHED_BLACKSTONE_SLAB);
content.add(Items.POLISHED_BLACKSTONE_STAIRS);
content.add(Items.CHISELED_POLISHED_BLACKSTONE);
content.add(Items.POLISHED_BLACKSTONE_BRICKS);
content.add(Items.POLISHED_BLACKSTONE_BRICK_SLAB);
content.add(Items.POLISHED_BLACKSTONE_BRICK_STAIRS);
content.add(Items.CRACKED_POLISHED_BLACKSTONE_BRICKS);
}) })
.build() .build()
); );