Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public enum Crafting {
- /**
- * Bed variants
- */
- BLACK_BED("BLACK_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- BLUE_BED("BLUE_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- BROWN_BED("BROWN_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- CYAN_BED("CYAN_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- GRAY_BED("GRAY_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- LIGHT_BLUE_BED("LIGHT_BLUE_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- LIGHT_GRAY_BED("LIGHT_GRAY_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- ORANGE_BED("ORANGE_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- PINK_BED("PINK_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- PURPLE_BED("PURPLE_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- WHITE_BED("WHITE_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- YELLOW_BED("YELLOW_WOOL", 3, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, 1),
- /**
- * Concrete powder variants
- */
- BLACK_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "BLACK_DYE", 1, null, 0, null, 0, 8),
- BLUE_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "BLUE_DYE", 1, null, 0, null, 0, 8),
- BROWN_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "BROWN_DYE", 1, null, 0, null, 0, 8),
- CYAN_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "CYAN_DYE", 1, null, 0, null, 0, 8),
- GRAY_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "GRAY_DYE", 1, null, 0, null, 0, 8),
- LIGHT_BLUE_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "LIGHT_BLUE_DYE", 1, null, 0, null, 0, 8),
- LIGHT_GRAY_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "LIGHT_GRAY_DYE", 1, null, 0, null, 0, 8),
- ORANGE_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "ORANGE_DYE", 1, null, 0, null, 0, 8),
- PINK_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "PINK_DYE", 1, null, 0, null, 0, 8),
- PURPLE_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "PURPLE_DYE", 1, null, 0, null, 0, 8),
- WHITE_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "WHITE_DYE", 1, null, 0, null, 0, 8),
- YELLOW_CONCRETE_POWDER("SAND", 4, "GRAVEL", 4, "YELLOW_DYE", 1, null, 0, null, 0, 8),
- /**
- * Random recipes
- */
- ARROW("FLINT", 1, "STICK", 1, "FEATHER", 1, null, 0, null, 0, 2),
- BLAZE_POWDER("BLAZE_ROD", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BONE_BLOCK("BONE_MEAL", 9, null, 0, null, 0, null, 0, null, 0, 1),
- BONE_MEAL("BONE", 1, null, 0, null, 0, null, 0, null, 0, 3),
- BOOKSHELF("OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 6, "BOOK", 3, null, 0, null, 0, null, 0, 1),
- BOW("STICK", 3, "STRING", 3, null, 0, null, 0, null, 0, 1),
- BOWL("OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, null, 0, null, 0, null, 0, 4),
- BREAD("WHEAT", 3, null, 0, null, 0, null, 0, null, 0, 1),
- BREWING_STAND("BLAZE_ROD", 1, "COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 3, null, 0, null, 0, null, 0, 1),
- CHEST("OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 8, null, 0, null, 0, null, 0, null, 0, 1),
- CLAY("CLAY_BALL", 4, null, 0, null, 0, null, 0, null, 0, 1),
- COAL_BLOCK("COAL", 9, null, 0, null, 0, null, 0, null, 0, 1),
- END_ROD("BLAZE_ROD", 1, "POPPED_CHORUS_FRUIT", 1, null, 0, null, 0, null, 0, 4),
- FLOWER_POT("BRICK", 3, null, 0, null, 0, null, 0, null, 0, 1),
- FURNACE("COBBLESTONE,BLACKSTONE", 8, null, 0, null, 0, null, 0, null, 0, 1),
- GLOWSTONE("GLOWSTONE_DUST", 4, null, 0, null, 0, null, 0, null, 0, 1),
- REDSTONE_BLOCK("REDSTONE", 9, null, 0, null, 0, null, 0, null, 0, 1),
- SOUL_TORCH("STICK", 1, "COAL,CHARCOAL", 1, "SOUL_SAND,SOUL_SOIL", 1, null, 0, null, 0, 4),
- STICK("OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 4, null, 0, null, 0, null, 0, null, 0, 4),
- TORCH("STICK", 1, "COAL,CHARCOAL", 1, null, 0, null, 0, null, 0, 4),
- /**
- * Dye variants
- */
- BLACK_DYE("INK_SAC,WITHER_ROSE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BLUE_DYE("CORNFLOWER,LAPIS_LAZULI", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BROWN_DYE("COCOA_BEANS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- CYAN_DYE("BLUE_DYE,LAPIS_LAZULI", 1, "", 0, null, 0, null, 0, null, 0, 1),
- GRAY_DYE("INK_SAC,BLACK_DYE", 1, "WHITE_DYE,BONE_MEAL", 1, null, 0, null, 0, null, 0, 2),
- LIGHT_BLUE_DYE("BLUE_ORCHID,BLUE_DYE,LAPIS_LAZULI", 1, "WHITE_DYE,BONE_MEAL", 1, null, 0, null, 0, null, 0, 1),
- LIGHT_GRAY_DYE("WHITE_TULIP,OXEYE_DAISY,AZURE_BLUET,WHITE_DYE", 1, "BLACK_DYE,GRAY_DYE", 1, null, 0, null, 0, null, 0, 1),
- LIME_DYE("GREEN_DYE", 1, "WHITE_DYE,BONE_MEAL", 1, null, 0, null, 0, null, 0, 2),
- MAGENTA_DYE("ALLIUM,LILAC,PURPLE_DYE,BLUE_DYE,LAPIS_LAZULI", 1, "PINK_DYE", 1, "RED_DYE,WHITE_DYE,BONE_MEAL", 1, null, 0, null, 0, 1),
- ORANGE_DYE("ORANGE_TULIP,RED_DYE", 1, "YELLOW_DYE", 1, null, 0, null, 0, null, 0, 1),
- PINK_DYE("PINK_TULIP,PEONY,RED_DYE", 1, "WHITE_DYE,BONE_MEAL", 1, null, 0, null, 0, null, 0, 1),
- PURPLE_DYE("BLUE_DYE,LAPIS_LAZULI", 1, "RED_DYE", 1, null, 0, null, 0, null, 0, 2),
- RED_DYE("RED_TULIP,BEETROOT,POPPY,ROSE_BUSH", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WHITE_DYE("LILY_OF_THE_VALLEY,BONE_MEAL", 1, null, 0, null, 0, null, 0, null, 0, 1),
- YELLOW_DYE("DANDELION,SUNFLOWER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- //################### Glass
- /**
- * Glass variants
- */
- BEACON("GLASS", 5, "NETHER_STAR", 1, "OBSIDIAN", 3, null, 0, null, 0, 1),
- DAYLIGHT_DETECTOR("GLASS", 3, "QUARTZ", 3, "ACACIA_SLAB,BIRCH_SLAB,CRIMSON_SLAB,DARK_OAK_SLAB,JUNGLE_SLAB,OAK_SLAB,SPRUCE_SLAB,WARPED_SLAB", 3, null, 0, null, 0, 1),
- END_CRYSTAL("GLASS", 7, "ENDER_EYE", 1, "GHAST_TEAR", 1, null, 0, null, 0, 1),
- GLASS_BOTTLE("GLASS", 3, null, 0, null, 0, null, 0, null, 0, 3),
- TINTED_GLASS("GLASS", 1, "AMETHYST_SHARD", 4, null, 0, null, 0, null, 0, 2),
- BLACK_STAINED_GLASS("GLASS", 8, "BLACK_DYE", 1, null, 0, null, 0, null, 0, 8),
- BLUE_STAINED_GLASS("GLASS", 8, "BLUE_DYE", 1, null, 0, null, 0, null, 0, 8),
- BROWN_STAINED_GLASS("GLASS", 8, "BROWN_DYE", 1, null, 0, null, 0, null, 0, 8),
- CYAN_STAINED_GLASS("GLASS", 8, "CYAN_DYE", 1, null, 0, null, 0, null, 0, 8),
- GRAY_STAINED_GLASS("GLASS", 8, "GRAY_DYE", 1, null, 0, null, 0, null, 0, 8),
- LIGHT_BLUE_STAINED_GLASS("GLASS", 8, "LIGHT_BLUE_DYE", 1, null, 0, null, 0, null, 0, 8),
- LIGHT_GRAY_STAINED_GLASS("GLASS", 8, "LIGHT_GRAY_DYE", 1, null, 0, null, 0, null, 0, 8),
- ORANGE_STAINED_GLASS("GLASS", 8, "ORANGE_DYE", 1, null, 0, null, 0, null, 0, 8),
- PINK_STAINED_GLASS("GLASS", 8, "PINK_DYE", 1, null, 0, null, 0, null, 0, 8),
- PURPLE_STAINED_GLASS("GLASS", 8, "PURPLE_DYE", 1, null, 0, null, 0, null, 0, 8),
- WHITE_STAINED_GLASS("GLASS", 8, "WHITE_DYE", 1, null, 0, null, 0, null, 0, 8),
- YELLOW_STAINED_GLASS("GLASS", 8, "YELLOW_DYE", 1, null, 0, null, 0, null, 0, 8),
- /**
- * Glass pane variants
- */
- GLASS_PANE("GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- BLACK_STAINED_GLASS_PANE("BLACK_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- BLUE_STAINED_GLASS_PANE("BLUE_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- BROWN_STAINED_GLASS_PANE("BROWN_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- CYAN_STAINED_GLASS_PANE("CYAN_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- GRAY_STAINED_GLASS_PANE("GRAY_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- LIGHT_BLUE_STAINED_GLASS_PANE("LIGHT_BLUE_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- LIGHT_GRAY_STAINED_GLASS_PANE("LIGHT_GRAY_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- ORANGE_STAINED_GLASS_PANE("ORANGE_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- PINK_STAINED_GLASS_PANE("PINK_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- PURPLE_STAINED_GLASS_PANE("PURPLE_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- WHITE_STAINED_GLASS_PANE("WHITE_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- YELLOW_STAINED_GLASS_PANE("YELLOW_STAINED_GLASS", 6, null, 0, null, 0, null, 0, null, 0, 16),
- //############## div blocks on ors
- /**
- * Items/blocks with Diamond.
- */
- DIAMOND_BLOCK("DIAMOND_INGOT", 9, null, 0, null, 0, null, 0, null, 0, 1),
- //wapons and tools
- DIAMOND_AXE("DIAMOND_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- DIAMOND_HOE("DIAMOND_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- DIAMOND_PICKAXE("DIAMOND_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- DIAMOND_SHOVEL("DIAMOND_INGOT", 1, "STICK", 2, null, 0, null, 0, null, 0, 1),
- DIAMOND_SWORD("DIAMOND_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- // armor
- DIAMOND_HELMET("DIAMOND_INGOT", 5, null, 0, null, 0, null, 0, null, 0, 1),
- DIAMOND_CHESTPLATE("DIAMOND_INGOT", 8, null, 0, null, 0, null, 0, null, 0, 1),
- DIAMOND_LEGGINGS("DIAMOND_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- DIAMOND_BOOTS("DIAMOND_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Items/blocks with Gold.
- */
- GOLD_NUGGET("GOLD_INGOT", 1, null, 0, null, 0, null, 0, null, 0, 9),
- GOLD_INGOT("GOLD_NUGGET", 9, null, 0, null, 0, null, 0, null, 0, 1),
- GOLD_BLOCK("GOLD_INGOT", 9, null, 0, null, 0, null, 0, null, 0, 1),
- //wapons and tools
- GOLD_AXE("GOLD_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- GOLD_HOE("GOLD_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- GOLD_PICKAXE("GOLD_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- GOLD_SHOVEL("GOLD_INGOT", 1, "STICK", 2, null, 0, null, 0, null, 0, 1),
- GOLD_SWORD("GOLD_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- // armor
- GOLD_HELMET("GOLD_INGOT", 5, null, 0, null, 0, null, 0, null, 0, 1),
- GOLD_CHESTPLATE("GOLD_INGOT", 8, null, 0, null, 0, null, 0, null, 0, 1),
- GOLD_LEGGINGS("GOLD_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- GOLD_BOOTS("GOLD_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Items/blocks with Iron.
- */
- ACTIVATOR_RAIL("IRON_INGOT", 6, "STICK", 2, "REDSTONE_TORCH", 1, null, 0, null, 0, 6),
- ANVIL("IRON_BLOCK", 3, "IRON_INGOT", 4, null, 0, null, 0, null, 0, 1),
- BLAST_FURNACE("FURNACE", 1, "IRON_INGOT", 5, "SMOOTH_STONE", 3, null, 0, null, 0, 1),
- BUCKET("IRON_INGOT", 3, null, 0, null, 0, null, 0, null, 0, 1),
- CAULDRON("IRON_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- CHAIN("IRON_NUGGET", 2, "IRON_INGOT", 1, null, 0, null, 0, null, 0, 1),
- COMPASS("IRON_INGOT", 4, "REDSTONE_DUST", 1, null, 0, null, 0, null, 0, 1),
- CROSSBOW("IRON_INGOT", 1, "STICK", 3, "STRING", 2, "TRIPWIRE_HOOK", 1, null, 0, 1),
- DETECTOR_RAIL("IRON_INGOT", 6, "STONE_PRESSURE_PLATE", 1, "REDSTONE", 1, null, 0, null, 0, 6),
- FLINT_AND_STEEL("IRON_INGOT", 1, "FLINT", 1, null, 0, null, 0, null, 0, 1),
- HEAVY_WEIGHTED_PRESSURE_PLATE("IRON_INGOT", 2, null, 0, null, 0, null, 0, null, 0, 1),
- HOPPER("IRON_INGOT", 5, "CHEST", 1, null, 0, null, 0, null, 0, 1),
- IRON_NUGGET("IRON_INGOT", 1, null, 0, null, 0, null, 0, null, 0, 9),
- IRON_INGOT("IRON_NUGGET", 9, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_BLOCK("IRON_INGOT", 9, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_TRAPDOOR("IRON_INGOT", 4, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_BARS("IRON_INGOT", 6, null, 0, null, 0, null, 0, null, 0, 16),
- IRON_DOOR("IRON_INGOT", 6, null, 0, null, 0, null, 0, null, 0, 3),
- LANTERN("IRON_NUGGET", 8, "TORCH", 1, null, 0, null, 0, null, 0, 1),
- MINECART("IRON_INGOT", 6, null, 0, null, 0, null, 0, null, 0, 3),
- RAIL("IRON_INGOT", 6, "STICK", 1, null, 0, null, 0, null, 0, 16),
- SMITHING_TABLE("IRON_INGOT", 2, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 4, null, 0, null, 0, null, 0, 1),
- SOUL_LANTERN("IRON_NUGGET", 8, "SOUL_TORCH", 1, null, 0, null, 0, null, 0, 1),
- STONECUTTER("IRON_INGOT", 1, "STONE", 3, null, 0, null, 0, null, 0, 1),
- TRIPWIRE_HOOK("IRON_INGOT", 1, "STICK", 1, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 1, null, 0, null, 0, 1),
- //wapons and tools
- IRON_AXE("IRON_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- IRON_HOE("IRON_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- IRON_PICKAXE("IRON_INGOT", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- IRON_SHOVEL("IRON_INGOT", 1, "STICK", 2, null, 0, null, 0, null, 0, 1),
- IRON_SWORD("IRON_INGOT", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- SHEARS("IRON_INGOT", 2, null, 0, null, 0, null, 0, null, 0, 1),
- SHIELD("IRON_INGOT", 1, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 6, null, 0, null, 0, null, 0, 1),
- // armor
- IRON_HELMET("IRON_INGOT", 5, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_CHESTPLATE("IRON_INGOT", 8, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_LEGGINGS("IRON_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- IRON_BOOTS("IRON_INGOT", 7, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Diffrent slab of copper.
- */
- CUT_COPPER("COPPER_BLOCK", 1, null, 0, null, 0, null, 0, null, 0, 1),
- CUT_COPPER_SLAB("CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- CUT_COPPER_STAIRS("CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- EXPOSED_CUT_COPPER_SLAB("EXPOSED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- EXPOSED_CUT_COPPER_STAIRS("EXPOSED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- OXIDIZED_CUT_COPPER_SLAB("OXIDIZED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- OXIDIZED_CUT_COPPER_STAIRS("OXIDIZED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WEATHERED_CUT_COPPER_SLAB("WEATHERED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- WEATHERED_CUT_COPPER_STAIRS("WEATHERED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WAXED_CUT_COPPER_SLAB("WAXED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- WAXED_CUT_COPPER_STAIRS("WAXED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WAXED_OXIDIZED_CUT_COPPER_SLAB("WAXED_OXIDIZED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- WAXED_OXIDIZED_CUT_COPPER_STAIRS("WAXED_OXIDIZED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WAXED_WEATHERED_CUT_COPPER_SLAB("WAXED_WEATHERED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 2),
- WAXED_WEATHERED_CUT_COPPER_STAIRS("WAXED_WEATHERED_CUT_COPPER", 1, null, 0, null, 0, null, 0, null, 0, 1),
- //#################### wood types
- /**
- * Acacia variants.
- */
- ACACIA_PLANKS("ACACIA_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- ACACIA_PRESSURE_PLATE("ACACIA_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- ACACIA_SIGN("ACACIA_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- ACACIA_SLAB("ACACIA_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- ACACIA_STAIRS("ACACIA_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- ACACIA_TRAPDOOR("ACACIA_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- ACACIA_WOOD("ACACIA_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_ACACIA_WOOD("STRIPPED_ACACIA_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * Birch variants.
- */
- BIRCH_PLANKS("BIRCH_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- BIRCH_PRESSURE_PLATE("BIRCH_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- BIRCH_SIGN("BIRCH_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- BIRCH_SLAB("BIRCH_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- BIRCH_STAIRS("BIRCH_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BIRCH_TRAPDOOR("BIRCH_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- BIRCH_WOOD("BIRCH_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_BIRCH_WOOD("STRIPPED_BIRCH_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * Crimson variants.
- */
- CRIMSON_PLANKS("CRIMSON_STEM", 1, null, 0, null, 0, null, 0, null, 0, 4),
- CRIMSON_PRESSURE_PLATE("CRIMSON_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- CRIMSON_SIGN("CRIMSON_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- CRIMSON_SLAB("CRIMSON_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- CRIMSON_STAIRS("CRIMSON_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- CRIMSON_TRAPDOOR("CRIMSON_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- CRIMSON_HYPHAE("CRIMSON_STEM", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_CRIMSON_HYPHAE("STRIPPED_CRIMSON_HYPHAE", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * Dark_oak variants.
- */
- DARK_OAK_PLANKS("DARK_OAK_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- DARK_OAK_PRESSURE_PLATE("DARK_OAK_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- DARK_OAK_SIGN("DARK_OAK_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- DARK_OAK_SLAB("DARK_OAK_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- DARK_OAK_STAIRS("DARK_OAK_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DARK_OAK_TRAPDOOR("DARK_OAK_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- DARK_OAK_WOOD("DARK_OAK_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_DARK_OAK_WOOD("STRIPPED_DARK_OAK_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * Jungle variants.
- */
- JUNGLE_PLANKS("JUNGLE_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- JUNGLE_PRESSURE_PLATE("JUNGLE_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- JUNGLE_SIGN("JUNGLE_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- JUNGLE_SLAB("JUNGLE_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- JUNGLE_STAIRS("JUNGLE_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- JUNGLE_TRAPDOOR("JUNGLE_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- JUNGLE_WOOD("JUNGLE_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_JUNGLE_WOOD("STRIPPED_JUNGLE_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * Oak variants.
- */
- OAK_PLANKS("OAK_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- OAK_PRESSURE_PLATE("OAK_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- OAK_SIGN("OAK_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- OAK_SLAB("OAK_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- OAK_STAIRS("OAK_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- OAK_TRAPDOOR("OAK_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- OAK_WOOD("OAK_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_OAK_WOOD("STRIPPED_OAK_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * SPRUCE variants.
- */
- SPRUCE_PLANKS("SPRUCE_LOG", 1, null, 0, null, 0, null, 0, null, 0, 4),
- SPRUCE_PRESSURE_PLATE("SPRUCE_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- SPRUCE_SIGN("SPRUCE_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- SPRUCE_SLAB("SPRUCE_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- SPRUCE_STAIRS("SPRUCE_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- SPRUCE_TRAPDOOR("SPRUCE_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- SPRUCE_WOOD("SPRUCE_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- SPRUCE_OAK_WOOD("STRIPPED_SPRUCE_LOG", 4, null, 0, null, 0, null, 0, null, 0, 3),
- /**
- * WARPED variants.
- */
- WARPED_PLANKS("WARPED_STEM", 1, null, 0, null, 0, null, 0, null, 0, 4),
- WARPED_PRESSURE_PLATE("WARPED_PLANKS", 2, null, 0, null, 0, null, 0, null, 0, 1),
- WARPED_SIGN("WARPED_PLANKS", 6, "STICK", 1, null, 0, null, 0, null, 0, 3),
- WARPED_SLAB("WARPED_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- WARPED_STAIRS("WARPED_PLANKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- WARPED_TRAPDOOR("WARPED_PLANKS", 6, null, 0, null, 0, null, 0, null, 0, 2),
- WARPED_HYPHAE("WARPED_STEM", 4, null, 0, null, 0, null, 0, null, 0, 3),
- STRIPPED_WARPED_HYPHAE("STRIPPED_WARPED_HYPHAE", 4, null, 0, null, 0, null, 0, null, 0, 3),
- // ################# Stone/block variants.
- /**
- * Andesite variants
- */
- ANDESITE("DIORITE", 1, "COBBLESTONE", 1, null, 0, null, 0, null, 0, 2),
- ANDESITE_SLAB("ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- ANDESITE_STAIRS("ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- ANDESITE_WALL("ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Blackstone variants
- */
- BLACKSTONE_SLAB("BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- BLACKSTONE_STAIRS("BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BLACKSTONE_WALL("BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Bricks variants
- */
- BRICKS("BRICK", 4, null, 0, null, 0, null, 0, null, 0, 1),
- BRICK_SLAB("BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- BRICK_STAIRS("BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- BRICK_WALL("BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Cobbled deepslate variants
- */
- COBBLED_DEEPSLATE_SLAB("COBBLED_DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- COBBLED_DEEPSLATE_STAIRS("COBBLED_DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- COBBLED_DEEPSLATE_WALL("COBBLED_DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Cobblestone variants
- */
- COBBLESTONE_SLAB("COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- COBBLESTONE_STAIRS("COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- COBBLESTONE_WALL("COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Cut Sandstone variants
- */
- CUT_SANDSTONE("SANDSTONE", 4, null, 0, null, 0, null, 0, null, 0, 4),
- CUT_SANDSTONE_SLAB("CUT_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- /**
- * Cut Sandstone variants
- */
- CUT_RED_SANDSTONE("RED_SANDSTONE", 4, null, 0, null, 0, null, 0, null, 0, 4),
- CUT_RED_SANDSTONE_SLAB("CUT_RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- /**
- * Dark prismarine variants
- */
- DARK_PRISMARINE("PRISMARINE_SHARD", 8, "BLACK_DYE", 1, null, 0, null, 0, null, 0, 1),
- DARK_PRISMARINE_SLAB("DARK_PRISMARINE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- DARK_PRISMARINE_STAIRS("DARK_PRISMARINE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Deepslate brick variants
- */
- DEEPSLATE_BRICK("POLISHED_DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DEEPSLATE_BRICK_SLAB("DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- DEEPSLATE_STAIRS("DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DEEPSLATE_WALL("DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Deepslate tile variants
- */
- DEEPSLATE_TILE("DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DEEPSLATE_TILE_SLAB("DEEPSLATE_TILES", 1, null, 0, null, 0, null, 0, null, 0, 2),
- DEEPSLATE_TILE_STAIRS("DEEPSLATE_TILES", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DEEPSLATE_TILE_WALL("DEEPSLATE_TILES", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Diorite variants
- */
- DIORITE_SLAB("DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- DIORITE_STAIRS("DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- DIORITE_WALL("DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * End stone brick variants
- */
- END_STONE_BRICKS("END_STONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- END_STONE_BRICK_SLAB("END_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- END_STONE_BRICK_STAIRS("END_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- END_STONE_BRICK_WALL("END_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Granite variants
- */
- GRANITE_SLAB("GRANITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- GRANITE_STAIRS("GRANITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- GRANITE_WALL("GRANITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Mossy cobblestone variants
- */
- MOSSY_COBBLESTONE("VINE,MOSS_BLOCK", 1, "COBBLESTONE", 1, null, 0, null, 0, null, 0, 1),
- MOSSY_COBBLESTONE_SLAB("MOSSY_COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- MOSSY_COBBLESTONE_STAIRS("MOSSY_COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- MOSSY_COBBLESTONE_WALL("MOSSY_COBBLESTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Mossy stone brick variants
- */
- MOSSY_STONE_BRICK("VINE,MOSS_BLOCK", 1, "STONE_BRICKS", 1, null, 0, null, 0, null, 0, 1),
- MOSSY_STONE_BRICK_SLAB("MOSSY_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- MOSSY_STONE_BRICK_STAIRS("MOSSY_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- MOSSY_STONE_BRICK_WALL("MOSSY_STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Nether bricks variants
- */
- NETHER_BRICK("NETHER_BRICK", 4, null, 0, null, 0, null, 0, null, 0, 1),
- NETHER_BRICK_FENCE("NETHER_BRICKS", 4, "NETHER_BRICK", 2, null, 0, null, 0, null, 0, 2),
- NETHER_BRICK_SLAB("NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- NETHER_BRICK_STAIRS("NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- NETHER_BRICK_WALL("NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Polished andesite variants
- */
- POLISHED_ANDESITE("ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_ANDESITE_SLAB("POLISHED_ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_ANDESITE_STAIRS("POLISHED_ANDESITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Polished basalt variants
- */
- POLISHED_BASALT("BASALT", 4, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Polished Blackstone variants
- */
- POLISHED_BLACKSTONE("BLACKSTONE", 4, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_PRESSURE_PLATE("POLISHED_BLACKSTONE", 2, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_SLAB("POLISHED_BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_BLACKSTONE_STAIRS("POLISHED_BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_WALL("POLISHED_BLACKSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Blackstone bricks variants
- */
- POLISHED_BLACKSTONE_BRICKS("POLISHED_BLACKSTONE", 4, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_BRICK_SLAB("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_BLACKSTONE_BRICK_STAIRS("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_BRICK_WALL("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_BLACKSTONE_BUTTON("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Deepslate variants
- */
- POLISHED_DEEPSLATE("COBBLED_DEEPSLATE", 4, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_DEEPSLATE_SLAB("POLISHED_DEEPSLATE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_DEEPSLATE_STAIRS("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_DEEPSLATE_WALL("POLISHED_BLACKSTONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Polished Diorite variants
- */
- POLISHED_DIORITE("DIORITE", 4, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_DIORITE_SLAB("POLISHED_DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_DIORITE_STAIRS("POLISHED_DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Polished granit variants
- */
- POLISHED_GRANITE("GRANITE", 4, null, 0, null, 0, null, 0, null, 0, 1),
- POLISHED_GRANITE_SLAB("POLISHED_GRANITE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- POLISHED_GRANITE_STAIRS("POLISHED_DIORITE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Prismarine brick variants
- */
- PRISMARINE_BRICKS("PRISMARINE_SHARD", 8, null, 0, null, 0, null, 0, null, 0, 1),
- PRISMARINE_BRICK_SLAB("PRISMARINE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- PRISMARINE_BRICK_STAIRS("PRISMARINE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- PRISMARINE_BRICK_WALL("PRISMARINE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Prismarine variants
- */
- PRISMARINE("PRISMARINE_SHARD", 4, null, 0, null, 0, null, 0, null, 0, 1),
- PRISMARINE_SLAB("PRISMARINE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- PRISMARINE_STAIRS("PRISMARINE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- PRISMARINE_WALL("PRISMARINE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * PURPUR variants
- */
- PURPUR_BLOCK("POPPED_CHORUS_FRUIT", 1, null, 0, null, 0, null, 0, null, 0, 1),
- PURPUR_PILLAR("PURPUR_SLAB", 2, null, 0, null, 0, null, 0, null, 0, 1),
- PURPUR_SLAB("PURPUR_BLOCK", 1, null, 0, null, 0, null, 0, null, 0, 2),
- PURPUR_STAIRS("PURPUR_BLOCK", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * QUARTZ variants
- */
- QUARTZ_BLOCK("QUARTZ", 4, null, 0, null, 0, null, 0, null, 0, 1),
- QUARTZ_BRICKS("QUARTZ", 1, null, 0, null, 0, null, 0, null, 0, 1),
- QUARTZ_PILLAR("QUARTZ", 1, null, 0, null, 0, null, 0, null, 0, 1),
- QUARTZ_SLAB("QUARTZ_SLAB", 1, null, 0, null, 0, null, 0, null, 0, 2),
- QUARTZ_STAIRS("QUARTZ", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Red nether bricks variants
- */
- RED_NETHER_BRICKS("NETHER_BRICK", 2, "NETHER_WART", 2, null, 0, null, 0, null, 0, 1),
- RED_NETHER_BRICK_SLAB("RED_NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- RED_NETHER_BRICK_STAIRS("RED_NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- RED_NETHER_BRICK_WALL("RED_NETHER_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Red sandstone variants
- */
- RED_SANDSTONE("RED_SAND", 4, null, 0, null, 0, null, 0, null, 0, 1),
- RED_SANDSTONE_SLAB("RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- RED_SANDSTONE_STAIRS("RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- RED_SANDSTONE_WALL("RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Sandstone variants
- */
- SANDSTONE("SAND", 4, null, 0, null, 0, null, 0, null, 0, 1),
- SANDSTONE_SLAB("SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- SANDSTONE_STAIRS("SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- SANDSTONE_WALL("SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Smooth quartz variants
- */
- SMOOTH_QUARTZ_SLAB("SMOOTH_QUARTZ", 1, null, 0, null, 0, null, 0, null, 0, 2),
- SMOOTH_QUARTZ_STAIRS("SMOOTH_QUARTZ", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Smooth Sandstone variants
- */
- SMOOTH_RED_SANDSTONE_SLAB("SMOOTH_RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- SMOOTH_RED_SANDSTONE_STAIRS("SMOOTH_RED_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Sandstone variants
- */
- SMOOTH_SANDSTONE_SLAB("SMOOTH_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- SMOOTH_SANDSTONE_STAIRS("SMOOTH_SANDSTONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Smooth stone variants
- */
- SMOOTH_STONE_SLAB("SMOOTH_STONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- /**
- * Stone bricks variants
- */
- STONE_BRICKS("STONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- STONE_BRICK_SLAB("STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 2),
- STONE_BRICK_STAIRS("STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- STONE_BRICK_WALL("STONE_BRICKS", 1, null, 0, null, 0, null, 0, null, 0, 1),
- /**
- * Stone variants
- */
- STONE_BUTTON("STONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- STONE_PRESSURE_PLATE("STONE", 2, null, 0, null, 0, null, 0, null, 0, 1),
- STONE_SLAB("STONE", 1, null, 0, null, 0, null, 0, null, 0, 2),
- STONE_STAIRS("STONE", 1, null, 0, null, 0, null, 0, null, 0, 1),
- //wapons and tools
- STONE_AXE("COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- STONE_HOE("COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- STONE_PICKAXE("COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 3, "STICK", 2, null, 0, null, 0, null, 0, 1),
- STONE_SHOVEL("COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 1, "STICK", 2, null, 0, null, 0, null, 0, 1),
- STONE_SWORD("COBBLESTONE,BLACKSTONE,COBBLED_DEEPSLATE", 2, "STICK", 2, null, 0, null, 0, null, 0, 1),
- /**
- * Redstone compenents variants
- */
- COMPARATOR("STONE", 3, "REDSTONE_TORCH", 3, "QUARTZ", 1, null, 0, null, 0, 1),
- PISTON("COBBLESTONE", 4, "IRON_INGOT", 1, "REDSTONE", 1, "OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS", 3, null, 0, 1),
- STICKY_PISTON("PISTON", 1, "SLIME_BALL", 1, null, 0, null, 0, null, 0, 1),
- REDSTONE_LAMP("GLOWSTONE", 1, "REDSTONE", 4, null, 0, null, 0, null, 0, 1),
- REDSTONE_TORCH("STICK", 1, "REDSTONE", 1, null, 0, null, 0, null, 0, 1),
- REPEATER("STONE", 3, "REDSTONE_TORCH", 2, "REDSTONE", 1, null, 0, null, 0, 1),
- OBSERVER("COBBLESTONE,BLACKSTONE", 6, "REDSTONE", 2, "QUARTZ", 1, null, 0, null, 0, 1);
- private final String materialName1;
- private final int amontNeededCrafting1;
- private final String materialNames2;
- private final int amontNeededCrafting2;
- private final String materialName3;
- private final int amontNeededCrafting3;
- private final String materialName4;
- private final int amontNeededCrafting4;
- private final String materialName5;
- private final int amontNeededCrafting5;
- private final int numberOutput;
- Crafting(String matrialname1, int amontNeededForCraftring1, String materialName2, int amontNeededForCraftring2, String materialName3, int amontNeededForCraftring3, String materialName4, int amontNeededCrafting4, String materialName5, int amontNeededCrafting5, int numberOutput) {
- this.materialName1 = matrialname1;
- this.amontNeededCrafting1 = amontNeededForCraftring1;
- this.materialNames2 = materialName2;
- this.amontNeededCrafting2 = amontNeededForCraftring2;
- this.materialName3 = materialName3;
- this.amontNeededCrafting3 = amontNeededForCraftring3;
- this.materialName4 = materialName4;
- this.amontNeededCrafting4 = amontNeededCrafting4;
- this.materialName5 = materialName5;
- this.amontNeededCrafting5 = amontNeededCrafting5;
- this.numberOutput = numberOutput;
- }
- public String getMatrialName1() {
- return materialName1;
- }
- public int getAmontNeededCrafting1() {
- return amontNeededCrafting1;
- }
- public String getMatrialName2() {
- return materialNames2;
- }
- public int getAmontNeededCrafting2() {
- return amontNeededCrafting2;
- }
- public String getMatrialName3() {
- return materialName3;
- }
- public int getAmontNeededCrafting3() {
- return amontNeededCrafting3;
- }
- public String getMaterialName4() {
- return materialName4;
- }
- public int getAmontNeededCrafting4() {
- return amontNeededCrafting4;
- }
- public String getMaterialName5() {
- return materialName5;
- }
- public int getAmontNeededCrafting5() {
- return amontNeededCrafting5;
- }
- public int getNumberOutput() {
- return numberOutput;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement