From 0a5be13901bc3a64fab98e3aaf7bd849f8f6c869 Mon Sep 17 00:00:00 2001 From: Ayutac Date: Sun, 23 Jan 2022 19:34:35 +0100 Subject: [PATCH] 1.18 ayutac datagen4 (#2769) * Added dust crafting data gen. Generation works, but how do I get TR to recognize the existence of the new stuff? * Added generic armor and tools to the datagen. Also resolved conflicts from the merge with recently changed datagen * Fixed copy-paste error by accident for second ingredient first would be taken again * automatized tag generation * fixed lingering bugs from previous commit * much much more gen, for about 269 files * wrongly deleted recipes in last commit * Added rest of the decorative storage block variants to datagen --- .../common/misc/TagConvertible.java | 42 +++ .../datagen/TechRebornDataGen.groovy | 6 + .../TechRebornRecipesProvider.groovy | 43 ++- .../crafting/CraftingRecipesProvider.groovy | 343 ++++++++++++++++++ .../smelting/SmeltingRecipesProvider.groovy | 35 +- .../techreborn/datagen/tags/CommonTags.groovy | 6 - .../datagen/tags/TRItemTagProvider.groovy | 75 ++++ .../java/techreborn/events/ModRegistry.java | 18 +- src/main/java/techreborn/init/TRContent.java | 342 ++++++++++++++--- .../init/template/TechRebornTemplates.java | 2 +- .../c/tags/items/advanced_alloy_ingots.json | 6 - .../c/tags/items/advanced_alloy_plates.json | 6 - .../data/c/tags/items/almandine_dusts.json | 6 - .../c/tags/items/almandine_small_dusts.json | 6 - .../data/c/tags/items/aluminum_blocks.json | 6 - .../data/c/tags/items/aluminum_dusts.json | 6 - .../data/c/tags/items/aluminum_ingots.json | 6 - .../data/c/tags/items/aluminum_nuggets.json | 6 - .../data/c/tags/items/aluminum_plates.json | 6 - .../data/c/tags/items/amethyst_dusts.json | 6 - .../data/c/tags/items/andesite_dusts.json | 6 - .../c/tags/items/andesite_small_dusts.json | 6 - .../data/c/tags/items/andradite_dusts.json | 6 - .../c/tags/items/andradite_small_dusts.json | 6 - .../data/c/tags/items/ashes_dusts.json | 6 - .../data/c/tags/items/ashes_small_dusts.json | 6 - .../data/c/tags/items/basalt_dusts.json | 6 - .../data/c/tags/items/basalt_small_dusts.json | 6 - .../data/c/tags/items/bauxite_dusts.json | 6 - .../data/c/tags/items/bauxite_ores.json | 7 - .../c/tags/items/bauxite_small_dusts.json | 6 - .../data/c/tags/items/brass_blocks.json | 6 - .../data/c/tags/items/brass_dusts.json | 6 - .../data/c/tags/items/brass_ingots.json | 6 - .../data/c/tags/items/brass_nuggets.json | 6 - .../data/c/tags/items/brass_plates.json | 6 - .../data/c/tags/items/bronze_blocks.json | 6 - .../data/c/tags/items/bronze_dusts.json | 6 - .../data/c/tags/items/bronze_ingots.json | 6 - .../data/c/tags/items/bronze_nuggets.json | 6 - .../data/c/tags/items/bronze_plates.json | 6 - .../data/c/tags/items/calcite_dusts.json | 6 - .../c/tags/items/calcite_small_dusts.json | 6 - .../data/c/tags/items/carbon_plates.json | 6 - .../data/c/tags/items/charcoal_dusts.json | 6 - .../c/tags/items/charcoal_small_dusts.json | 6 - .../data/c/tags/items/chrome_blocks.json | 6 - .../data/c/tags/items/chrome_dusts.json | 6 - .../data/c/tags/items/chrome_ingots.json | 6 - .../data/c/tags/items/chrome_nuggets.json | 6 - .../data/c/tags/items/chrome_plates.json | 6 - .../data/c/tags/items/chrome_small_dusts.json | 6 - .../data/c/tags/items/cinnabar_dusts.json | 6 - .../data/c/tags/items/cinnabar_ores.json | 6 - .../c/tags/items/cinnabar_small_dusts.json | 6 - .../data/c/tags/items/clay_dusts.json | 6 - .../data/c/tags/items/clay_small_dusts.json | 6 - .../data/c/tags/items/coal_dusts.json | 6 - .../data/c/tags/items/coal_plates.json | 6 - .../data/c/tags/items/coal_small_dusts.json | 6 - .../data/c/tags/items/copper_nuggets.json | 6 - .../data/c/tags/items/copper_plates.json | 6 - .../data/c/tags/items/dark_ashes_dusts.json | 6 - .../c/tags/items/dark_ashes_small_dusts.json | 6 - .../data/c/tags/items/diamond_dusts.json | 6 - .../data/c/tags/items/diamond_nuggets.json | 6 - .../data/c/tags/items/diamond_plates.json | 6 - .../c/tags/items/diamond_small_dusts.json | 6 - .../data/c/tags/items/diorite_dusts.json | 6 - .../c/tags/items/diorite_small_dusts.json | 6 - .../data/c/tags/items/electrum_blocks.json | 6 - .../data/c/tags/items/electrum_dusts.json | 6 - .../data/c/tags/items/electrum_ingots.json | 6 - .../data/c/tags/items/electrum_nuggets.json | 6 - .../data/c/tags/items/electrum_plates.json | 6 - .../c/tags/items/electrum_small_dusts.json | 6 - .../data/c/tags/items/emerald_dusts.json | 6 - .../data/c/tags/items/emerald_nuggets.json | 6 - .../data/c/tags/items/emerald_plates.json | 6 - .../c/tags/items/emerald_small_dusts.json | 6 - .../data/c/tags/items/ender_eye_dusts.json | 6 - .../c/tags/items/ender_eye_small_dusts.json | 6 - .../data/c/tags/items/ender_pearl_dusts.json | 6 - .../c/tags/items/ender_pearl_small_dusts.json | 6 - .../data/c/tags/items/endstone_dusts.json | 6 - .../c/tags/items/endstone_small_dusts.json | 6 - .../data/c/tags/items/flint_dusts.json | 6 - .../data/c/tags/items/flint_small_dusts.json | 6 - .../data/c/tags/items/galena_dusts.json | 6 - .../data/c/tags/items/galena_ores.json | 7 - .../data/c/tags/items/galena_small_dusts.json | 6 - .../c/tags/items/glowstone_small_dusts.json | 6 - .../data/c/tags/items/gold_plates.json | 6 - .../data/c/tags/items/granite_dusts.json | 6 - .../c/tags/items/granite_small_dusts.json | 6 - .../data/c/tags/items/grossular_dusts.json | 6 - .../c/tags/items/grossular_small_dusts.json | 6 - .../tags/items/hot_tungstensteel_ingots.json | 6 - .../tags/items/hot_tungstensteel_nuggets.json | 6 - .../data/c/tags/items/invar_blocks.json | 6 - .../data/c/tags/items/invar_dusts.json | 6 - .../data/c/tags/items/invar_ingots.json | 6 - .../data/c/tags/items/invar_nuggets.json | 6 - .../data/c/tags/items/invar_plates.json | 6 - .../data/c/tags/items/invar_small_dusts.json | 6 - .../c/tags/items/iridium_alloy_ingots.json | 6 - .../c/tags/items/iridium_alloy_plates.json | 6 - .../data/c/tags/items/iridium_blocks.json | 6 - .../data/c/tags/items/iridium_ingots.json | 6 - .../data/c/tags/items/iridium_nuggets.json | 6 - .../data/c/tags/items/iridium_ores.json | 7 - .../data/c/tags/items/iridium_plates.json | 6 - .../iridium_reinforced_stone_blocks.json | 6 - ...idium_reinforced_tungstensteel_blocks.json | 6 - .../data/c/tags/items/iron_plates.json | 6 - .../data/c/tags/items/lapis_plates.json | 6 - .../data/c/tags/items/lazurite_dusts.json | 6 - .../data/c/tags/items/lazurite_plates.json | 6 - .../c/tags/items/lazurite_small_dusts.json | 6 - .../data/c/tags/items/lead_blocks.json | 6 - .../data/c/tags/items/lead_ingots.json | 6 - .../data/c/tags/items/lead_nuggets.json | 6 - .../data/c/tags/items/lead_ores.json | 7 - .../data/c/tags/items/lead_plates.json | 6 - .../data/c/tags/items/magnalium_plates.json | 6 - .../data/c/tags/items/magnesium_dusts.json | 6 - .../c/tags/items/magnesium_small_dusts.json | 6 - .../data/c/tags/items/manganese_dusts.json | 6 - .../c/tags/items/manganese_small_dusts.json | 6 - .../data/c/tags/items/marble_dusts.json | 6 - .../data/c/tags/items/marble_small_dusts.json | 6 - .../data/c/tags/items/mixed_metal_ingots.json | 6 - .../data/c/tags/items/netherrack_dusts.json | 6 - .../c/tags/items/netherrack_small_dusts.json | 6 - .../data/c/tags/items/nickel_blocks.json | 6 - .../data/c/tags/items/nickel_dusts.json | 6 - .../data/c/tags/items/nickel_ingots.json | 6 - .../data/c/tags/items/nickel_nuggets.json | 6 - .../data/c/tags/items/nickel_plates.json | 6 - .../data/c/tags/items/nickel_small_dusts.json | 6 - .../data/c/tags/items/obsidian_dusts.json | 6 - .../data/c/tags/items/obsidian_plates.json | 6 - .../c/tags/items/obsidian_small_dusts.json | 6 - .../data/c/tags/items/olivine_dusts.json | 6 - .../c/tags/items/olivine_small_dusts.json | 6 - .../data/c/tags/items/peridot_blocks.json | 6 - .../data/c/tags/items/peridot_dusts.json | 6 - .../data/c/tags/items/peridot_gems.json | 6 - .../data/c/tags/items/peridot_ores.json | 7 - .../data/c/tags/items/peridot_plates.json | 6 - .../c/tags/items/peridot_small_dusts.json | 6 - .../data/c/tags/items/phosphorous_dusts.json | 6 - .../c/tags/items/phosphorous_small_dusts.json | 6 - .../data/c/tags/items/platinum_blocks.json | 6 - .../data/c/tags/items/platinum_dusts.json | 6 - .../data/c/tags/items/platinum_ingots.json | 6 - .../data/c/tags/items/platinum_nuggets.json | 6 - .../data/c/tags/items/platinum_plates.json | 6 - .../c/tags/items/platinum_small_dusts.json | 6 - .../data/c/tags/items/pyrite_dusts.json | 6 - .../data/c/tags/items/pyrite_ores.json | 6 - .../data/c/tags/items/pyrite_small_dusts.json | 6 - .../data/c/tags/items/pyrope_dusts.json | 6 - .../data/c/tags/items/pyrope_small_dusts.json | 6 - .../data/c/tags/items/quartz_dusts.json | 6 - .../data/c/tags/items/quartz_plates.json | 6 - .../data/c/tags/items/quartz_small_dusts.json | 6 - .../data/c/tags/items/raw_iridium_ores.json | 6 - .../data/c/tags/items/raw_lead_ores.json | 6 - .../data/c/tags/items/raw_silver_ores.json | 6 - .../data/c/tags/items/raw_tin_ores.json | 6 - .../data/c/tags/items/raw_tungsten_ores.json | 6 - .../data/c/tags/items/red_garnet_blocks.json | 6 - .../data/c/tags/items/red_garnet_dusts.json | 6 - .../data/c/tags/items/red_garnet_gems.json | 6 - .../data/c/tags/items/red_garnet_plates.json | 6 - .../c/tags/items/red_garnet_small_dusts.json | 6 - .../data/c/tags/items/redstone_plates.json | 6 - .../c/tags/items/redstone_small_dusts.json | 6 - .../c/tags/items/refined_iron_blocks.json | 6 - .../c/tags/items/refined_iron_ingots.json | 6 - .../c/tags/items/refined_iron_nuggets.json | 6 - .../c/tags/items/refined_iron_plates.json | 6 - .../resources/data/c/tags/items/rubies.json | 6 - .../data/c/tags/items/ruby_blocks.json | 6 - .../data/c/tags/items/ruby_dusts.json | 6 - .../data/c/tags/items/ruby_ores.json | 7 - .../data/c/tags/items/ruby_plates.json | 6 - .../data/c/tags/items/ruby_small_dusts.json | 6 - .../data/c/tags/items/saltpeter_dusts.json | 6 - .../c/tags/items/saltpeter_small_dusts.json | 6 - .../data/c/tags/items/sapphire_blocks.json | 6 - .../data/c/tags/items/sapphire_dusts.json | 6 - .../data/c/tags/items/sapphire_ores.json | 7 - .../data/c/tags/items/sapphire_plates.json | 6 - .../c/tags/items/sapphire_small_dusts.json | 6 - .../data/c/tags/items/sapphires.json | 6 - .../data/c/tags/items/saw_dusts.json | 6 - .../data/c/tags/items/saw_small_dusts.json | 6 - .../data/c/tags/items/sheldonite_ores.json | 7 - .../data/c/tags/items/silicon_plates.json | 6 - .../data/c/tags/items/silver_blocks.json | 6 - .../data/c/tags/items/silver_ingots.json | 6 - .../data/c/tags/items/silver_nuggets.json | 6 - .../data/c/tags/items/silver_ores.json | 7 - .../data/c/tags/items/silver_plates.json | 6 - .../data/c/tags/items/sodalite_dusts.json | 6 - .../data/c/tags/items/sodalite_ores.json | 7 - .../c/tags/items/sodalite_small_dusts.json | 6 - .../data/c/tags/items/spessartine_dusts.json | 6 - .../c/tags/items/spessartine_small_dusts.json | 6 - .../data/c/tags/items/sphalerite_dusts.json | 6 - .../data/c/tags/items/sphalerite_ores.json | 6 - .../c/tags/items/sphalerite_small_dusts.json | 6 - .../data/c/tags/items/steel_blocks.json | 6 - .../data/c/tags/items/steel_dusts.json | 6 - .../data/c/tags/items/steel_ingots.json | 6 - .../data/c/tags/items/steel_nuggets.json | 6 - .../data/c/tags/items/steel_plates.json | 6 - .../data/c/tags/items/steel_small_dusts.json | 6 - .../data/c/tags/items/sulfur_dusts.json | 6 - .../data/c/tags/items/sulfur_small_dusts.json | 6 - .../data/c/tags/items/tin_blocks.json | 6 - .../data/c/tags/items/tin_ingots.json | 6 - .../data/c/tags/items/tin_nuggets.json | 6 - .../resources/data/c/tags/items/tin_ores.json | 7 - .../data/c/tags/items/tin_plates.json | 6 - .../data/c/tags/items/titanium_blocks.json | 6 - .../data/c/tags/items/titanium_dusts.json | 6 - .../data/c/tags/items/titanium_ingots.json | 6 - .../data/c/tags/items/titanium_nuggets.json | 6 - .../data/c/tags/items/titanium_plates.json | 6 - .../c/tags/items/titanium_small_dusts.json | 6 - .../data/c/tags/items/tungsten_blocks.json | 6 - .../data/c/tags/items/tungsten_ingots.json | 6 - .../data/c/tags/items/tungsten_nuggets.json | 6 - .../data/c/tags/items/tungsten_ores.json | 7 - .../data/c/tags/items/tungsten_plates.json | 6 - .../c/tags/items/tungsten_small_dusts.json | 6 - .../c/tags/items/tungstensteel_blocks.json | 6 - .../c/tags/items/tungstensteel_ingots.json | 6 - .../c/tags/items/tungstensteel_nuggets.json | 6 - .../c/tags/items/tungstensteel_plates.json | 6 - .../data/c/tags/items/uvarovite_dusts.json | 6 - .../c/tags/items/uvarovite_small_dusts.json | 6 - .../data/c/tags/items/wood_plates.json | 6 - .../c/tags/items/yellow_garnet_blocks.json | 6 - .../c/tags/items/yellow_garnet_dusts.json | 6 - .../data/c/tags/items/yellow_garnet_gems.json | 6 - .../c/tags/items/yellow_garnet_plates.json | 6 - .../tags/items/yellow_garnet_small_dusts.json | 6 - .../data/c/tags/items/zinc_blocks.json | 6 - .../data/c/tags/items/zinc_dusts.json | 6 - .../data/c/tags/items/zinc_ingots.json | 6 - .../data/c/tags/items/zinc_nuggets.json | 6 - .../data/c/tags/items/zinc_plates.json | 6 - .../data/c/tags/items/zinc_small_dusts.json | 6 - .../crafting_table/dust/almandine_dust.json | 20 - .../crafting_table/dust/andesite_dust.json | 20 - .../crafting_table/dust/andradite_dust.json | 20 - .../crafting_table/dust/ashes_dust.json | 20 - .../dust/basalt_dust_from_small.json | 20 - .../crafting_table/dust/bauxite_dust.json | 20 - .../crafting_table/dust/calcite_dust.json | 20 - .../crafting_table/dust/charcoal_dust.json | 20 - .../crafting_table/dust/chrome_dust.json | 20 - .../crafting_table/dust/cinnabar_dust.json | 20 - .../crafting_table/dust/clay_dust.json | 20 - .../crafting_table/dust/coal_dust.json | 20 - .../crafting_table/dust/dark_ashes_dust.json | 20 - .../crafting_table/dust/diamond_dust.json | 20 - .../crafting_table/dust/diorite_dust.json | 20 - .../crafting_table/dust/electrum_dust.json | 20 - .../crafting_table/dust/emerald_dust.json | 20 - .../crafting_table/dust/ender_eye_dust.json | 20 - .../crafting_table/dust/ender_pearl_dust.json | 20 - .../crafting_table/dust/endstone_dust.json | 20 - .../crafting_table/dust/flint_dust.json | 20 - .../crafting_table/dust/galena_dust.json | 20 - .../crafting_table/dust/glowstone_dust.json | 20 - .../crafting_table/dust/granite_dust.json | 20 - .../crafting_table/dust/grossular_dust.json | 20 - .../crafting_table/dust/invar_dust.json | 20 - .../crafting_table/dust/lazurite_dust.json | 20 - .../crafting_table/dust/magnesium_dust.json | 20 - .../crafting_table/dust/manganese_dust.json | 20 - .../dust/marble_dust_from_small.json | 20 - .../crafting_table/dust/netherrack_dust.json | 20 - .../crafting_table/dust/nickel_dust.json | 20 - .../crafting_table/dust/obsidian_dust.json | 20 - .../crafting_table/dust/olivine_dust.json | 20 - .../crafting_table/dust/peridot_dust.json | 20 - .../crafting_table/dust/phosphorous_dust.json | 20 - .../crafting_table/dust/platinum_dust.json | 20 - .../crafting_table/dust/pyrite_dust.json | 20 - .../crafting_table/dust/pyrope_dust.json | 20 - .../crafting_table/dust/quartz_dust.json | 20 - .../crafting_table/dust/raw_tungsten.json | 20 - .../crafting_table/dust/red_garnet_dust.json | 20 - .../crafting_table/dust/redstone_dust.json | 20 - .../crafting_table/dust/ruby_dust.json | 20 - .../crafting_table/dust/saltpeter_dust.json | 20 - .../crafting_table/dust/sapphire_dust.json | 20 - .../recipes/crafting_table/dust/saw_dust.json | 20 - .../crafting_table/dust/sodalite_dust.json | 20 - .../crafting_table/dust/spessartine_dust.json | 20 - .../crafting_table/dust/sphalerite_dust.json | 20 - .../crafting_table/dust/steel_dust.json | 20 - .../crafting_table/dust/sulfur_dust.json | 20 - .../crafting_table/dust/titanium_dust.json | 20 - .../crafting_table/dust/uvarovite_dust.json | 20 - .../dust/yellow_garnet_dust.json | 20 - .../crafting_table/dust/zinc_dust.json | 20 - .../gem/diamond_gem_from_nugget.json | 16 - .../gem/emerald_gem_from_nugget.json | 16 - .../gem/peridot_gem_from_storage_block.json | 12 - .../red_garnet_gem_from_storage_block.json | 12 - .../gem/ruby_gem_from_storage_block.json | 12 - .../gem/sapphire_gem_from_storage_block.json | 12 - .../yellow_garnet_gem_from_storage_block.json | 12 - .../gem_armor_tools/bronze_axe.json | 19 - .../gem_armor_tools/bronze_boots.json | 15 - .../gem_armor_tools/bronze_chestplate.json | 16 - .../gem_armor_tools/bronze_helmet.json | 15 - .../gem_armor_tools/bronze_hoe.json | 19 - .../gem_armor_tools/bronze_leggings.json | 16 - .../gem_armor_tools/bronze_pickaxe.json | 19 - .../gem_armor_tools/bronze_spade.json | 19 - .../gem_armor_tools/bronze_sword.json | 19 - .../gem_armor_tools/peridot_axe.json | 19 - .../gem_armor_tools/peridot_boots.json | 15 - .../gem_armor_tools/peridot_chestplate.json | 16 - .../gem_armor_tools/peridot_helmet.json | 15 - .../gem_armor_tools/peridot_hoe.json | 19 - .../gem_armor_tools/peridot_leggings.json | 16 - .../gem_armor_tools/peridot_pickaxe.json | 19 - .../gem_armor_tools/peridot_spade.json | 19 - .../gem_armor_tools/peridot_sword.json | 19 - .../gem_armor_tools/ruby_axe.json | 19 - .../gem_armor_tools/ruby_boots.json | 15 - .../gem_armor_tools/ruby_chestplate.json | 16 - .../gem_armor_tools/ruby_helmet.json | 15 - .../gem_armor_tools/ruby_hoe.json | 19 - .../gem_armor_tools/ruby_leggings.json | 16 - .../gem_armor_tools/ruby_pickaxe.json | 19 - .../gem_armor_tools/ruby_spade.json | 19 - .../gem_armor_tools/ruby_sword.json | 19 - .../gem_armor_tools/sapphire_axe.json | 19 - .../gem_armor_tools/sapphire_boots.json | 15 - .../gem_armor_tools/sapphire_chestplate.json | 16 - .../gem_armor_tools/sapphire_helmet.json | 15 - .../gem_armor_tools/sapphire_hoe.json | 19 - .../gem_armor_tools/sapphire_leggings.json | 16 - .../gem_armor_tools/sapphire_pickaxe.json | 19 - .../gem_armor_tools/sapphire_spade.json | 19 - .../gem_armor_tools/sapphire_sword.json | 19 - .../gem_armor_tools/silver_boots.json | 15 - .../gem_armor_tools/silver_chestplate.json | 16 - .../gem_armor_tools/silver_helmet.json | 15 - .../gem_armor_tools/silver_leggings.json | 16 - .../gem_armor_tools/steel_boots.json | 15 - .../gem_armor_tools/steel_chestplate.json | 16 - .../gem_armor_tools/steel_helmet.json | 15 - .../gem_armor_tools/steel_leggings.json | 16 - .../ingot/aluminum_ingot_from_block.json | 12 - .../ingot/aluminum_ingot_from_nugget.json | 16 - .../ingot/brass_ingot_from_block.json | 12 - .../ingot/brass_ingot_from_nugget.json | 16 - .../ingot/bronze_ingot_from_block.json | 12 - .../ingot/bronze_ingot_from_nugget.json | 16 - .../ingot/chrome_ingot_from_block.json | 12 - .../ingot/chrome_ingot_from_nugget.json | 16 - .../ingot/copper_nugget_from_nugget.json | 16 - .../ingot/electrum_ingot_from_block.json | 12 - .../ingot/electrum_ingot_from_nugget.json | 16 - .../hot_tungstensteel_ingot_from_nugget.json | 16 - .../ingot/invar_ingot_from_block.json | 12 - .../ingot/invar_ingot_from_nugget.json | 16 - .../ingot/iridium_ingot_from_block.json | 12 - .../ingot/iridium_nugget_from_nugget.json | 16 - .../ingot/lead_ingot_from_block.json | 12 - .../ingot/lead_ingot_from_nugget.json | 16 - .../ingot/nickel_ingot_from_block.json | 12 - .../ingot/nickel_nugget_from_nugget.json | 16 - .../ingot/platinum_ingot_from_block.json | 12 - .../ingot/platinum_ingot_from_nugget.json | 16 - .../ingot/refined_iron_ingot_from_nugget.json | 16 - ...refined_iron_ingot_from_storage_block.json | 12 - .../ingot/silver_ingot_from_block.json | 12 - .../ingot/silver_ingot_from_nugget.json | 16 - .../ingot/steel_ingot_from_block.json | 12 - .../ingot/steel_ingot_from_nugget.json | 16 - .../ingot/tin_ingot_from_nugget.json | 16 - .../ingot/tin_ingot_from_storage_block.json | 12 - .../ingot/titanium_ingot_from_block.json | 12 - .../ingot/titanium_ingot_from_nugget.json | 16 - .../ingot/tungsten_ingot_from_block.json | 12 - .../ingot/tungsten_ingot_from_nugget.json | 16 - .../tungstensteel_ingot_from_nugget.json | 16 - ...ungstensteel_ingot_from_storage_block.json | 12 - .../ingot/zinc_ingot_from_block.json | 12 - .../ingot/zinc_ingot_from_nugget.json | 16 - .../nugget/aluminum_nugget.json | 12 - .../crafting_table/nugget/brass_nugget.json | 12 - .../crafting_table/nugget/bronze_nugget.json | 12 - .../crafting_table/nugget/chrome_nugget.json | 12 - .../crafting_table/nugget/copper_nugget.json | 12 - .../crafting_table/nugget/diamond_nugget.json | 12 - .../nugget/electrum_nugget.json | 12 - .../crafting_table/nugget/emerald_nugget.json | 12 - .../nugget/hot_tungstensteel_nugget.json | 12 - .../crafting_table/nugget/invar_nugget.json | 12 - .../crafting_table/nugget/iridium_nugget.json | 12 - .../crafting_table/nugget/lead_nugget.json | 12 - .../crafting_table/nugget/nickel_nugget.json | 12 - .../nugget/platinum_nugget.json | 12 - .../nugget/refined_iron_nugget.json | 12 - .../crafting_table/nugget/silver_nugget.json | 12 - .../crafting_table/nugget/steel_nugget.json | 12 - .../crafting_table/nugget/tin_nugget.json | 12 - .../nugget/titanium_nugget.json | 12 - .../nugget/tungsten_nugget.json | 12 - .../nugget/tungstensteel_nugget.json | 12 - .../crafting_table/nugget/zinc_nugget.json | 12 - .../small_dust/almandine_small_dust.json | 12 - .../small_dust/andesite_small_dust.json | 12 - .../small_dust/andradite_small_dust.json | 12 - .../small_dust/ashes_small_dust.json | 12 - .../small_dust/basalt_small_dust.json | 12 - .../small_dust/bauxite_small_dust.json | 12 - .../small_dust/calcite_small_dust.json | 12 - .../small_dust/charcoal_small_dust.json | 12 - .../small_dust/chrome_small_dust.json | 12 - .../small_dust/cinnabar_small_dust.json | 12 - .../small_dust/clay_small_dust.json | 12 - .../small_dust/coal_small_dust.json | 12 - .../small_dust/dark_ashes_small_dust.json | 12 - .../small_dust/diamond_small_dust.json | 12 - .../small_dust/diorite_small_dust.json | 12 - .../small_dust/electrum_small_dust.json | 12 - .../small_dust/emerald_small_dust.json | 12 - .../small_dust/ender_eye_small_dust.json | 12 - .../small_dust/ender_pearl_small_dust.json | 12 - .../small_dust/endstone_small_dust.json | 12 - .../small_dust/flint_small_dust.json | 12 - .../small_dust/galena_small_dust.json | 12 - .../small_dust/glowstone_small_dust.json | 12 - .../small_dust/granite_small_dust.json | 12 - .../small_dust/grossular_small_dust.json | 12 - .../small_dust/invar_small_dust.json | 12 - .../small_dust/lazurite_small_dust.json | 12 - .../small_dust/magnesium_small_dust.json | 12 - .../small_dust/manganese_small_dust.json | 12 - .../small_dust/marble_small_dust.json | 12 - .../small_dust/netherrack_small_dust.json | 12 - .../small_dust/nickel_small_dust.json | 12 - .../small_dust/obsidian_small_dust.json | 12 - .../small_dust/olivine_small_dust.json | 12 - .../small_dust/peridot_small_dust.json | 12 - .../small_dust/phosphorous_small_dust.json | 12 - .../small_dust/platinum_small_dust.json | 12 - .../small_dust/pyrite_small_dust.json | 12 - .../small_dust/pyrope_small_dust.json | 12 - .../small_dust/quartz_small_dust.json | 12 - .../small_dust/red_garnet_small_dust.json | 12 - .../small_dust/redstone_small_dust.json | 12 - .../small_dust/ruby_small_dust.json | 12 - .../small_dust/saltpeter_small_dust.json | 12 - .../small_dust/sapphire_small_dust.json | 12 - .../small_dust/saw_small_dust.json | 12 - .../small_dust/sodalite_small_dust.json | 12 - .../small_dust/spessartine_small_dust.json | 12 - .../small_dust/sphalerite_small_dust.json | 12 - .../small_dust/steel_small_dust.json | 12 - .../small_dust/sulfur_small_dust.json | 12 - .../small_dust/titanium_small_dust.json | 12 - .../small_dust/tungsten_small_dust.json | 12 - .../small_dust/uvarovite_small_dust.json | 12 - .../small_dust/yellow_garnet_small_dust.json | 12 - .../small_dust/zinc_small_dust.json | 12 - .../storage_block/aluminum_storage_block.json | 16 - .../aluminum_storage_block_slab.json | 15 - ...minum_storage_block_slab_stonecutting.json | 8 - .../aluminum_storage_block_stair.json | 17 - ...inum_storage_block_stair_stonecutting.json | 8 - .../aluminum_storage_block_wall.json | 16 - ...minum_storage_block_wall_stonecutting.json | 8 - .../storage_block/brass_storage_block.json | 16 - .../brass_storage_block_slab.json | 15 - ...brass_storage_block_slab_stonecutting.json | 8 - .../brass_storage_block_stair.json | 17 - ...rass_storage_block_stair_stonecutting.json | 8 - .../brass_storage_block_wall.json | 16 - ...brass_storage_block_wall_stonecutting.json | 8 - .../storage_block/bronze_storage_block.json | 16 - .../bronze_storage_block_slab.json | 15 - ...ronze_storage_block_slab_stonecutting.json | 8 - .../bronze_storage_block_stair.json | 17 - ...onze_storage_block_stair_stonecutting.json | 8 - .../bronze_storage_block_wall.json | 16 - ...ronze_storage_block_wall_stonecutting.json | 8 - .../storage_block/chrome_storage_block.json | 16 - .../chrome_storage_block_slab.json | 15 - ...hrome_storage_block_slab_stonecutting.json | 8 - .../chrome_storage_block_stair.json | 17 - ...rome_storage_block_stair_stonecutting.json | 8 - .../chrome_storage_block_wall.json | 16 - ...hrome_storage_block_wall_stonecutting.json | 8 - .../storage_block/electrum_storage_block.json | 16 - .../electrum_storage_block_slab.json | 15 - ...ctrum_storage_block_slab_stonecutting.json | 8 - .../electrum_storage_block_stair.json | 17 - ...trum_storage_block_stair_stonecutting.json | 8 - .../electrum_storage_block_wall.json | 16 - ...ctrum_storage_block_wall_stonecutting.json | 8 - .../storage_block/invar_storage_block.json | 16 - .../invar_storage_block_slab.json | 15 - ...invar_storage_block_slab_stonecutting.json | 8 - .../invar_storage_block_stair.json | 17 - ...nvar_storage_block_stair_stonecutting.json | 8 - .../invar_storage_block_wall.json | 16 - ...invar_storage_block_wall_stonecutting.json | 8 - ...ridium_reinforced_stone_storage_block.json | 26 +- ...m_reinforced_stone_storage_block_slab.json | 15 - ...stone_storage_block_slab_stonecutting.json | 8 - ..._reinforced_stone_storage_block_stair.json | 17 - ...tone_storage_block_stair_stonecutting.json | 8 - ...m_reinforced_stone_storage_block_wall.json | 16 - ...stone_storage_block_wall_stonecutting.json | 8 - ...rced_tungstensteel_storage_block_slab.json | 15 - ...steel_storage_block_slab_stonecutting.json | 8 - ...ced_tungstensteel_storage_block_stair.json | 17 - ...teel_storage_block_stair_stonecutting.json | 8 - ...rced_tungstensteel_storage_block_wall.json | 16 - ...steel_storage_block_wall_stonecutting.json | 8 - .../storage_block/iridium_storage_block.json | 16 - .../iridium_storage_block_slab.json | 15 - ...idium_storage_block_slab_stonecutting.json | 8 - .../iridium_storage_block_stair.json | 17 - ...dium_storage_block_stair_stonecutting.json | 8 - .../iridium_storage_block_wall.json | 16 - ...idium_storage_block_wall_stonecutting.json | 8 - .../storage_block/lead_storage_block.json | 16 - .../lead_storage_block_slab.json | 15 - .../lead_storage_block_slab_stonecutting.json | 8 - .../lead_storage_block_stair.json | 17 - ...lead_storage_block_stair_stonecutting.json | 8 - .../lead_storage_block_wall.json | 16 - .../lead_storage_block_wall_stonecutting.json | 8 - .../storage_block/nickel_storage_block.json | 16 - .../nickel_storage_block_slab.json | 15 - ...ickel_storage_block_slab_stonecutting.json | 8 - .../nickel_storage_block_stair.json | 17 - ...ckel_storage_block_stair_stonecutting.json | 8 - .../nickel_storage_block_wall.json | 16 - ...ickel_storage_block_wall_stonecutting.json | 8 - .../storage_block/peridot_storage_block.json | 16 - .../peridot_storage_block_slab.json | 15 - ...ridot_storage_block_slab_stonecutting.json | 8 - .../peridot_storage_block_stair.json | 17 - ...idot_storage_block_stair_stonecutting.json | 8 - .../peridot_storage_block_wall.json | 16 - ...ridot_storage_block_wall_stonecutting.json | 8 - .../storage_block/platinum_storage_block.json | 16 - .../platinum_storage_block_slab.json | 15 - ...tinum_storage_block_slab_stonecutting.json | 8 - .../platinum_storage_block_stair.json | 17 - ...inum_storage_block_stair_stonecutting.json | 8 - .../platinum_storage_block_wall.json | 16 - ...tinum_storage_block_wall_stonecutting.json | 8 - .../raw_iridium_storage_block.json | 16 - .../raw_iridium_storage_block_slab.json | 15 - ...idium_storage_block_slab_stonecutting.json | 8 - .../raw_iridium_storage_block_stair.json | 17 - ...dium_storage_block_stair_stonecutting.json | 8 - .../raw_iridium_storage_block_wall.json | 16 - ...idium_storage_block_wall_stonecutting.json | 8 - .../storage_block/raw_lead_storage_block.json | 16 - .../raw_lead_storage_block_slab.json | 15 - ..._lead_storage_block_slab_stonecutting.json | 8 - .../raw_lead_storage_block_stair.json | 17 - ...lead_storage_block_stair_stonecutting.json | 8 - .../raw_lead_storage_block_wall.json | 16 - ..._lead_storage_block_wall_stonecutting.json | 8 - .../raw_silver_storage_block.json | 16 - .../raw_silver_storage_block_slab.json | 15 - ...ilver_storage_block_slab_stonecutting.json | 8 - .../raw_silver_storage_block_stair.json | 17 - ...lver_storage_block_stair_stonecutting.json | 8 - .../raw_silver_storage_block_wall.json | 16 - ...ilver_storage_block_wall_stonecutting.json | 8 - .../storage_block/raw_tin_storage_block.json | 16 - .../raw_tin_storage_block_slab.json | 15 - ...w_tin_storage_block_slab_stonecutting.json | 8 - .../raw_tin_storage_block_stair.json | 17 - ..._tin_storage_block_stair_stonecutting.json | 8 - .../raw_tin_storage_block_wall.json | 16 - ...w_tin_storage_block_wall_stonecutting.json | 8 - .../raw_tungsten_storage_block.json | 16 - .../raw_tungsten_storage_block_slab.json | 15 - ...gsten_storage_block_slab_stonecutting.json | 8 - .../raw_tungsten_storage_block_stair.json | 17 - ...sten_storage_block_stair_stonecutting.json | 8 - .../raw_tungsten_storage_block_wall.json | 16 - ...gsten_storage_block_wall_stonecutting.json | 8 - .../red_garnet_storage_block.json | 16 - .../red_garnet_storage_block_slab.json | 15 - ...arnet_storage_block_slab_stonecutting.json | 8 - .../red_garnet_storage_block_stair.json | 17 - ...rnet_storage_block_stair_stonecutting.json | 8 - .../red_garnet_storage_block_wall.json | 16 - ...arnet_storage_block_wall_stonecutting.json | 8 - .../refined_iron_storage_block.json | 16 - .../refined_iron_storage_block_slab.json | 15 - ..._iron_storage_block_slab_stonecutting.json | 8 - .../refined_iron_storage_block_stair.json | 17 - ...iron_storage_block_stair_stonecutting.json | 8 - .../refined_iron_storage_block_wall.json | 16 - ..._iron_storage_block_wall_stonecutting.json | 8 - .../storage_block/ruby_storage_block.json | 16 - .../ruby_storage_block_slab.json | 15 - .../ruby_storage_block_slab_stonecutting.json | 8 - .../ruby_storage_block_stair.json | 17 - ...ruby_storage_block_stair_stonecutting.json | 8 - .../ruby_storage_block_wall.json | 16 - .../ruby_storage_block_wall_stonecutting.json | 8 - .../storage_block/sapphire_storage_block.json | 16 - .../sapphire_storage_block_slab.json | 15 - ...phire_storage_block_slab_stonecutting.json | 8 - .../sapphire_storage_block_stair.json | 17 - ...hire_storage_block_stair_stonecutting.json | 8 - .../sapphire_storage_block_wall.json | 16 - ...phire_storage_block_wall_stonecutting.json | 8 - .../storage_block/silver_storage_block.json | 16 - .../silver_storage_block_slab.json | 15 - ...ilver_storage_block_slab_stonecutting.json | 8 - .../silver_storage_block_stair.json | 17 - ...lver_storage_block_stair_stonecutting.json | 8 - .../silver_storage_block_wall.json | 16 - ...ilver_storage_block_wall_stonecutting.json | 8 - .../storage_block/steel_storage_block.json | 16 - .../steel_storage_block_slab.json | 15 - ...steel_storage_block_slab_stonecutting.json | 8 - .../steel_storage_block_stair.json | 17 - ...teel_storage_block_stair_stonecutting.json | 8 - .../steel_storage_block_wall.json | 16 - ...steel_storage_block_wall_stonecutting.json | 8 - .../storage_block/tin_storage_block.json | 16 - .../storage_block/tin_storage_block_slab.json | 15 - .../tin_storage_block_slab_stonecutting.json | 8 - .../tin_storage_block_stair.json | 17 - .../tin_storage_block_stair_stonecutting.json | 8 - .../storage_block/tin_storage_block_wall.json | 16 - .../tin_storage_block_wall_stonecutting.json | 8 - .../storage_block/titanium_storage_block.json | 16 - .../titanium_storage_block_slab.json | 15 - ...anium_storage_block_slab_stonecutting.json | 8 - .../titanium_storage_block_stair.json | 17 - ...nium_storage_block_stair_stonecutting.json | 8 - .../titanium_storage_block_wall.json | 16 - ...anium_storage_block_wall_stonecutting.json | 8 - .../storage_block/tungsten_storage_block.json | 16 - .../tungsten_storage_block_slab.json | 15 - ...gsten_storage_block_slab_stonecutting.json | 8 - .../tungsten_storage_block_stair.json | 17 - ...sten_storage_block_stair_stonecutting.json | 8 - .../tungsten_storage_block_wall.json | 16 - ...gsten_storage_block_wall_stonecutting.json | 8 - .../tungstensteel_storage_block.json | 16 - .../tungstensteel_storage_block_slab.json | 15 - ...steel_storage_block_slab_stonecutting.json | 8 - .../tungstensteel_storage_block_stair.json | 17 - ...teel_storage_block_stair_stonecutting.json | 8 - .../tungstensteel_storage_block_wall.json | 16 - ...steel_storage_block_wall_stonecutting.json | 8 - .../yellow_garnet_storage_block.json | 16 - .../yellow_garnet_storage_block_slab.json | 15 - ...arnet_storage_block_slab_stonecutting.json | 8 - .../yellow_garnet_storage_block_stair.json | 17 - ...rnet_storage_block_stair_stonecutting.json | 8 - .../yellow_garnet_storage_block_wall.json | 16 - ...arnet_storage_block_wall_stonecutting.json | 8 - .../storage_block/zinc_storage_block.json | 16 - .../zinc_storage_block_slab.json | 15 - .../zinc_storage_block_slab_stonecutting.json | 8 - .../zinc_storage_block_stair.json | 17 - ...zinc_storage_block_stair_stonecutting.json | 8 - .../zinc_storage_block_wall.json | 16 - .../zinc_storage_block_wall_stonecutting.json | 8 - .../data/techreborn/tags/items/gems.json | 10 - .../data/techreborn/tags/items/ingots.json | 27 -- .../data/techreborn/tags/items/ores.json | 32 -- .../techreborn/tags/items/raw_metals.json | 10 - 693 files changed, 840 insertions(+), 7715 deletions(-) create mode 100644 RebornCore/src/main/java/reborncore/common/misc/TagConvertible.java rename src/datagen/groovy/techreborn/datagen/recipes/{smelting => }/TechRebornRecipesProvider.groovy (75%) create mode 100644 src/datagen/groovy/techreborn/datagen/recipes/crafting/CraftingRecipesProvider.groovy create mode 100644 src/datagen/groovy/techreborn/datagen/tags/TRItemTagProvider.groovy delete mode 100644 src/main/resources/data/c/tags/items/advanced_alloy_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/advanced_alloy_plates.json delete mode 100644 src/main/resources/data/c/tags/items/almandine_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/almandine_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/aluminum_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/aluminum_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/aluminum_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/aluminum_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/aluminum_plates.json delete mode 100644 src/main/resources/data/c/tags/items/amethyst_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/andesite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/andesite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/andradite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/andradite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ashes_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ashes_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/basalt_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/basalt_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/bauxite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/bauxite_ores.json delete mode 100644 src/main/resources/data/c/tags/items/bauxite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/brass_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/brass_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/brass_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/brass_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/brass_plates.json delete mode 100644 src/main/resources/data/c/tags/items/bronze_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/bronze_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/bronze_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/bronze_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/bronze_plates.json delete mode 100644 src/main/resources/data/c/tags/items/calcite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/calcite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/carbon_plates.json delete mode 100644 src/main/resources/data/c/tags/items/charcoal_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/charcoal_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_plates.json delete mode 100644 src/main/resources/data/c/tags/items/chrome_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/cinnabar_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/cinnabar_ores.json delete mode 100644 src/main/resources/data/c/tags/items/cinnabar_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/clay_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/clay_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/coal_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/coal_plates.json delete mode 100644 src/main/resources/data/c/tags/items/coal_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/copper_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/copper_plates.json delete mode 100644 src/main/resources/data/c/tags/items/dark_ashes_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/dark_ashes_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/diamond_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/diamond_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/diamond_plates.json delete mode 100644 src/main/resources/data/c/tags/items/diamond_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/diorite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/diorite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_plates.json delete mode 100644 src/main/resources/data/c/tags/items/electrum_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/emerald_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/emerald_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/emerald_plates.json delete mode 100644 src/main/resources/data/c/tags/items/emerald_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ender_eye_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ender_eye_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ender_pearl_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ender_pearl_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/endstone_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/endstone_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/flint_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/flint_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/galena_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/galena_ores.json delete mode 100644 src/main/resources/data/c/tags/items/galena_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/glowstone_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/gold_plates.json delete mode 100644 src/main/resources/data/c/tags/items/granite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/granite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/grossular_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/grossular_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/hot_tungstensteel_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/hot_tungstensteel_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/invar_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/invar_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/invar_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/invar_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/invar_plates.json delete mode 100644 src/main/resources/data/c/tags/items/invar_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_alloy_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_alloy_plates.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_ores.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_plates.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_reinforced_stone_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/iridium_reinforced_tungstensteel_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/iron_plates.json delete mode 100644 src/main/resources/data/c/tags/items/lapis_plates.json delete mode 100644 src/main/resources/data/c/tags/items/lazurite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/lazurite_plates.json delete mode 100644 src/main/resources/data/c/tags/items/lazurite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/lead_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/lead_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/lead_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/lead_ores.json delete mode 100644 src/main/resources/data/c/tags/items/lead_plates.json delete mode 100644 src/main/resources/data/c/tags/items/magnalium_plates.json delete mode 100644 src/main/resources/data/c/tags/items/magnesium_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/magnesium_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/manganese_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/manganese_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/marble_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/marble_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/mixed_metal_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/netherrack_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/netherrack_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_plates.json delete mode 100644 src/main/resources/data/c/tags/items/nickel_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/obsidian_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/obsidian_plates.json delete mode 100644 src/main/resources/data/c/tags/items/obsidian_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/olivine_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/olivine_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_gems.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_ores.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_plates.json delete mode 100644 src/main/resources/data/c/tags/items/peridot_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/phosphorous_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/phosphorous_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_plates.json delete mode 100644 src/main/resources/data/c/tags/items/platinum_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/pyrite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/pyrite_ores.json delete mode 100644 src/main/resources/data/c/tags/items/pyrite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/pyrope_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/pyrope_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/quartz_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/quartz_plates.json delete mode 100644 src/main/resources/data/c/tags/items/quartz_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/raw_iridium_ores.json delete mode 100644 src/main/resources/data/c/tags/items/raw_lead_ores.json delete mode 100644 src/main/resources/data/c/tags/items/raw_silver_ores.json delete mode 100644 src/main/resources/data/c/tags/items/raw_tin_ores.json delete mode 100644 src/main/resources/data/c/tags/items/raw_tungsten_ores.json delete mode 100644 src/main/resources/data/c/tags/items/red_garnet_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/red_garnet_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/red_garnet_gems.json delete mode 100644 src/main/resources/data/c/tags/items/red_garnet_plates.json delete mode 100644 src/main/resources/data/c/tags/items/red_garnet_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/redstone_plates.json delete mode 100644 src/main/resources/data/c/tags/items/redstone_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/refined_iron_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/refined_iron_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/refined_iron_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/refined_iron_plates.json delete mode 100644 src/main/resources/data/c/tags/items/rubies.json delete mode 100644 src/main/resources/data/c/tags/items/ruby_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/ruby_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/ruby_ores.json delete mode 100644 src/main/resources/data/c/tags/items/ruby_plates.json delete mode 100644 src/main/resources/data/c/tags/items/ruby_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/saltpeter_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/saltpeter_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sapphire_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/sapphire_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sapphire_ores.json delete mode 100644 src/main/resources/data/c/tags/items/sapphire_plates.json delete mode 100644 src/main/resources/data/c/tags/items/sapphire_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sapphires.json delete mode 100644 src/main/resources/data/c/tags/items/saw_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/saw_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sheldonite_ores.json delete mode 100644 src/main/resources/data/c/tags/items/silicon_plates.json delete mode 100644 src/main/resources/data/c/tags/items/silver_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/silver_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/silver_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/silver_ores.json delete mode 100644 src/main/resources/data/c/tags/items/silver_plates.json delete mode 100644 src/main/resources/data/c/tags/items/sodalite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sodalite_ores.json delete mode 100644 src/main/resources/data/c/tags/items/sodalite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/spessartine_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/spessartine_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sphalerite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sphalerite_ores.json delete mode 100644 src/main/resources/data/c/tags/items/sphalerite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/steel_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/steel_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/steel_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/steel_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/steel_plates.json delete mode 100644 src/main/resources/data/c/tags/items/steel_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sulfur_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/sulfur_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/tin_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/tin_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/tin_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/tin_ores.json delete mode 100644 src/main/resources/data/c/tags/items/tin_plates.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_plates.json delete mode 100644 src/main/resources/data/c/tags/items/titanium_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_ores.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_plates.json delete mode 100644 src/main/resources/data/c/tags/items/tungsten_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/tungstensteel_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/tungstensteel_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/tungstensteel_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/tungstensteel_plates.json delete mode 100644 src/main/resources/data/c/tags/items/uvarovite_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/uvarovite_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/wood_plates.json delete mode 100644 src/main/resources/data/c/tags/items/yellow_garnet_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/yellow_garnet_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/yellow_garnet_gems.json delete mode 100644 src/main/resources/data/c/tags/items/yellow_garnet_plates.json delete mode 100644 src/main/resources/data/c/tags/items/yellow_garnet_small_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_blocks.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_dusts.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_ingots.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_nuggets.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_plates.json delete mode 100644 src/main/resources/data/c/tags/items/zinc_small_dusts.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/almandine_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/andesite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/andradite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/ashes_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/bauxite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/calcite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/charcoal_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/chrome_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/cinnabar_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/clay_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/coal_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/dark_ashes_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/diamond_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/diorite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/electrum_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/emerald_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_eye_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_pearl_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/endstone_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/flint_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/galena_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/glowstone_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/granite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/grossular_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/invar_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/lazurite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/magnesium_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/manganese_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/netherrack_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/nickel_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/obsidian_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/olivine_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/peridot_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/phosphorous_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/platinum_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrope_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/quartz_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/raw_tungsten.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/red_garnet_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/redstone_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/ruby_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/saltpeter_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/sapphire_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/saw_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/sodalite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/spessartine_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/sphalerite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/steel_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/sulfur_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/titanium_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/uvarovite_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/yellow_garnet_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/dust/zinc_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/diamond_gem_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/emerald_gem_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/peridot_gem_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/red_garnet_gem_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/ruby_gem_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/sapphire_gem_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem/yellow_garnet_gem_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_axe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_hoe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_pickaxe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_spade.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_sword.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_axe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_hoe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_pickaxe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_spade.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_sword.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_axe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_hoe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_pickaxe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_spade.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_sword.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_axe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_hoe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_pickaxe.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_spade.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_sword.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_boots.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_chestplate.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_helmet.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_leggings.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/copper_nugget_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/hot_tungstensteel_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_nugget_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_nugget_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/aluminum_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/brass_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/bronze_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/chrome_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/copper_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/diamond_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/electrum_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/emerald_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/hot_tungstensteel_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/invar_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/iridium_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/lead_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/nickel_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/platinum_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/refined_iron_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/silver_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/steel_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/tin_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/titanium_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungsten_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungstensteel_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/nugget/zinc_nugget.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/almandine_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andesite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andradite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ashes_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/basalt_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/bauxite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/calcite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/charcoal_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/chrome_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/cinnabar_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/clay_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/coal_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/dark_ashes_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diamond_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diorite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/electrum_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/emerald_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_eye_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_pearl_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/endstone_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/flint_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/galena_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/glowstone_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/granite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/grossular_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/invar_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/lazurite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/magnesium_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/manganese_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/marble_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/netherrack_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/nickel_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/obsidian_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/olivine_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/peridot_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/phosphorous_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/platinum_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrope_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/quartz_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/red_garnet_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/redstone_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ruby_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saltpeter_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sapphire_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saw_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sodalite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/spessartine_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sphalerite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/steel_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sulfur_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/titanium_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/tungsten_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/uvarovite_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/yellow_garnet_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/small_dust/zinc_small_dust.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall.json delete mode 100644 src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall_stonecutting.json delete mode 100644 src/main/resources/data/techreborn/tags/items/gems.json delete mode 100644 src/main/resources/data/techreborn/tags/items/ingots.json delete mode 100644 src/main/resources/data/techreborn/tags/items/ores.json delete mode 100644 src/main/resources/data/techreborn/tags/items/raw_metals.json diff --git a/RebornCore/src/main/java/reborncore/common/misc/TagConvertible.java b/RebornCore/src/main/java/reborncore/common/misc/TagConvertible.java new file mode 100644 index 000000000..89070f702 --- /dev/null +++ b/RebornCore/src/main/java/reborncore/common/misc/TagConvertible.java @@ -0,0 +1,42 @@ +/* + * This file is part of RebornCore, licensed under the MIT License (MIT). + * + * Copyright (c) 2021 TeamReborn + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + +package reborncore.common.misc; + +import net.minecraft.tag.Tag; + +/** + * Tells if an item, block etc. has a tag solely for compatibility with other mods. + * For example, several mods have bronze ingots, so TechReborn will tag its bronze ingot with a common tag. + * @param The type of the object, like {@link net.minecraft.item.Item} or {@link net.minecraft.block.Block}. + */ +public interface TagConvertible { + + /** + * Returns the common tag of this object. + * @return the common tag of this object + */ + Tag.Identified asTag(); + +} diff --git a/src/datagen/groovy/techreborn/datagen/TechRebornDataGen.groovy b/src/datagen/groovy/techreborn/datagen/TechRebornDataGen.groovy index a1a0fa125..99c4f11b5 100644 --- a/src/datagen/groovy/techreborn/datagen/TechRebornDataGen.groovy +++ b/src/datagen/groovy/techreborn/datagen/TechRebornDataGen.groovy @@ -27,12 +27,18 @@ package techreborn.datagen import net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator import techreborn.datagen.recipes.smelting.SmeltingRecipesProvider +import techreborn.datagen.recipes.crafting.CraftingRecipesProvider +import techreborn.datagen.tags.TRItemTagProvider import techreborn.datagen.tags.WaterExplosionTagProvider class TechRebornDataGen implements DataGeneratorEntrypoint { + @Override void onInitializeDataGenerator(FabricDataGenerator fabricDataGenerator) { fabricDataGenerator.addProvider(WaterExplosionTagProvider.&new) + fabricDataGenerator.addProvider(TRItemTagProvider.&new) + // tags before all else, very important!! fabricDataGenerator.addProvider(SmeltingRecipesProvider.&new) + fabricDataGenerator.addProvider(CraftingRecipesProvider.&new) } } diff --git a/src/datagen/groovy/techreborn/datagen/recipes/smelting/TechRebornRecipesProvider.groovy b/src/datagen/groovy/techreborn/datagen/recipes/TechRebornRecipesProvider.groovy similarity index 75% rename from src/datagen/groovy/techreborn/datagen/recipes/smelting/TechRebornRecipesProvider.groovy rename to src/datagen/groovy/techreborn/datagen/recipes/TechRebornRecipesProvider.groovy index 7d0b01d75..75cd024c6 100644 --- a/src/datagen/groovy/techreborn/datagen/recipes/smelting/TechRebornRecipesProvider.groovy +++ b/src/datagen/groovy/techreborn/datagen/recipes/TechRebornRecipesProvider.groovy @@ -22,7 +22,7 @@ * SOFTWARE. */ -package techreborn.datagen.recipes.smelting +package techreborn.datagen.recipes import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator import net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipesProvider @@ -50,13 +50,16 @@ abstract class TechRebornRecipesProvider extends FabricRecipesProvider { abstract void generateRecipes() static Ingredient createIngredient(def input) { - if (input instanceof ItemConvertible) { + if (input instanceof Ingredient) { + return input + } + if (input instanceof ItemConvertible) { return Ingredient.ofItems(input) } else if (input instanceof Tag.Identified) { return Ingredient.fromTag(input) } - throw new UnsupportedOperationException() + throw new IllegalArgumentException() } static String getCriterionName(def input) { @@ -66,7 +69,7 @@ abstract class TechRebornRecipesProvider extends FabricRecipesProvider { return "has_tag_" + input.getId() } - throw new UnsupportedOperationException() + throw new IllegalArgumentException() } static CriterionConditions getCriterionConditions(def input) { @@ -76,7 +79,7 @@ abstract class TechRebornRecipesProvider extends FabricRecipesProvider { return conditionsFromTag(input) } - throw new UnsupportedOperationException() + throw new IllegalArgumentException() } static String getInputPath(def input) { @@ -86,9 +89,37 @@ abstract class TechRebornRecipesProvider extends FabricRecipesProvider { return input.getId().toString().replace(":", "_") } - throw new UnsupportedOperationException() + throw new IllegalArgumentException() } + static String getName(def input) { + if (input instanceof ItemConvertible) { + return getItemPath(input) + } else if (input instanceof Tag.Identified) { + String name = input.getId().toString() + if (name.contains(":")) + name = name.substring(name.indexOf(":")+1) + return name + } + + throw new IllegalArgumentException() + } + + static String getNamePart1(def input) { + String name + if (input instanceof ItemConvertible) { + name = getItemPath(input) + return name.substring(0,name.indexOf("_")) + } else if (input instanceof Tag.Identified) { + name = input.getId().toString() + if (name.contains(":")) + name = name.substring(name.indexOf(":")+1) + return name.substring(0,name.indexOf("_")) + } + + throw new IllegalArgumentException() + } + @Override protected Identifier getRecipeIdentifier(Identifier identifier) { return new Identifier("techreborn", super.getRecipeIdentifier(identifier).path) diff --git a/src/datagen/groovy/techreborn/datagen/recipes/crafting/CraftingRecipesProvider.groovy b/src/datagen/groovy/techreborn/datagen/recipes/crafting/CraftingRecipesProvider.groovy new file mode 100644 index 000000000..decf2a03f --- /dev/null +++ b/src/datagen/groovy/techreborn/datagen/recipes/crafting/CraftingRecipesProvider.groovy @@ -0,0 +1,343 @@ +/* + * This file is part of TechReborn, licensed under the MIT License (MIT). + * + * Copyright (c) 2020 TechReborn + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + +package techreborn.datagen.recipes.crafting + +import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator +import net.minecraft.data.server.recipe.ShapedRecipeJsonFactory +import net.minecraft.data.server.recipe.ShapelessRecipeJsonFactory +import net.minecraft.data.server.recipe.SingleItemRecipeJsonFactory +import net.minecraft.item.ItemConvertible +import net.minecraft.item.Items +import net.minecraft.util.Identifier +import techreborn.TechReborn +import techreborn.datagen.recipes.TechRebornRecipesProvider +import techreborn.init.TRContent + +import java.util.function.Function + +class CraftingRecipesProvider extends TechRebornRecipesProvider { + CraftingRecipesProvider(FabricDataGenerator dataGenerator) { + super(dataGenerator) + } + + @Override + void generateRecipes() { + // add dust from small dust and vice versa recipes + TRContent.SmallDusts.getSD2DMap().each { input, output -> + offerMonoShapelessRecipe(input, 4, output, 1, "small", "crafting_table/dust/") + offerMonoShapelessRecipe(output, 1, input, 4, "dust", "crafting_table/small_dust/") + } + // add storage block from raw metal and vice versa recipes + TRContent.RawMetals.getRM2SBMap().each { input, output -> + offerMonoShapelessRecipe(input, 9, output, 1, null, "crafting_table/storage_block/", "raw_" + getInputPath(output)) + offerMonoShapelessRecipe(output, 1, input, 9, "block", "crafting_table/raw/") + } + // add storage block from gem and vice versa recipes + TRContent.Gems.getG2SBMap().each { input, output -> + offerMonoShapelessRecipe(input, 9, output, 1, null, "crafting_table/storage_block/", ) + offerMonoShapelessRecipe(output, 1, input, 9, "block", "crafting_table/gem/") + } + // add storage block from ingot and vice versa recipes + TRContent.Ingots.getI2SBMap().each { input, output -> + offerMonoShapelessRecipe(input, 9, output, 1, null, "crafting_table/storage_block/") + offerMonoShapelessRecipe(output, 1, input, 9, "block", "crafting_table/ingot/") + } + // add ingot from nugget and vice versa recipes + TRContent.Nuggets.getN2IMap().each { input, output -> + offerMonoShapelessRecipe(input, 9, output, 1, "nugget", input.isOfGem() ? "crafting_table/gem/" : "crafting_table/ingot/") + offerMonoShapelessRecipe(output, 1, input, 9, null, "crafting_table/nugget/") + } + // add slabs, stairs and walls + TRContent.StorageBlocks.values().each {block -> + offerSlabRecipe(block.asTag(), block.getSlabBlock(), "crafting_table/storage_block/") + offerSlabRecipeStonecutter(block.asTag(), block.getSlabBlock(), "crafting_table/storage_block/") + offerStairsRecipe(block.asTag(), block.getStairsBlock(), "crafting_table/storage_block/") + offerStairsRecipeStonecutter(block.asTag(), block.getStairsBlock(), "crafting_table/storage_block/") + offerWallRecipe(block.asTag(), block.getWallBlock(), "crafting_table/storage_block/") + offerWallRecipeStonecutter(block.asTag(), block.getWallBlock(), "crafting_table/storage_block/") + } + generateToolRecipes() + generateArmorRecipes() + } + + def generateToolRecipes() { + // add axes + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_AXE, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_AXE, + (TRContent.Gems.RUBY) : TRContent.RUBY_AXE, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_AXE + ].each { material, axe -> + offerAxeRecipe(material, axe, "crafting_table/tool/") + } + // add hoes + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_HOE, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_HOE, + (TRContent.Gems.RUBY) : TRContent.RUBY_HOE, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_HOE + ].each { material, hoe -> + offerHoeRecipe(material, hoe, "crafting_table/tool/") + } + // add pickaxes + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_PICKAXE, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_PICKAXE, + (TRContent.Gems.RUBY) : TRContent.RUBY_PICKAXE, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_PICKAXE + ].each { material, pickaxe -> + offerPickaxeRecipe(material, pickaxe, "crafting_table/tool/") + } + // add shovels + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_SPADE, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_SPADE, + (TRContent.Gems.RUBY) : TRContent.RUBY_SPADE, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_SPADE + ].each { material, shovel -> + offerShovelRecipe(material, shovel, "crafting_table/tool/", "spade") + } + // add swords + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_SWORD, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_SWORD, + (TRContent.Gems.RUBY) : TRContent.RUBY_SWORD, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_SWORD + ].each { material, sword -> + offerSwordRecipe(material, sword, "crafting_table/tool/") + } + } + + def generateArmorRecipes() { + // add boots + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_BOOTS, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_BOOTS, + (TRContent.Gems.RUBY) : TRContent.RUBY_BOOTS, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_BOOTS, + (TRContent.Ingots.SILVER) : TRContent.SILVER_BOOTS, + (TRContent.Ingots.STEEL) : TRContent.STEEL_BOOTS + ].each { material, boots -> + offerBootsRecipe(material, boots, "crafting_table/armor/") + } + // add chestplate + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_CHESTPLATE, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_CHESTPLATE, + (TRContent.Gems.RUBY) : TRContent.RUBY_CHESTPLATE, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_CHESTPLATE, + (TRContent.Ingots.SILVER) : TRContent.SILVER_CHESTPLATE, + (TRContent.Ingots.STEEL) : TRContent.STEEL_CHESTPLATE + ].each { material, chestplate -> + offerChestplateRecipe(material, chestplate, "crafting_table/armor/") + } + // add helmets + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_HELMET, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_HELMET, + (TRContent.Gems.RUBY) : TRContent.RUBY_HELMET, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_HELMET, + (TRContent.Ingots.SILVER) : TRContent.SILVER_HELMET, + (TRContent.Ingots.STEEL) : TRContent.STEEL_HELMET + ].each { material, helmet -> + offerHelmetRecipe(material, helmet, "crafting_table/armor/") + } + // add leggings + [ + (TRContent.Ingots.BRONZE.asTag()): TRContent.BRONZE_LEGGINGS, + (TRContent.Gems.PERIDOT) : TRContent.PERIDOT_LEGGINGS, + (TRContent.Gems.RUBY) : TRContent.RUBY_LEGGINGS, + (TRContent.Gems.SAPPHIRE) : TRContent.SAPPHIRE_LEGGINGS, + (TRContent.Ingots.SILVER) : TRContent.SILVER_LEGGINGS, + (TRContent.Ingots.STEEL) : TRContent.STEEL_LEGGINGS + ].each { material, leggings -> + offerLeggingsRecipe(material, leggings, "crafting_table/armor/") + } + } + + def static recipeNameString(String prefix, def input, def output, String source = null, String result = null) { + StringBuilder s = new StringBuilder() + s.append(prefix) + if (result == null) + s.append(getInputPath(output)) + else + s.append(result) + if (source != null) { + s.append("_from_") + s.append(source) + } + return s.toString() + } + + def offerMonoShapelessRecipe(def input, int inputSize, ItemConvertible output, int outputSize, String source, prefix = "", String result = null) { + ShapelessRecipeJsonFactory.create(output, outputSize).input(createIngredient(input), inputSize) + .criterion(getCriterionName(input), getCriterionConditions(input)) + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, recipeNameString(prefix, input, output, source, result))) + } + + def static materialTypeString(String prefix, def material, String type, Function modifier) { + StringBuilder s = new StringBuilder() + s.append(prefix) + s.append(modifier.apply(material)) + s.append('_') + s.append(type) + return s.toString() + } + + def static createMonoShapeRecipe(def input, ItemConvertible output, char character, int outputAmount = 1) { + return ShapedRecipeJsonFactory.create(output, outputAmount) + .input(character, createIngredient(input)) + .criterion(getCriterionName(input), getCriterionConditions(input)) + } + + def static createDuoShapeRecipe(def input1, def input2, ItemConvertible output, char char1, char char2, boolean crit1 = true, boolean crit2 = false) { + ShapedRecipeJsonFactory factory = ShapedRecipeJsonFactory.create(output) + .input(char1, createIngredient(input1)) + .input(char2, createIngredient(input2)) + if (crit1) + factory = factory.criterion(getCriterionName(input1), getCriterionConditions(input1)) + if (crit2) + factory = factory.criterion(getCriterionName(input2), getCriterionConditions(input2)) + return factory + } + + def static createStonecutterRecipe(def input, ItemConvertible output, int outputAmount = 1) { + return SingleItemRecipeJsonFactory.createStonecutting(createIngredient(input), output, outputAmount) + .criterion(getCriterionName(input), getCriterionConditions(input)) + } + + def offerSlabRecipe(def material, ItemConvertible output, prefix = "") { + createMonoShapeRecipe(material, output, 'X' as char, 6) + .pattern("XXX") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "slab", TechRebornRecipesProvider::getName))) + } + + def offerSlabRecipeStonecutter(def material, ItemConvertible output, prefix = "") { + createStonecutterRecipe(material, output, 2) + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "slab", TechRebornRecipesProvider::getName) + "_stonecutter")) + } + + def offerStairsRecipe(def material, ItemConvertible output, prefix = "") { + createMonoShapeRecipe(material, output, 'X' as char, 4) + .pattern("X ") + .pattern("XX ") + .pattern("XXX") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "stairs", TechRebornRecipesProvider::getName))) + } + + def offerStairsRecipeStonecutter(def material, ItemConvertible output, prefix = "") { + createStonecutterRecipe(material, output) + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "stairs", TechRebornRecipesProvider::getName) + "_stonecutter")) + } + + def offerWallRecipe(def material, ItemConvertible output, prefix = "") { + createMonoShapeRecipe(material, output, 'X' as char, 6) + .pattern("XXX") + .pattern("XXX") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "wall", TechRebornRecipesProvider::getName))) + } + + def offerWallRecipeStonecutter(def material, ItemConvertible output, prefix = "") { + createStonecutterRecipe(material, output) + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, "wall", TechRebornRecipesProvider::getName) + "_stonecutter")) + } + + def offerAxeRecipe(def material, ItemConvertible output, prefix = "", String type = "axe") { + createDuoShapeRecipe(material, Items.STICK, output, + 'X' as char, '#' as char) + .pattern("XX") + .pattern("X#") + .pattern(" #") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerHoeRecipe(def material, ItemConvertible output, prefix = "", String type = "hoe") { + createDuoShapeRecipe(material, Items.STICK, output, + 'X' as char, '#' as char) + .pattern("XX") + .pattern(" #") + .pattern(" #") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerPickaxeRecipe(def material, ItemConvertible output, prefix = "", String type = "pickaxe") { + createDuoShapeRecipe(material, Items.STICK, output, + 'X' as char, '#' as char) + .pattern("XXX") + .pattern(" # ") + .pattern(" # ") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerShovelRecipe(def material, ItemConvertible output, prefix = "", String type = "shovel") { + createDuoShapeRecipe(material, Items.STICK, output, + 'X' as char, '#' as char) + .pattern("X") + .pattern("#") + .pattern("#") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerSwordRecipe(def material, ItemConvertible output, prefix = "", String type = "sword") { + createDuoShapeRecipe(material, Items.STICK, output, + 'X' as char, '#' as char) + .pattern("X") + .pattern("X") + .pattern("#") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerBootsRecipe(def material, ItemConvertible output, prefix = "", String type = "boots") { + createMonoShapeRecipe(material, output, 'X' as char) + .pattern("X X") + .pattern("X X") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerChestplateRecipe(def material, ItemConvertible output, prefix = "", String type = "chestplate") { + createMonoShapeRecipe(material, output, 'X' as char) + .pattern("X X") + .pattern("XXX") + .pattern("XXX") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerHelmetRecipe(def material, ItemConvertible output, prefix = "", String type = "helmet") { + createMonoShapeRecipe(material, output, 'X' as char) + .pattern("XXX") + .pattern("X X") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + def offerLeggingsRecipe(def material, ItemConvertible output, prefix = "", String type = "leggings") { + createMonoShapeRecipe(material, output, 'X' as char) + .pattern("XXX") + .pattern("X X") + .pattern("X X") + .offerTo(this.exporter, new Identifier(TechReborn.MOD_ID, materialTypeString(prefix, material, type, TechRebornRecipesProvider::getNamePart1))) + } + + +} diff --git a/src/datagen/groovy/techreborn/datagen/recipes/smelting/SmeltingRecipesProvider.groovy b/src/datagen/groovy/techreborn/datagen/recipes/smelting/SmeltingRecipesProvider.groovy index 1f1d7633c..f06dbc8c2 100644 --- a/src/datagen/groovy/techreborn/datagen/recipes/smelting/SmeltingRecipesProvider.groovy +++ b/src/datagen/groovy/techreborn/datagen/recipes/smelting/SmeltingRecipesProvider.groovy @@ -30,6 +30,7 @@ import net.minecraft.item.ItemConvertible import net.minecraft.item.Items import net.minecraft.recipe.CookingRecipeSerializer import net.minecraft.recipe.RecipeSerializer +import techreborn.datagen.recipes.TechRebornRecipesProvider import techreborn.datagen.tags.CommonTags import techreborn.init.TRContent @@ -42,23 +43,23 @@ class SmeltingRecipesProvider extends TechRebornRecipesProvider { void generateRecipes() { // Add smelting and blasting recipes. [ - (TRContent.Ingots.MIXED_METAL) : TRContent.Ingots.ADVANCED_ALLOY, - (CommonTags.Items.brassDusts) : TRContent.Ingots.BRASS, - (TRContent.Dusts.BRONZE) : TRContent.Ingots.BRONZE, - (CommonTags.Items.electrumDusts): TRContent.Ingots.ELECTRUM, - (TRContent.Dusts.INVAR) : TRContent.Ingots.INVAR, - (CommonTags.Items.leadOres) : TRContent.Ingots.LEAD, - (CommonTags.Items.rawLeadOres) : TRContent.Ingots.LEAD, - (TRContent.Dusts.NICKEL) : TRContent.Ingots.NICKEL, - (CommonTags.Items.sheldoniteOres) : TRContent.Ingots.PLATINUM, - (CommonTags.Items.platinumDusts) : TRContent.Ingots.PLATINUM, - (Items.IRON_INGOT) : TRContent.Ingots.REFINED_IRON, - (CommonTags.Items.ironPlates) : TRContent.Plates.REFINED_IRON, - (CommonTags.Items.silverOres) : TRContent.Ingots.SILVER, - (CommonTags.Items.rawSilverOres) : TRContent.Ingots.SILVER, - (CommonTags.Items.tinOres) : TRContent.Ingots.TIN, - (CommonTags.Items.rawTinOres) : TRContent.Ingots.TIN, - (CommonTags.Items.zincDusts) : TRContent.Ingots.ZINC + (TRContent.Ingots.MIXED_METAL) : TRContent.Ingots.ADVANCED_ALLOY, + (TRContent.Dusts.BRASS.asTag()) : TRContent.Ingots.BRASS, + (TRContent.Dusts.BRONZE) : TRContent.Ingots.BRONZE, + (TRContent.Dusts.ELECTRUM.asTag()): TRContent.Ingots.ELECTRUM, + (TRContent.Dusts.INVAR) : TRContent.Ingots.INVAR, + (CommonTags.Items.leadOres) : TRContent.Ingots.LEAD, + (CommonTags.Items.rawLeadOres) : TRContent.Ingots.LEAD, + (TRContent.Dusts.NICKEL) : TRContent.Ingots.NICKEL, + (CommonTags.Items.sheldoniteOres) : TRContent.Ingots.PLATINUM, + (TRContent.Dusts.PLATINUM.asTag()): TRContent.Ingots.PLATINUM, + (Items.IRON_INGOT) : TRContent.Ingots.REFINED_IRON, + (CommonTags.Items.ironPlates) : TRContent.Plates.REFINED_IRON, + (CommonTags.Items.silverOres) : TRContent.Ingots.SILVER, + (CommonTags.Items.rawSilverOres) : TRContent.Ingots.SILVER, + (CommonTags.Items.tinOres) : TRContent.Ingots.TIN, + (CommonTags.Items.rawTinOres) : TRContent.Ingots.TIN, + (TRContent.Dusts.ZINC.asTag()) : TRContent.Ingots.ZINC ].each { input, output -> offerSmelting(input, output) offerBlasting(input, output) diff --git a/src/datagen/groovy/techreborn/datagen/tags/CommonTags.groovy b/src/datagen/groovy/techreborn/datagen/tags/CommonTags.groovy index fe4314e74..0fbeb2a78 100644 --- a/src/datagen/groovy/techreborn/datagen/tags/CommonTags.groovy +++ b/src/datagen/groovy/techreborn/datagen/tags/CommonTags.groovy @@ -29,12 +29,6 @@ import net.minecraft.util.Identifier class CommonTags { static class Items { - public static zincIngots = create("zinc_ingots") - - public static brassDusts = create("brass_dusts") - public static electrumDusts = create("electrum_dusts") - public static platinumDusts = create("platinum_dusts") - public static zincDusts = create("zinc_dusts") public static leadOres = create("lead_ores") public static sheldoniteOres = create("sheldonite_ores") diff --git a/src/datagen/groovy/techreborn/datagen/tags/TRItemTagProvider.groovy b/src/datagen/groovy/techreborn/datagen/tags/TRItemTagProvider.groovy new file mode 100644 index 000000000..dbde5765f --- /dev/null +++ b/src/datagen/groovy/techreborn/datagen/tags/TRItemTagProvider.groovy @@ -0,0 +1,75 @@ +/* + * This file is part of TechReborn, licensed under the MIT License (MIT). + * + * Copyright (c) 2020 TechReborn + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + +package techreborn.datagen.tags + +import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator +import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.ItemTagProvider +import techreborn.init.TRContent + +class TRItemTagProvider extends ItemTagProvider { + TRItemTagProvider(FabricDataGenerator dataGenerator) { + super(dataGenerator) + } + + @Override + protected void generateTags() { + TRContent.Ores.values().each { ore -> + getOrCreateTagBuilder(ore.asTag()).add(ore.asItem()) + getOrCreateTagBuilder(TRContent.ORES_TAG).add(ore.asItem()) + } + TRContent.StorageBlocks.values().each { block -> + getOrCreateTagBuilder(block.asTag()).add(block.asItem()) + getOrCreateTagBuilder(TRContent.STORAGE_BLOCK_TAG).add(block.asItem()) + } + TRContent.Dusts.values().each { dust -> + getOrCreateTagBuilder(dust.asTag()).add(dust.asItem()) + getOrCreateTagBuilder(TRContent.DUSTS_TAG).add(dust.asItem()) + } + TRContent.RawMetals.values().each { raw -> + getOrCreateTagBuilder(raw.asTag()).add(raw.asItem()) + getOrCreateTagBuilder(TRContent.RAW_METALS_TAG).add(raw.asItem()) + } + TRContent.SmallDusts.values().each { smallDust -> + getOrCreateTagBuilder(smallDust.asTag()).add(smallDust.asItem()) + getOrCreateTagBuilder(TRContent.SMALL_DUSTS_TAG).add(smallDust.asItem()) + } + TRContent.Gems.values().each { gem -> + getOrCreateTagBuilder(gem.asTag()).add(gem.asItem()) + getOrCreateTagBuilder(TRContent.GEMS_TAG).add(gem.asItem()) + } + TRContent.Ingots.values().each { ingot -> + getOrCreateTagBuilder(ingot.asTag()).add(ingot.asItem()) + getOrCreateTagBuilder(TRContent.INGOTS_TAG).add(ingot.asItem()) + } + TRContent.Nuggets.values().each { nugget -> + getOrCreateTagBuilder(nugget.asTag()).add(nugget.asItem()) + getOrCreateTagBuilder(TRContent.NUGGETS_TAG).add(nugget.asItem()) + } + TRContent.Plates.values().each { plate -> + getOrCreateTagBuilder(plate.asTag()).add(plate.asItem()) + getOrCreateTagBuilder(TRContent.PLATES_TAG).add(plate.asItem()) + } + } +} diff --git a/src/main/java/techreborn/events/ModRegistry.java b/src/main/java/techreborn/events/ModRegistry.java index 023d0c468..0db05814c 100644 --- a/src/main/java/techreborn/events/ModRegistry.java +++ b/src/main/java/techreborn/events/ModRegistry.java @@ -112,15 +112,15 @@ public class ModRegistry { } private static void registerItems() { - Arrays.stream(Ingots.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Nuggets.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Gems.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Dusts.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(RawMetals.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(SmallDusts.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Plates.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Parts.values()).forEach(value -> RebornRegistry.registerItem(value.item)); - Arrays.stream(Upgrades.values()).forEach(value -> RebornRegistry.registerItem(value.item)); + Arrays.stream(Ingots.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Nuggets.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Gems.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Dusts.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(RawMetals.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(SmallDusts.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Plates.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Parts.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); + Arrays.stream(Upgrades.values()).forEach(value -> RebornRegistry.registerItem(value.asItem())); RebornRegistry.registerItem(TRContent.QUANTUM_HELMET = InitUtils.setup(new QuantumSuitItem(TRArmorMaterials.QUANTUM, EquipmentSlot.HEAD), "quantum_helmet")); RebornRegistry.registerItem(TRContent.QUANTUM_CHESTPLATE = InitUtils.setup(new QuantumSuitItem(TRArmorMaterials.QUANTUM, EquipmentSlot.CHEST), "quantum_chestplate")); diff --git a/src/main/java/techreborn/init/TRContent.java b/src/main/java/techreborn/init/TRContent.java index b1b6c0c3a..59ad2c61b 100644 --- a/src/main/java/techreborn/init/TRContent.java +++ b/src/main/java/techreborn/init/TRContent.java @@ -26,16 +26,23 @@ package techreborn.init; import com.google.common.base.Preconditions; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; +import net.fabricmc.fabric.api.tag.TagFactory; import net.minecraft.block.*; import net.minecraft.entity.EntityType; import net.minecraft.item.Item; import net.minecraft.item.ItemConvertible; import net.minecraft.item.ItemStack; +import net.minecraft.item.Items; import net.minecraft.sound.BlockSoundGroup; +import net.minecraft.tag.Tag; +import net.minecraft.util.Identifier; +import net.minecraft.util.Pair; import net.minecraft.util.math.intprovider.UniformIntProvider; +import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import reborncore.api.blockentity.IUpgrade; import reborncore.common.fluid.FluidValue; +import reborncore.common.misc.TagConvertible; import reborncore.common.powerSystem.PowerAcceptorBlockEntity; import reborncore.common.powerSystem.RcEnergyTier; @@ -86,6 +93,7 @@ import techreborn.world.OreDistribution; import java.util.*; import java.util.function.Function; +import java.util.stream.Collectors; import java.util.stream.Stream; public class TRContent { @@ -389,13 +397,14 @@ public class TRContent { } } + public static final Tag.Identified ORES_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "ores")); + private final static Map deepslateMap = new HashMap<>(); private final static Map unDeepslateMap = new HashMap<>(); - public enum Ores implements ItemConvertible { - // when changing ores also change data/techreborn/tags/items/ores.json for correct root advancement display - // as well as data/minecraft/tags/blocks for correct mining level + public enum Ores implements ItemConvertible, TagConvertible { + // when changing ores also change data/minecraft/tags/blocks for correct mining level BAUXITE(OreDistribution.BAUXITE), CINNABAR(OreDistribution.CINNABAR), GALENA(OreDistribution.GALENA), @@ -428,6 +437,7 @@ public class TRContent { public final String name; public final Block block; public final OreDistribution distribution; + private final Tag.Identified tag; Ores(OreDistribution distribution, UniformIntProvider experienceDroppedFallback) { name = this.toString().toLowerCase(Locale.ROOT); @@ -437,8 +447,9 @@ public class TRContent { .strength(2f, 2f), distribution != null ? distribution.experienceDropped : experienceDroppedFallback ); - InitUtils.setup(block, name + "_ore"); + tag = TagFactory.ITEM.create(new Identifier("c", + (name.startsWith("deepslate_") ? name.substring(name.indexOf('_')+1): name) + "_ores")); this.distribution = distribution; } @@ -457,6 +468,11 @@ public class TRContent { return block.asItem(); } + @Override + public Tag.Identified asTag() { + return tag; + } + public TRContent.Ores getDeepslate() { Preconditions.checkArgument(!isDeepslate()); return deepslateMap.get(this); @@ -472,22 +488,26 @@ public class TRContent { } } - public enum StorageBlocks implements ItemConvertible { + public static final Tag.Identified STORAGE_BLOCK_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "storage_blocks")); + + public enum StorageBlocks implements ItemConvertible, TagConvertible { ALUMINUM, BRASS, BRONZE, CHROME, ELECTRUM, INVAR, IRIDIUM, IRIDIUM_REINFORCED_STONE, IRIDIUM_REINFORCED_TUNGSTENSTEEL, LEAD, NICKEL, PERIDOT, PLATINUM, RAW_IRIDIUM, RAW_LEAD, RAW_SILVER, RAW_TIN, RAW_TUNGSTEN, RED_GARNET, REFINED_IRON, RUBY, SAPPHIRE, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, YELLOW_GARNET, ZINC; - public final String name; - public final Block block; - public final StairsBlock stairsBlock; - public final SlabBlock slabBlock; - public final WallBlock wallBlock; + private final String name; + private final Block block; + private final StairsBlock stairsBlock; + private final SlabBlock slabBlock; + private final WallBlock wallBlock; + private final Tag.Identified tag; StorageBlocks() { name = this.toString().toLowerCase(Locale.ROOT); block = new BlockStorage(); InitUtils.setup(block, name + "_storage_block"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_blocks")); stairsBlock = new TechRebornStairsBlock(block.getDefaultState(), FabricBlockSettings.copyOf(block)); InitUtils.setup(stairsBlock, name + "_storage_block_stairs"); @@ -504,6 +524,27 @@ public class TRContent { return block.asItem(); } + @Override + public Tag.Identified asTag() { + return tag; + } + + public Block getBlock() { + return block; + } + + public StairsBlock getStairsBlock() { + return stairsBlock; + } + + public SlabBlock getSlabBlock() { + return slabBlock; + } + + public WallBlock getWallBlock() { + return wallBlock; + } + public static Stream blockStream() { return Arrays.stream(values()) .map(StorageBlocks::allBlocks) @@ -630,20 +671,24 @@ public class TRContent { } } - public enum Dusts implements ItemConvertible { + public static final Tag.Identified DUSTS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "dusts")); + + public enum Dusts implements ItemConvertible, TagConvertible { ALMANDINE, ALUMINUM, AMETHYST, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, BRASS, BRONZE, CALCITE, CHARCOAL, CHROME, CINNABAR, CLAY, COAL, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE, FLINT, GALENA, GRANITE, GROSSULAR, INVAR, LAZURITE, MAGNESIUM, MANGANESE, MARBLE, NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, RED_GARNET, RUBY, SALTPETER, SAPPHIRE, SAW, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TITANIUM, UVAROVITE, YELLOW_GARNET, ZINC; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final Tag.Identified tag; Dusts() { name = this.toString().toLowerCase(Locale.ROOT); item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); InitUtils.setup(item, name + "_dust"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_dusts")); } public ItemStack getStack() { @@ -658,43 +703,97 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } } + public static final Tag.Identified RAW_METALS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "raw_metals")); - public enum RawMetals implements ItemConvertible{ - // when changing ores also change data/techreborn/tags/items/raw_metals.json for correct root advancement display + public enum RawMetals implements ItemConvertible, TagConvertible { IRIDIUM, LEAD, SILVER, TIN, TUNGSTEN; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final ItemConvertible storageBlock; + private final Tag.Identified tag; RawMetals() { name = this.toString().toLowerCase(Locale.ROOT); item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); + ItemConvertible blockVariant = null; + try { + blockVariant = StorageBlocks.valueOf(this.toString()); + } + catch (IllegalArgumentException ex) { + TechReborn.LOGGER.warn("Raw metal {} has no storage block equivalent!", name); + } + storageBlock = blockVariant; InitUtils.setup(item, "raw_" + name); + tag = TagFactory.ITEM.create(new Identifier("c", "raw_" + name + "_ores")); } @Override public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } + + public ItemConvertible getStorageBlock() { + return storageBlock; + } + + /** + * Returns a map that maps the raw metals to their storage block equivalent. + * @return A non {@code null} map mapping the raw metals to their storage block equivalent. + * If a storage block equivalent doesn't exist, the raw metal will not be in the keys of this map. + */ + public static @NotNull Map getRM2SBMap() { + return Arrays.stream(values()) + .map(rawMetal -> new Pair<>(rawMetal, rawMetal.getStorageBlock())) + .filter(entry -> entry.getRight() != null) // ensure storage block equivalent exists + .collect(Collectors.toMap(Pair::getLeft, Pair::getRight)); + } } - public enum SmallDusts implements ItemConvertible { + public static final Tag.Identified SMALL_DUSTS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "small_dusts")); + + public enum SmallDusts implements ItemConvertible, TagConvertible { ALMANDINE, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, CALCITE, CHARCOAL, CHROME, CINNABAR, CLAY, COAL, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE, - FLINT, GALENA, GLOWSTONE, GRANITE, GROSSULAR, INVAR, LAZURITE, MAGNESIUM, MANGANESE, MARBLE, - NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, REDSTONE, RED_GARNET, - RUBY, SALTPETER, SAPPHIRE, SAW, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TITANIUM, - TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC; + FLINT, GALENA, GLOWSTONE(Items.GLOWSTONE_DUST), GRANITE, GROSSULAR, INVAR, LAZURITE, MAGNESIUM, MANGANESE, MARBLE, + NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, REDSTONE(Items.REDSTONE), + RED_GARNET, RUBY, SALTPETER, SAPPHIRE, SAW, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TITANIUM, + TUNGSTEN(RawMetals.TUNGSTEN), UVAROVITE, YELLOW_GARNET, ZINC; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final ItemConvertible dust; + private final Tag.Identified tag; + + SmallDusts(ItemConvertible dustVariant) { + name = this.toString().toLowerCase(Locale.ROOT); + item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); + if (dustVariant == null) + try { + dustVariant = Dusts.valueOf(this.toString()); + } + catch (IllegalArgumentException ex) { + TechReborn.LOGGER.warn("Small dust {} has no dust equivalent!", name); + } + dust = dustVariant; + InitUtils.setup(item, name + "_small_dust"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_small_dusts")); + } SmallDusts() { - name = this.toString().toLowerCase(Locale.ROOT); - item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); - InitUtils.setup(item, name + "_small_dust"); + this(null); } public ItemStack getStack() { @@ -709,19 +808,59 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } + + public ItemConvertible getDust() { + return dust; + } + + /** + * Returns a map that maps the small dusts to their dust equivalent, + * as it was specified in the enum. Note that the dust equivalent + * doesn't have to be a TR dust (see redstone and glowstone dust) + * and also not a dust at all (see tungsten). + * @return A non {@code null} map mapping the small dusts to their dust equivalent. + * If a dust equivalent doesn't exist, the small dust will not be in the keys of this map. + */ + public static @NotNull Map getSD2DMap() { + return Arrays.stream(values()) + .map(smallDust -> new Pair<>(smallDust, smallDust.getDust())) + .filter(entry -> entry.getRight() != null) // ensure dust equivalent exists + .collect(Collectors.toMap(Pair::getLeft, Pair::getRight)); + } } - public enum Gems implements ItemConvertible { - // when changing ores also change data/techreborn/tags/items/gems.json for correct root advancement display - PERIDOT, RED_GARNET, RUBY, SAPPHIRE, YELLOW_GARNET; + public static final Tag.Identified GEMS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "gems")); - public final String name; - public final Item item; + public enum Gems implements ItemConvertible, TagConvertible { + PERIDOT, RED_GARNET, RUBY("rubies"), SAPPHIRE("sapphires"), YELLOW_GARNET; + + private final String name; + private final Item item; + private final ItemConvertible storageBlock; + private final Tag.Identified tag; + + Gems(String tagPlural) { + name = this.toString().toLowerCase(Locale.ROOT); + item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); + ItemConvertible blockVariant = null; + try { + blockVariant = StorageBlocks.valueOf(this.toString()); + } + catch (IllegalArgumentException ex) { + TechReborn.LOGGER.warn("Gem {} has no storage block equivalent!", name); + } + storageBlock = blockVariant; + InitUtils.setup(item, name + "_gem"); + tag = TagFactory.ITEM.create(new Identifier("c", tagPlural == null ? name + "_gems" : tagPlural)); + } Gems() { - name = this.toString().toLowerCase(Locale.ROOT); - item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); - InitUtils.setup(item, name + "_gem"); + this(null); } public ItemStack getStack() { @@ -736,19 +875,53 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } + + public ItemConvertible getStorageBlock() { + return storageBlock; + } + + /** + * Returns a map that maps the gems to their storage block equivalent. + * @return A non {@code null} map mapping the gems to their storage block equivalent. + * If a storage block equivalent doesn't exist, the raw metal will not be in the keys of this map. + */ + public static @NotNull Map getG2SBMap() { + return Arrays.stream(values()) + .map(gem -> new Pair<>(gem, gem.getStorageBlock())) + .filter(entry -> entry.getRight() != null) // ensure storage block equivalent exists + .collect(Collectors.toMap(Pair::getLeft, Pair::getRight)); + } } - public enum Ingots implements ItemConvertible { + public static final Tag.Identified INGOTS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "ingots")); + + public enum Ingots implements ItemConvertible, TagConvertible { ADVANCED_ALLOY, ALUMINUM, BRASS, BRONZE, CHROME, ELECTRUM, HOT_TUNGSTENSTEEL, INVAR, IRIDIUM_ALLOY, IRIDIUM, LEAD, MIXED_METAL, NICKEL, PLATINUM, REFINED_IRON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, ZINC; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final ItemConvertible storageBlock; + private final Tag.Identified tag; Ingots() { name = this.toString().toLowerCase(Locale.ROOT); item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); + ItemConvertible blockVariant = null; + try { + blockVariant = StorageBlocks.valueOf(this.toString()); + } + catch (IllegalArgumentException ex) { + TechReborn.LOGGER.warn("Ingot {} has no storage block equivalent!", name); + } + storageBlock = blockVariant; InitUtils.setup(item, name + "_ingot"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_ingots")); } public ItemStack getStack() { @@ -763,19 +936,60 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } + + public ItemConvertible getStorageBlock() { + return storageBlock; + } + + /** + * Returns a map that maps the ingots to their storage block equivalent. + * @return A non {@code null} map mapping the ingots to their storage block equivalent. + * If a storage block equivalent doesn't exist, the raw metal will not be in the keys of this map. + */ + public static @NotNull Map getI2SBMap() { + return Arrays.stream(values()) + .map(ingot -> new Pair<>(ingot, ingot.getStorageBlock())) + .filter(entry -> entry.getRight() != null) // ensure storage block equivalent exists + .collect(Collectors.toMap(Pair::getLeft, Pair::getRight)); + } } - public enum Nuggets implements ItemConvertible { - ALUMINUM, BRASS, BRONZE, CHROME, COPPER, DIAMOND, ELECTRUM, EMERALD, HOT_TUNGSTENSTEEL, INVAR, IRIDIUM, LEAD, NICKEL, + public static final Tag.Identified NUGGETS_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "nuggets")); + + public enum Nuggets implements ItemConvertible, TagConvertible { + ALUMINUM, BRASS, BRONZE, CHROME, COPPER(Items.COPPER_INGOT, false), DIAMOND(Items.DIAMOND, true), + ELECTRUM, EMERALD(Items.EMERALD, true), HOT_TUNGSTENSTEEL, INVAR, IRIDIUM, LEAD, NICKEL, PLATINUM, REFINED_IRON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, ZINC; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final ItemConvertible ingot; + private final boolean ofGem; + private final Tag.Identified tag; - Nuggets() { + Nuggets(ItemConvertible ingotVariant, boolean ofGem) { name = this.toString().toLowerCase(Locale.ROOT); item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); + if (ingotVariant == null) + try { + ingotVariant = Ingots.valueOf(this.toString()); + } + catch (IllegalArgumentException ex) { + TechReborn.LOGGER.warn("Nugget {} has no ingot equivalent!", name); + } + ingot = ingotVariant; + this.ofGem = ofGem; InitUtils.setup(item, name + "_nugget"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_nuggets")); + } + + Nuggets() { + this(null, false); } public ItemStack getStack() { @@ -790,6 +1004,33 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } + + public ItemConvertible getIngot() { + return ingot; + } + + public boolean isOfGem() { + return false; + } + + /** + * Returns a map that maps the nuggets to their ingot equivalent, + * as it was specified in the enum. Note that the ingot equivalent + * doesn't have to be an ingot at all (see emerald and diamond). + * @return A non {@code null} map mapping the nuggets to their ingot equivalent. + * If an ingot equivalent doesn't exist, the raw metal will not be in the keys of this map. + */ + public static @NotNull Map getN2IMap() { + return Arrays.stream(values()) + .map(nugget -> new Pair<>(nugget, nugget.getIngot())) + .filter(entry -> entry.getRight() != null) // ensure ingot equivalent exists + .collect(Collectors.toMap(Pair::getLeft, Pair::getRight)); + } } public enum Parts implements ItemConvertible { @@ -867,19 +1108,23 @@ public class TRContent { } } - public enum Plates implements ItemConvertible { + public static final Tag.Identified PLATES_TAG = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "plates")); + + public enum Plates implements ItemConvertible, TagConvertible { ADVANCED_ALLOY, ALUMINUM, BRASS, BRONZE, CARBON, CHROME, COAL, COPPER, DIAMOND, ELECTRUM, EMERALD, GOLD, INVAR, IRIDIUM_ALLOY, IRIDIUM, IRON, LAPIS, LAZURITE, LEAD, MAGNALIUM, NICKEL, OBSIDIAN, PERIDOT, PLATINUM, QUARTZ, RED_GARNET, REDSTONE, REFINED_IRON, RUBY, SAPPHIRE, SILICON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, WOOD, YELLOW_GARNET, ZINC; - public final String name; - public final Item item; + private final String name; + private final Item item; + private final Tag.Identified tag; Plates() { name = this.toString().toLowerCase(Locale.ROOT); item = new Item(new Item.Settings().group(TechReborn.ITEMGROUP)); InitUtils.setup(item, name + "_plate"); + tag = TagFactory.ITEM.create(new Identifier("c", name + "_plates")); } public ItemStack getStack() { @@ -894,6 +1139,11 @@ public class TRContent { public Item asItem() { return item; } + + @Override + public Tag.Identified asTag() { + return tag; + } } public enum Upgrades implements ItemConvertible { diff --git a/src/main/java/techreborn/init/template/TechRebornTemplates.java b/src/main/java/techreborn/init/template/TechRebornTemplates.java index 659f0df18..d3aaec461 100644 --- a/src/main/java/techreborn/init/template/TechRebornTemplates.java +++ b/src/main/java/techreborn/init/template/TechRebornTemplates.java @@ -80,7 +80,7 @@ public class TechRebornTemplates { private static void process(TemplateProcessor processor) throws IOException { processor.processSimpleBlocks("storage_blocks", Arrays.stream(TRContent.StorageBlocks.values()) - .map(storageBlocks -> storageBlocks.block) + .map(TRContent.StorageBlocks::getBlock) .collect(Collectors.toList()) ); } diff --git a/src/main/resources/data/c/tags/items/advanced_alloy_ingots.json b/src/main/resources/data/c/tags/items/advanced_alloy_ingots.json deleted file mode 100644 index 4504d60f4..000000000 --- a/src/main/resources/data/c/tags/items/advanced_alloy_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:advanced_alloy_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/advanced_alloy_plates.json b/src/main/resources/data/c/tags/items/advanced_alloy_plates.json deleted file mode 100644 index 4e2207cd3..000000000 --- a/src/main/resources/data/c/tags/items/advanced_alloy_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:advanced_alloy_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/almandine_dusts.json b/src/main/resources/data/c/tags/items/almandine_dusts.json deleted file mode 100644 index 162c2d2f6..000000000 --- a/src/main/resources/data/c/tags/items/almandine_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:almandine_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/almandine_small_dusts.json b/src/main/resources/data/c/tags/items/almandine_small_dusts.json deleted file mode 100644 index 28d028e02..000000000 --- a/src/main/resources/data/c/tags/items/almandine_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:almandine_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/aluminum_blocks.json b/src/main/resources/data/c/tags/items/aluminum_blocks.json deleted file mode 100644 index 449832b31..000000000 --- a/src/main/resources/data/c/tags/items/aluminum_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:aluminum_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/aluminum_dusts.json b/src/main/resources/data/c/tags/items/aluminum_dusts.json deleted file mode 100644 index 29b1da4c2..000000000 --- a/src/main/resources/data/c/tags/items/aluminum_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:aluminum_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/aluminum_ingots.json b/src/main/resources/data/c/tags/items/aluminum_ingots.json deleted file mode 100644 index 1408d7417..000000000 --- a/src/main/resources/data/c/tags/items/aluminum_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:aluminum_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/aluminum_nuggets.json b/src/main/resources/data/c/tags/items/aluminum_nuggets.json deleted file mode 100644 index 939f7b8ce..000000000 --- a/src/main/resources/data/c/tags/items/aluminum_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:aluminum_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/aluminum_plates.json b/src/main/resources/data/c/tags/items/aluminum_plates.json deleted file mode 100644 index 4874e2cdd..000000000 --- a/src/main/resources/data/c/tags/items/aluminum_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:aluminum_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/amethyst_dusts.json b/src/main/resources/data/c/tags/items/amethyst_dusts.json deleted file mode 100644 index 4eaad3058..000000000 --- a/src/main/resources/data/c/tags/items/amethyst_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:amethyst_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/andesite_dusts.json b/src/main/resources/data/c/tags/items/andesite_dusts.json deleted file mode 100644 index 8600f3190..000000000 --- a/src/main/resources/data/c/tags/items/andesite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:andesite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/andesite_small_dusts.json b/src/main/resources/data/c/tags/items/andesite_small_dusts.json deleted file mode 100644 index 470a21cf0..000000000 --- a/src/main/resources/data/c/tags/items/andesite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:andesite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/andradite_dusts.json b/src/main/resources/data/c/tags/items/andradite_dusts.json deleted file mode 100644 index 347a2565a..000000000 --- a/src/main/resources/data/c/tags/items/andradite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:andradite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/andradite_small_dusts.json b/src/main/resources/data/c/tags/items/andradite_small_dusts.json deleted file mode 100644 index 9294ce8cd..000000000 --- a/src/main/resources/data/c/tags/items/andradite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:andradite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ashes_dusts.json b/src/main/resources/data/c/tags/items/ashes_dusts.json deleted file mode 100644 index c3fcce00f..000000000 --- a/src/main/resources/data/c/tags/items/ashes_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ashes_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ashes_small_dusts.json b/src/main/resources/data/c/tags/items/ashes_small_dusts.json deleted file mode 100644 index d0e77ef31..000000000 --- a/src/main/resources/data/c/tags/items/ashes_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ashes_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/basalt_dusts.json b/src/main/resources/data/c/tags/items/basalt_dusts.json deleted file mode 100644 index 8a1aa7955..000000000 --- a/src/main/resources/data/c/tags/items/basalt_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:basalt_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/basalt_small_dusts.json b/src/main/resources/data/c/tags/items/basalt_small_dusts.json deleted file mode 100644 index 8b97fc1dd..000000000 --- a/src/main/resources/data/c/tags/items/basalt_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:basalt_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bauxite_dusts.json b/src/main/resources/data/c/tags/items/bauxite_dusts.json deleted file mode 100644 index cea5837fd..000000000 --- a/src/main/resources/data/c/tags/items/bauxite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bauxite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bauxite_ores.json b/src/main/resources/data/c/tags/items/bauxite_ores.json deleted file mode 100644 index 092d6a9ee..000000000 --- a/src/main/resources/data/c/tags/items/bauxite_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bauxite_ore", - "techreborn:deepslate_bauxite_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bauxite_small_dusts.json b/src/main/resources/data/c/tags/items/bauxite_small_dusts.json deleted file mode 100644 index 60d3a9831..000000000 --- a/src/main/resources/data/c/tags/items/bauxite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bauxite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brass_blocks.json b/src/main/resources/data/c/tags/items/brass_blocks.json deleted file mode 100644 index 50b2de6ef..000000000 --- a/src/main/resources/data/c/tags/items/brass_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:brass_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brass_dusts.json b/src/main/resources/data/c/tags/items/brass_dusts.json deleted file mode 100644 index eb49650b5..000000000 --- a/src/main/resources/data/c/tags/items/brass_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:brass_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brass_ingots.json b/src/main/resources/data/c/tags/items/brass_ingots.json deleted file mode 100644 index f622d6092..000000000 --- a/src/main/resources/data/c/tags/items/brass_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:brass_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brass_nuggets.json b/src/main/resources/data/c/tags/items/brass_nuggets.json deleted file mode 100644 index 7d3d1d9f2..000000000 --- a/src/main/resources/data/c/tags/items/brass_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:brass_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brass_plates.json b/src/main/resources/data/c/tags/items/brass_plates.json deleted file mode 100644 index 7b13347b2..000000000 --- a/src/main/resources/data/c/tags/items/brass_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:brass_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bronze_blocks.json b/src/main/resources/data/c/tags/items/bronze_blocks.json deleted file mode 100644 index d7117560e..000000000 --- a/src/main/resources/data/c/tags/items/bronze_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bronze_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bronze_dusts.json b/src/main/resources/data/c/tags/items/bronze_dusts.json deleted file mode 100644 index cd816be81..000000000 --- a/src/main/resources/data/c/tags/items/bronze_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bronze_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bronze_ingots.json b/src/main/resources/data/c/tags/items/bronze_ingots.json deleted file mode 100644 index 7c8f68b02..000000000 --- a/src/main/resources/data/c/tags/items/bronze_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bronze_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bronze_nuggets.json b/src/main/resources/data/c/tags/items/bronze_nuggets.json deleted file mode 100644 index fa98a7e67..000000000 --- a/src/main/resources/data/c/tags/items/bronze_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bronze_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/bronze_plates.json b/src/main/resources/data/c/tags/items/bronze_plates.json deleted file mode 100644 index d9d161a92..000000000 --- a/src/main/resources/data/c/tags/items/bronze_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bronze_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/calcite_dusts.json b/src/main/resources/data/c/tags/items/calcite_dusts.json deleted file mode 100644 index 6208c641e..000000000 --- a/src/main/resources/data/c/tags/items/calcite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:calcite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/calcite_small_dusts.json b/src/main/resources/data/c/tags/items/calcite_small_dusts.json deleted file mode 100644 index 533f8f198..000000000 --- a/src/main/resources/data/c/tags/items/calcite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:calcite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/carbon_plates.json b/src/main/resources/data/c/tags/items/carbon_plates.json deleted file mode 100644 index be7a7b865..000000000 --- a/src/main/resources/data/c/tags/items/carbon_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:carbon_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/charcoal_dusts.json b/src/main/resources/data/c/tags/items/charcoal_dusts.json deleted file mode 100644 index 928f3686e..000000000 --- a/src/main/resources/data/c/tags/items/charcoal_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:charcoal_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/charcoal_small_dusts.json b/src/main/resources/data/c/tags/items/charcoal_small_dusts.json deleted file mode 100644 index 28be67451..000000000 --- a/src/main/resources/data/c/tags/items/charcoal_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:charcoal_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_blocks.json b/src/main/resources/data/c/tags/items/chrome_blocks.json deleted file mode 100644 index 3a37bbb02..000000000 --- a/src/main/resources/data/c/tags/items/chrome_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_dusts.json b/src/main/resources/data/c/tags/items/chrome_dusts.json deleted file mode 100644 index 4bcfae23e..000000000 --- a/src/main/resources/data/c/tags/items/chrome_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_ingots.json b/src/main/resources/data/c/tags/items/chrome_ingots.json deleted file mode 100644 index 0eb699215..000000000 --- a/src/main/resources/data/c/tags/items/chrome_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_nuggets.json b/src/main/resources/data/c/tags/items/chrome_nuggets.json deleted file mode 100644 index b5bb26be9..000000000 --- a/src/main/resources/data/c/tags/items/chrome_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_plates.json b/src/main/resources/data/c/tags/items/chrome_plates.json deleted file mode 100644 index 51df1f22c..000000000 --- a/src/main/resources/data/c/tags/items/chrome_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/chrome_small_dusts.json b/src/main/resources/data/c/tags/items/chrome_small_dusts.json deleted file mode 100644 index 2eb872673..000000000 --- a/src/main/resources/data/c/tags/items/chrome_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:chrome_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/cinnabar_dusts.json b/src/main/resources/data/c/tags/items/cinnabar_dusts.json deleted file mode 100644 index 97b9cb74b..000000000 --- a/src/main/resources/data/c/tags/items/cinnabar_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:cinnabar_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/cinnabar_ores.json b/src/main/resources/data/c/tags/items/cinnabar_ores.json deleted file mode 100644 index 75f0e0608..000000000 --- a/src/main/resources/data/c/tags/items/cinnabar_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:cinnabar_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/cinnabar_small_dusts.json b/src/main/resources/data/c/tags/items/cinnabar_small_dusts.json deleted file mode 100644 index 656f70047..000000000 --- a/src/main/resources/data/c/tags/items/cinnabar_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:cinnabar_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/clay_dusts.json b/src/main/resources/data/c/tags/items/clay_dusts.json deleted file mode 100644 index ecc0498cf..000000000 --- a/src/main/resources/data/c/tags/items/clay_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:clay_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/clay_small_dusts.json b/src/main/resources/data/c/tags/items/clay_small_dusts.json deleted file mode 100644 index 1a128b4c9..000000000 --- a/src/main/resources/data/c/tags/items/clay_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:clay_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/coal_dusts.json b/src/main/resources/data/c/tags/items/coal_dusts.json deleted file mode 100644 index 291ecb0d9..000000000 --- a/src/main/resources/data/c/tags/items/coal_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:coal_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/coal_plates.json b/src/main/resources/data/c/tags/items/coal_plates.json deleted file mode 100644 index e167901e7..000000000 --- a/src/main/resources/data/c/tags/items/coal_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:coal_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/coal_small_dusts.json b/src/main/resources/data/c/tags/items/coal_small_dusts.json deleted file mode 100644 index a4a5f8252..000000000 --- a/src/main/resources/data/c/tags/items/coal_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:coal_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/copper_nuggets.json b/src/main/resources/data/c/tags/items/copper_nuggets.json deleted file mode 100644 index 4bc46aee0..000000000 --- a/src/main/resources/data/c/tags/items/copper_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:copper_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/copper_plates.json b/src/main/resources/data/c/tags/items/copper_plates.json deleted file mode 100644 index bbb999eab..000000000 --- a/src/main/resources/data/c/tags/items/copper_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:copper_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dark_ashes_dusts.json b/src/main/resources/data/c/tags/items/dark_ashes_dusts.json deleted file mode 100644 index eb4e32dc2..000000000 --- a/src/main/resources/data/c/tags/items/dark_ashes_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:dark_ashes_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dark_ashes_small_dusts.json b/src/main/resources/data/c/tags/items/dark_ashes_small_dusts.json deleted file mode 100644 index f85480074..000000000 --- a/src/main/resources/data/c/tags/items/dark_ashes_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:dark_ashes_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diamond_dusts.json b/src/main/resources/data/c/tags/items/diamond_dusts.json deleted file mode 100644 index 4fef5d613..000000000 --- a/src/main/resources/data/c/tags/items/diamond_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diamond_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diamond_nuggets.json b/src/main/resources/data/c/tags/items/diamond_nuggets.json deleted file mode 100644 index cc2d6d20b..000000000 --- a/src/main/resources/data/c/tags/items/diamond_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diamond_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diamond_plates.json b/src/main/resources/data/c/tags/items/diamond_plates.json deleted file mode 100644 index 0869d5515..000000000 --- a/src/main/resources/data/c/tags/items/diamond_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diamond_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diamond_small_dusts.json b/src/main/resources/data/c/tags/items/diamond_small_dusts.json deleted file mode 100644 index acf57443e..000000000 --- a/src/main/resources/data/c/tags/items/diamond_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diamond_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diorite_dusts.json b/src/main/resources/data/c/tags/items/diorite_dusts.json deleted file mode 100644 index 226b30865..000000000 --- a/src/main/resources/data/c/tags/items/diorite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diorite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/diorite_small_dusts.json b/src/main/resources/data/c/tags/items/diorite_small_dusts.json deleted file mode 100644 index 7d7b04a9d..000000000 --- a/src/main/resources/data/c/tags/items/diorite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:diorite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_blocks.json b/src/main/resources/data/c/tags/items/electrum_blocks.json deleted file mode 100644 index 0b9414c3e..000000000 --- a/src/main/resources/data/c/tags/items/electrum_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_dusts.json b/src/main/resources/data/c/tags/items/electrum_dusts.json deleted file mode 100644 index ade7b77de..000000000 --- a/src/main/resources/data/c/tags/items/electrum_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_ingots.json b/src/main/resources/data/c/tags/items/electrum_ingots.json deleted file mode 100644 index 70c2b6bfc..000000000 --- a/src/main/resources/data/c/tags/items/electrum_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_nuggets.json b/src/main/resources/data/c/tags/items/electrum_nuggets.json deleted file mode 100644 index 5f5040787..000000000 --- a/src/main/resources/data/c/tags/items/electrum_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_plates.json b/src/main/resources/data/c/tags/items/electrum_plates.json deleted file mode 100644 index 452cbf3bc..000000000 --- a/src/main/resources/data/c/tags/items/electrum_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/electrum_small_dusts.json b/src/main/resources/data/c/tags/items/electrum_small_dusts.json deleted file mode 100644 index e5b35b037..000000000 --- a/src/main/resources/data/c/tags/items/electrum_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:electrum_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/emerald_dusts.json b/src/main/resources/data/c/tags/items/emerald_dusts.json deleted file mode 100644 index 922fd2751..000000000 --- a/src/main/resources/data/c/tags/items/emerald_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:emerald_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/emerald_nuggets.json b/src/main/resources/data/c/tags/items/emerald_nuggets.json deleted file mode 100644 index 2d2821fa5..000000000 --- a/src/main/resources/data/c/tags/items/emerald_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:emerald_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/emerald_plates.json b/src/main/resources/data/c/tags/items/emerald_plates.json deleted file mode 100644 index 3c34315d1..000000000 --- a/src/main/resources/data/c/tags/items/emerald_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:emerald_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/emerald_small_dusts.json b/src/main/resources/data/c/tags/items/emerald_small_dusts.json deleted file mode 100644 index b6b0f3cda..000000000 --- a/src/main/resources/data/c/tags/items/emerald_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:emerald_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ender_eye_dusts.json b/src/main/resources/data/c/tags/items/ender_eye_dusts.json deleted file mode 100644 index bb836014d..000000000 --- a/src/main/resources/data/c/tags/items/ender_eye_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ender_eye_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ender_eye_small_dusts.json b/src/main/resources/data/c/tags/items/ender_eye_small_dusts.json deleted file mode 100644 index 50af234bb..000000000 --- a/src/main/resources/data/c/tags/items/ender_eye_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ender_eye_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ender_pearl_dusts.json b/src/main/resources/data/c/tags/items/ender_pearl_dusts.json deleted file mode 100644 index be8c4f088..000000000 --- a/src/main/resources/data/c/tags/items/ender_pearl_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ender_pearl_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ender_pearl_small_dusts.json b/src/main/resources/data/c/tags/items/ender_pearl_small_dusts.json deleted file mode 100644 index 1d502954a..000000000 --- a/src/main/resources/data/c/tags/items/ender_pearl_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ender_pearl_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/endstone_dusts.json b/src/main/resources/data/c/tags/items/endstone_dusts.json deleted file mode 100644 index 1d46ff346..000000000 --- a/src/main/resources/data/c/tags/items/endstone_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:endstone_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/endstone_small_dusts.json b/src/main/resources/data/c/tags/items/endstone_small_dusts.json deleted file mode 100644 index 95f5ea126..000000000 --- a/src/main/resources/data/c/tags/items/endstone_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:endstone_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/flint_dusts.json b/src/main/resources/data/c/tags/items/flint_dusts.json deleted file mode 100644 index eed3d68d5..000000000 --- a/src/main/resources/data/c/tags/items/flint_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:flint_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/flint_small_dusts.json b/src/main/resources/data/c/tags/items/flint_small_dusts.json deleted file mode 100644 index 8b6bb5022..000000000 --- a/src/main/resources/data/c/tags/items/flint_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:flint_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/galena_dusts.json b/src/main/resources/data/c/tags/items/galena_dusts.json deleted file mode 100644 index dbacdf27e..000000000 --- a/src/main/resources/data/c/tags/items/galena_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:galena_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/galena_ores.json b/src/main/resources/data/c/tags/items/galena_ores.json deleted file mode 100644 index d74f4c44f..000000000 --- a/src/main/resources/data/c/tags/items/galena_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:galena_ore", - "techreborn:deepslate_galena_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/galena_small_dusts.json b/src/main/resources/data/c/tags/items/galena_small_dusts.json deleted file mode 100644 index 9d74028b5..000000000 --- a/src/main/resources/data/c/tags/items/galena_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:galena_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/glowstone_small_dusts.json b/src/main/resources/data/c/tags/items/glowstone_small_dusts.json deleted file mode 100644 index 671c82b79..000000000 --- a/src/main/resources/data/c/tags/items/glowstone_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:glowstone_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/gold_plates.json b/src/main/resources/data/c/tags/items/gold_plates.json deleted file mode 100644 index 320ca1682..000000000 --- a/src/main/resources/data/c/tags/items/gold_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:gold_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/granite_dusts.json b/src/main/resources/data/c/tags/items/granite_dusts.json deleted file mode 100644 index f85940df6..000000000 --- a/src/main/resources/data/c/tags/items/granite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:granite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/granite_small_dusts.json b/src/main/resources/data/c/tags/items/granite_small_dusts.json deleted file mode 100644 index 85d460011..000000000 --- a/src/main/resources/data/c/tags/items/granite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:granite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/grossular_dusts.json b/src/main/resources/data/c/tags/items/grossular_dusts.json deleted file mode 100644 index ec4ad26ef..000000000 --- a/src/main/resources/data/c/tags/items/grossular_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:grossular_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/grossular_small_dusts.json b/src/main/resources/data/c/tags/items/grossular_small_dusts.json deleted file mode 100644 index 3571db083..000000000 --- a/src/main/resources/data/c/tags/items/grossular_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:grossular_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/hot_tungstensteel_ingots.json b/src/main/resources/data/c/tags/items/hot_tungstensteel_ingots.json deleted file mode 100644 index 3b2353f93..000000000 --- a/src/main/resources/data/c/tags/items/hot_tungstensteel_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:hot_tungstensteel_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/hot_tungstensteel_nuggets.json b/src/main/resources/data/c/tags/items/hot_tungstensteel_nuggets.json deleted file mode 100644 index 319915276..000000000 --- a/src/main/resources/data/c/tags/items/hot_tungstensteel_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:hot_tungstensteel_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_blocks.json b/src/main/resources/data/c/tags/items/invar_blocks.json deleted file mode 100644 index cbcb2d3c5..000000000 --- a/src/main/resources/data/c/tags/items/invar_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_dusts.json b/src/main/resources/data/c/tags/items/invar_dusts.json deleted file mode 100644 index d42d9831e..000000000 --- a/src/main/resources/data/c/tags/items/invar_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_ingots.json b/src/main/resources/data/c/tags/items/invar_ingots.json deleted file mode 100644 index fc630a429..000000000 --- a/src/main/resources/data/c/tags/items/invar_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_nuggets.json b/src/main/resources/data/c/tags/items/invar_nuggets.json deleted file mode 100644 index 06496bb45..000000000 --- a/src/main/resources/data/c/tags/items/invar_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_plates.json b/src/main/resources/data/c/tags/items/invar_plates.json deleted file mode 100644 index 0bd5f715f..000000000 --- a/src/main/resources/data/c/tags/items/invar_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/invar_small_dusts.json b/src/main/resources/data/c/tags/items/invar_small_dusts.json deleted file mode 100644 index 86099d0e7..000000000 --- a/src/main/resources/data/c/tags/items/invar_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:invar_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_alloy_ingots.json b/src/main/resources/data/c/tags/items/iridium_alloy_ingots.json deleted file mode 100644 index db2432f5f..000000000 --- a/src/main/resources/data/c/tags/items/iridium_alloy_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_alloy_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_alloy_plates.json b/src/main/resources/data/c/tags/items/iridium_alloy_plates.json deleted file mode 100644 index b425ff1a4..000000000 --- a/src/main/resources/data/c/tags/items/iridium_alloy_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_alloy_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_blocks.json b/src/main/resources/data/c/tags/items/iridium_blocks.json deleted file mode 100644 index 38cb4dc6d..000000000 --- a/src/main/resources/data/c/tags/items/iridium_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_ingots.json b/src/main/resources/data/c/tags/items/iridium_ingots.json deleted file mode 100644 index a4130e509..000000000 --- a/src/main/resources/data/c/tags/items/iridium_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_nuggets.json b/src/main/resources/data/c/tags/items/iridium_nuggets.json deleted file mode 100644 index 9b9f0e9f2..000000000 --- a/src/main/resources/data/c/tags/items/iridium_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_ores.json b/src/main/resources/data/c/tags/items/iridium_ores.json deleted file mode 100644 index 96e436d63..000000000 --- a/src/main/resources/data/c/tags/items/iridium_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_ore", - "techreborn:deepslate_iridium_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_plates.json b/src/main/resources/data/c/tags/items/iridium_plates.json deleted file mode 100644 index 8f5dfc078..000000000 --- a/src/main/resources/data/c/tags/items/iridium_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_reinforced_stone_blocks.json b/src/main/resources/data/c/tags/items/iridium_reinforced_stone_blocks.json deleted file mode 100644 index d0c64df9e..000000000 --- a/src/main/resources/data/c/tags/items/iridium_reinforced_stone_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_reinforced_stone_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iridium_reinforced_tungstensteel_blocks.json b/src/main/resources/data/c/tags/items/iridium_reinforced_tungstensteel_blocks.json deleted file mode 100644 index 4067f5cde..000000000 --- a/src/main/resources/data/c/tags/items/iridium_reinforced_tungstensteel_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iridium_reinforced_tungstensteel_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/iron_plates.json b/src/main/resources/data/c/tags/items/iron_plates.json deleted file mode 100644 index df964e58e..000000000 --- a/src/main/resources/data/c/tags/items/iron_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:iron_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lapis_plates.json b/src/main/resources/data/c/tags/items/lapis_plates.json deleted file mode 100644 index b8ac80edd..000000000 --- a/src/main/resources/data/c/tags/items/lapis_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lapis_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lazurite_dusts.json b/src/main/resources/data/c/tags/items/lazurite_dusts.json deleted file mode 100644 index 737215293..000000000 --- a/src/main/resources/data/c/tags/items/lazurite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lazurite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lazurite_plates.json b/src/main/resources/data/c/tags/items/lazurite_plates.json deleted file mode 100644 index 4888227c7..000000000 --- a/src/main/resources/data/c/tags/items/lazurite_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lazurite_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lazurite_small_dusts.json b/src/main/resources/data/c/tags/items/lazurite_small_dusts.json deleted file mode 100644 index ef32bef7c..000000000 --- a/src/main/resources/data/c/tags/items/lazurite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lazurite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lead_blocks.json b/src/main/resources/data/c/tags/items/lead_blocks.json deleted file mode 100644 index 43bcc2965..000000000 --- a/src/main/resources/data/c/tags/items/lead_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lead_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lead_ingots.json b/src/main/resources/data/c/tags/items/lead_ingots.json deleted file mode 100644 index cec1e2906..000000000 --- a/src/main/resources/data/c/tags/items/lead_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lead_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lead_nuggets.json b/src/main/resources/data/c/tags/items/lead_nuggets.json deleted file mode 100644 index e84474b78..000000000 --- a/src/main/resources/data/c/tags/items/lead_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lead_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lead_ores.json b/src/main/resources/data/c/tags/items/lead_ores.json deleted file mode 100644 index e03c36418..000000000 --- a/src/main/resources/data/c/tags/items/lead_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lead_ore", - "techreborn:deepslate_lead_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lead_plates.json b/src/main/resources/data/c/tags/items/lead_plates.json deleted file mode 100644 index f55cecb47..000000000 --- a/src/main/resources/data/c/tags/items/lead_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:lead_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/magnalium_plates.json b/src/main/resources/data/c/tags/items/magnalium_plates.json deleted file mode 100644 index 33f017360..000000000 --- a/src/main/resources/data/c/tags/items/magnalium_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:magnalium_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/magnesium_dusts.json b/src/main/resources/data/c/tags/items/magnesium_dusts.json deleted file mode 100644 index 0f0680e5f..000000000 --- a/src/main/resources/data/c/tags/items/magnesium_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:magnesium_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/magnesium_small_dusts.json b/src/main/resources/data/c/tags/items/magnesium_small_dusts.json deleted file mode 100644 index 88df1cfe3..000000000 --- a/src/main/resources/data/c/tags/items/magnesium_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:magnesium_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/manganese_dusts.json b/src/main/resources/data/c/tags/items/manganese_dusts.json deleted file mode 100644 index 805275c69..000000000 --- a/src/main/resources/data/c/tags/items/manganese_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:manganese_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/manganese_small_dusts.json b/src/main/resources/data/c/tags/items/manganese_small_dusts.json deleted file mode 100644 index e7ee9e63e..000000000 --- a/src/main/resources/data/c/tags/items/manganese_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:manganese_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/marble_dusts.json b/src/main/resources/data/c/tags/items/marble_dusts.json deleted file mode 100644 index 8da579387..000000000 --- a/src/main/resources/data/c/tags/items/marble_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:marble_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/marble_small_dusts.json b/src/main/resources/data/c/tags/items/marble_small_dusts.json deleted file mode 100644 index c8ac16698..000000000 --- a/src/main/resources/data/c/tags/items/marble_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:marble_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/mixed_metal_ingots.json b/src/main/resources/data/c/tags/items/mixed_metal_ingots.json deleted file mode 100644 index c179b360a..000000000 --- a/src/main/resources/data/c/tags/items/mixed_metal_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:mixed_metal_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/netherrack_dusts.json b/src/main/resources/data/c/tags/items/netherrack_dusts.json deleted file mode 100644 index 295c8dad1..000000000 --- a/src/main/resources/data/c/tags/items/netherrack_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:netherrack_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/netherrack_small_dusts.json b/src/main/resources/data/c/tags/items/netherrack_small_dusts.json deleted file mode 100644 index 269716044..000000000 --- a/src/main/resources/data/c/tags/items/netherrack_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:netherrack_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_blocks.json b/src/main/resources/data/c/tags/items/nickel_blocks.json deleted file mode 100644 index ff6901259..000000000 --- a/src/main/resources/data/c/tags/items/nickel_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_dusts.json b/src/main/resources/data/c/tags/items/nickel_dusts.json deleted file mode 100644 index 91e9ca058..000000000 --- a/src/main/resources/data/c/tags/items/nickel_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_ingots.json b/src/main/resources/data/c/tags/items/nickel_ingots.json deleted file mode 100644 index 05d661f44..000000000 --- a/src/main/resources/data/c/tags/items/nickel_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_nuggets.json b/src/main/resources/data/c/tags/items/nickel_nuggets.json deleted file mode 100644 index 145c105b1..000000000 --- a/src/main/resources/data/c/tags/items/nickel_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_plates.json b/src/main/resources/data/c/tags/items/nickel_plates.json deleted file mode 100644 index aea9b495b..000000000 --- a/src/main/resources/data/c/tags/items/nickel_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/nickel_small_dusts.json b/src/main/resources/data/c/tags/items/nickel_small_dusts.json deleted file mode 100644 index 234ff7d4f..000000000 --- a/src/main/resources/data/c/tags/items/nickel_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:nickel_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/obsidian_dusts.json b/src/main/resources/data/c/tags/items/obsidian_dusts.json deleted file mode 100644 index e63beed59..000000000 --- a/src/main/resources/data/c/tags/items/obsidian_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:obsidian_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/obsidian_plates.json b/src/main/resources/data/c/tags/items/obsidian_plates.json deleted file mode 100644 index 92df46fb8..000000000 --- a/src/main/resources/data/c/tags/items/obsidian_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:obsidian_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/obsidian_small_dusts.json b/src/main/resources/data/c/tags/items/obsidian_small_dusts.json deleted file mode 100644 index d8481c1bc..000000000 --- a/src/main/resources/data/c/tags/items/obsidian_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:obsidian_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/olivine_dusts.json b/src/main/resources/data/c/tags/items/olivine_dusts.json deleted file mode 100644 index b278140bf..000000000 --- a/src/main/resources/data/c/tags/items/olivine_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:olivine_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/olivine_small_dusts.json b/src/main/resources/data/c/tags/items/olivine_small_dusts.json deleted file mode 100644 index ddffa9dd5..000000000 --- a/src/main/resources/data/c/tags/items/olivine_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:olivine_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_blocks.json b/src/main/resources/data/c/tags/items/peridot_blocks.json deleted file mode 100644 index 7cc8c5f79..000000000 --- a/src/main/resources/data/c/tags/items/peridot_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_dusts.json b/src/main/resources/data/c/tags/items/peridot_dusts.json deleted file mode 100644 index 4b56fb2f6..000000000 --- a/src/main/resources/data/c/tags/items/peridot_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_gems.json b/src/main/resources/data/c/tags/items/peridot_gems.json deleted file mode 100644 index ddb7c1a37..000000000 --- a/src/main/resources/data/c/tags/items/peridot_gems.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_ores.json b/src/main/resources/data/c/tags/items/peridot_ores.json deleted file mode 100644 index cf709c571..000000000 --- a/src/main/resources/data/c/tags/items/peridot_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_ore", - "techreborn:deepslate_peridot_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_plates.json b/src/main/resources/data/c/tags/items/peridot_plates.json deleted file mode 100644 index 69a9d12e9..000000000 --- a/src/main/resources/data/c/tags/items/peridot_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/peridot_small_dusts.json b/src/main/resources/data/c/tags/items/peridot_small_dusts.json deleted file mode 100644 index 575fffae6..000000000 --- a/src/main/resources/data/c/tags/items/peridot_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/phosphorous_dusts.json b/src/main/resources/data/c/tags/items/phosphorous_dusts.json deleted file mode 100644 index 74e1e54db..000000000 --- a/src/main/resources/data/c/tags/items/phosphorous_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:phosphorous_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/phosphorous_small_dusts.json b/src/main/resources/data/c/tags/items/phosphorous_small_dusts.json deleted file mode 100644 index da2eda862..000000000 --- a/src/main/resources/data/c/tags/items/phosphorous_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:phosphorous_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_blocks.json b/src/main/resources/data/c/tags/items/platinum_blocks.json deleted file mode 100644 index 0c5b03294..000000000 --- a/src/main/resources/data/c/tags/items/platinum_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_dusts.json b/src/main/resources/data/c/tags/items/platinum_dusts.json deleted file mode 100644 index 3d66df8e3..000000000 --- a/src/main/resources/data/c/tags/items/platinum_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_ingots.json b/src/main/resources/data/c/tags/items/platinum_ingots.json deleted file mode 100644 index 6c6be4126..000000000 --- a/src/main/resources/data/c/tags/items/platinum_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_nuggets.json b/src/main/resources/data/c/tags/items/platinum_nuggets.json deleted file mode 100644 index b8209857d..000000000 --- a/src/main/resources/data/c/tags/items/platinum_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_plates.json b/src/main/resources/data/c/tags/items/platinum_plates.json deleted file mode 100644 index 9e31e2b23..000000000 --- a/src/main/resources/data/c/tags/items/platinum_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/platinum_small_dusts.json b/src/main/resources/data/c/tags/items/platinum_small_dusts.json deleted file mode 100644 index 220b7d258..000000000 --- a/src/main/resources/data/c/tags/items/platinum_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:platinum_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pyrite_dusts.json b/src/main/resources/data/c/tags/items/pyrite_dusts.json deleted file mode 100644 index 9e3c4db6d..000000000 --- a/src/main/resources/data/c/tags/items/pyrite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:pyrite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pyrite_ores.json b/src/main/resources/data/c/tags/items/pyrite_ores.json deleted file mode 100644 index 4247fed2d..000000000 --- a/src/main/resources/data/c/tags/items/pyrite_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:pyrite_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pyrite_small_dusts.json b/src/main/resources/data/c/tags/items/pyrite_small_dusts.json deleted file mode 100644 index 811233f02..000000000 --- a/src/main/resources/data/c/tags/items/pyrite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:pyrite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pyrope_dusts.json b/src/main/resources/data/c/tags/items/pyrope_dusts.json deleted file mode 100644 index 9c966e290..000000000 --- a/src/main/resources/data/c/tags/items/pyrope_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:pyrope_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pyrope_small_dusts.json b/src/main/resources/data/c/tags/items/pyrope_small_dusts.json deleted file mode 100644 index 8b7833f71..000000000 --- a/src/main/resources/data/c/tags/items/pyrope_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:pyrope_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/quartz_dusts.json b/src/main/resources/data/c/tags/items/quartz_dusts.json deleted file mode 100644 index 1f046c267..000000000 --- a/src/main/resources/data/c/tags/items/quartz_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:quartz_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/quartz_plates.json b/src/main/resources/data/c/tags/items/quartz_plates.json deleted file mode 100644 index b8fc2b93b..000000000 --- a/src/main/resources/data/c/tags/items/quartz_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:quartz_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/quartz_small_dusts.json b/src/main/resources/data/c/tags/items/quartz_small_dusts.json deleted file mode 100644 index 6a8212399..000000000 --- a/src/main/resources/data/c/tags/items/quartz_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:quartz_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/raw_iridium_ores.json b/src/main/resources/data/c/tags/items/raw_iridium_ores.json deleted file mode 100644 index 95018a452..000000000 --- a/src/main/resources/data/c/tags/items/raw_iridium_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_iridium" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/raw_lead_ores.json b/src/main/resources/data/c/tags/items/raw_lead_ores.json deleted file mode 100644 index 39cce45a1..000000000 --- a/src/main/resources/data/c/tags/items/raw_lead_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_lead" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/raw_silver_ores.json b/src/main/resources/data/c/tags/items/raw_silver_ores.json deleted file mode 100644 index 2c0cf3d9d..000000000 --- a/src/main/resources/data/c/tags/items/raw_silver_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_silver" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/raw_tin_ores.json b/src/main/resources/data/c/tags/items/raw_tin_ores.json deleted file mode 100644 index 645762403..000000000 --- a/src/main/resources/data/c/tags/items/raw_tin_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_tin" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/raw_tungsten_ores.json b/src/main/resources/data/c/tags/items/raw_tungsten_ores.json deleted file mode 100644 index c25e7edaf..000000000 --- a/src/main/resources/data/c/tags/items/raw_tungsten_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_tungsten" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_garnet_blocks.json b/src/main/resources/data/c/tags/items/red_garnet_blocks.json deleted file mode 100644 index 69e14f62e..000000000 --- a/src/main/resources/data/c/tags/items/red_garnet_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:red_garnet_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_garnet_dusts.json b/src/main/resources/data/c/tags/items/red_garnet_dusts.json deleted file mode 100644 index ba8ec37c5..000000000 --- a/src/main/resources/data/c/tags/items/red_garnet_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:red_garnet_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_garnet_gems.json b/src/main/resources/data/c/tags/items/red_garnet_gems.json deleted file mode 100644 index 3543ba2ce..000000000 --- a/src/main/resources/data/c/tags/items/red_garnet_gems.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:red_garnet_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_garnet_plates.json b/src/main/resources/data/c/tags/items/red_garnet_plates.json deleted file mode 100644 index ad296899a..000000000 --- a/src/main/resources/data/c/tags/items/red_garnet_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:red_garnet_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_garnet_small_dusts.json b/src/main/resources/data/c/tags/items/red_garnet_small_dusts.json deleted file mode 100644 index d91f74849..000000000 --- a/src/main/resources/data/c/tags/items/red_garnet_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:red_garnet_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/redstone_plates.json b/src/main/resources/data/c/tags/items/redstone_plates.json deleted file mode 100644 index 0a4242223..000000000 --- a/src/main/resources/data/c/tags/items/redstone_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:redstone_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/redstone_small_dusts.json b/src/main/resources/data/c/tags/items/redstone_small_dusts.json deleted file mode 100644 index 8164810fe..000000000 --- a/src/main/resources/data/c/tags/items/redstone_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:redstone_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/refined_iron_blocks.json b/src/main/resources/data/c/tags/items/refined_iron_blocks.json deleted file mode 100644 index 94698438a..000000000 --- a/src/main/resources/data/c/tags/items/refined_iron_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:refined_iron_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/refined_iron_ingots.json b/src/main/resources/data/c/tags/items/refined_iron_ingots.json deleted file mode 100644 index 74f552b93..000000000 --- a/src/main/resources/data/c/tags/items/refined_iron_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:refined_iron_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/refined_iron_nuggets.json b/src/main/resources/data/c/tags/items/refined_iron_nuggets.json deleted file mode 100644 index a5447ed8c..000000000 --- a/src/main/resources/data/c/tags/items/refined_iron_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:refined_iron_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/refined_iron_plates.json b/src/main/resources/data/c/tags/items/refined_iron_plates.json deleted file mode 100644 index 48248d450..000000000 --- a/src/main/resources/data/c/tags/items/refined_iron_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:refined_iron_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/rubies.json b/src/main/resources/data/c/tags/items/rubies.json deleted file mode 100644 index 85d88a4b5..000000000 --- a/src/main/resources/data/c/tags/items/rubies.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ruby_blocks.json b/src/main/resources/data/c/tags/items/ruby_blocks.json deleted file mode 100644 index 12818a73b..000000000 --- a/src/main/resources/data/c/tags/items/ruby_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ruby_dusts.json b/src/main/resources/data/c/tags/items/ruby_dusts.json deleted file mode 100644 index 4d6377982..000000000 --- a/src/main/resources/data/c/tags/items/ruby_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ruby_ores.json b/src/main/resources/data/c/tags/items/ruby_ores.json deleted file mode 100644 index d162a8af5..000000000 --- a/src/main/resources/data/c/tags/items/ruby_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_ore", - "techreborn:deepslate_ruby_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ruby_plates.json b/src/main/resources/data/c/tags/items/ruby_plates.json deleted file mode 100644 index f88a0c003..000000000 --- a/src/main/resources/data/c/tags/items/ruby_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/ruby_small_dusts.json b/src/main/resources/data/c/tags/items/ruby_small_dusts.json deleted file mode 100644 index 605d9c6b7..000000000 --- a/src/main/resources/data/c/tags/items/ruby_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:ruby_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/saltpeter_dusts.json b/src/main/resources/data/c/tags/items/saltpeter_dusts.json deleted file mode 100644 index 097c80bd4..000000000 --- a/src/main/resources/data/c/tags/items/saltpeter_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:saltpeter_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/saltpeter_small_dusts.json b/src/main/resources/data/c/tags/items/saltpeter_small_dusts.json deleted file mode 100644 index 7c4622435..000000000 --- a/src/main/resources/data/c/tags/items/saltpeter_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:saltpeter_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphire_blocks.json b/src/main/resources/data/c/tags/items/sapphire_blocks.json deleted file mode 100644 index 645ee26e0..000000000 --- a/src/main/resources/data/c/tags/items/sapphire_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphire_dusts.json b/src/main/resources/data/c/tags/items/sapphire_dusts.json deleted file mode 100644 index ebdf6a31c..000000000 --- a/src/main/resources/data/c/tags/items/sapphire_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphire_ores.json b/src/main/resources/data/c/tags/items/sapphire_ores.json deleted file mode 100644 index fcb79cd1b..000000000 --- a/src/main/resources/data/c/tags/items/sapphire_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_ore", - "techreborn:deepslate_sapphire_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphire_plates.json b/src/main/resources/data/c/tags/items/sapphire_plates.json deleted file mode 100644 index c0d9cf663..000000000 --- a/src/main/resources/data/c/tags/items/sapphire_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphire_small_dusts.json b/src/main/resources/data/c/tags/items/sapphire_small_dusts.json deleted file mode 100644 index 87ca70574..000000000 --- a/src/main/resources/data/c/tags/items/sapphire_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sapphires.json b/src/main/resources/data/c/tags/items/sapphires.json deleted file mode 100644 index f535179f2..000000000 --- a/src/main/resources/data/c/tags/items/sapphires.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sapphire_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/saw_dusts.json b/src/main/resources/data/c/tags/items/saw_dusts.json deleted file mode 100644 index 2471f59b0..000000000 --- a/src/main/resources/data/c/tags/items/saw_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:saw_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/saw_small_dusts.json b/src/main/resources/data/c/tags/items/saw_small_dusts.json deleted file mode 100644 index 8dec9ae83..000000000 --- a/src/main/resources/data/c/tags/items/saw_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:saw_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sheldonite_ores.json b/src/main/resources/data/c/tags/items/sheldonite_ores.json deleted file mode 100644 index 840a48613..000000000 --- a/src/main/resources/data/c/tags/items/sheldonite_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sheldonite_ore", - "techreborn:deepslate_sheldonite_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silicon_plates.json b/src/main/resources/data/c/tags/items/silicon_plates.json deleted file mode 100644 index d7b53db31..000000000 --- a/src/main/resources/data/c/tags/items/silicon_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silicon_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silver_blocks.json b/src/main/resources/data/c/tags/items/silver_blocks.json deleted file mode 100644 index f511c918e..000000000 --- a/src/main/resources/data/c/tags/items/silver_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silver_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silver_ingots.json b/src/main/resources/data/c/tags/items/silver_ingots.json deleted file mode 100644 index 2ee6fb758..000000000 --- a/src/main/resources/data/c/tags/items/silver_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silver_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silver_nuggets.json b/src/main/resources/data/c/tags/items/silver_nuggets.json deleted file mode 100644 index 0687f2006..000000000 --- a/src/main/resources/data/c/tags/items/silver_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silver_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silver_ores.json b/src/main/resources/data/c/tags/items/silver_ores.json deleted file mode 100644 index 1d0ec9328..000000000 --- a/src/main/resources/data/c/tags/items/silver_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silver_ore", - "techreborn:deepslate_silver_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/silver_plates.json b/src/main/resources/data/c/tags/items/silver_plates.json deleted file mode 100644 index 93823d17f..000000000 --- a/src/main/resources/data/c/tags/items/silver_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:silver_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sodalite_dusts.json b/src/main/resources/data/c/tags/items/sodalite_dusts.json deleted file mode 100644 index 659aaeda5..000000000 --- a/src/main/resources/data/c/tags/items/sodalite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sodalite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sodalite_ores.json b/src/main/resources/data/c/tags/items/sodalite_ores.json deleted file mode 100644 index c42f4bcff..000000000 --- a/src/main/resources/data/c/tags/items/sodalite_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sodalite_ore", - "techreborn:deepslate_sodalite_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sodalite_small_dusts.json b/src/main/resources/data/c/tags/items/sodalite_small_dusts.json deleted file mode 100644 index 767f27c7c..000000000 --- a/src/main/resources/data/c/tags/items/sodalite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sodalite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/spessartine_dusts.json b/src/main/resources/data/c/tags/items/spessartine_dusts.json deleted file mode 100644 index cdf1b3827..000000000 --- a/src/main/resources/data/c/tags/items/spessartine_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:spessartine_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/spessartine_small_dusts.json b/src/main/resources/data/c/tags/items/spessartine_small_dusts.json deleted file mode 100644 index 2334ad724..000000000 --- a/src/main/resources/data/c/tags/items/spessartine_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:spessartine_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sphalerite_dusts.json b/src/main/resources/data/c/tags/items/sphalerite_dusts.json deleted file mode 100644 index e62895ab0..000000000 --- a/src/main/resources/data/c/tags/items/sphalerite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sphalerite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sphalerite_ores.json b/src/main/resources/data/c/tags/items/sphalerite_ores.json deleted file mode 100644 index b52b7ff93..000000000 --- a/src/main/resources/data/c/tags/items/sphalerite_ores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sphalerite_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sphalerite_small_dusts.json b/src/main/resources/data/c/tags/items/sphalerite_small_dusts.json deleted file mode 100644 index afc1d7aae..000000000 --- a/src/main/resources/data/c/tags/items/sphalerite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sphalerite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_blocks.json b/src/main/resources/data/c/tags/items/steel_blocks.json deleted file mode 100644 index bfcc01bcb..000000000 --- a/src/main/resources/data/c/tags/items/steel_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_dusts.json b/src/main/resources/data/c/tags/items/steel_dusts.json deleted file mode 100644 index 40ec6ed95..000000000 --- a/src/main/resources/data/c/tags/items/steel_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_ingots.json b/src/main/resources/data/c/tags/items/steel_ingots.json deleted file mode 100644 index 49dd4372f..000000000 --- a/src/main/resources/data/c/tags/items/steel_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_nuggets.json b/src/main/resources/data/c/tags/items/steel_nuggets.json deleted file mode 100644 index 81813bde4..000000000 --- a/src/main/resources/data/c/tags/items/steel_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_plates.json b/src/main/resources/data/c/tags/items/steel_plates.json deleted file mode 100644 index cbf266c01..000000000 --- a/src/main/resources/data/c/tags/items/steel_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/steel_small_dusts.json b/src/main/resources/data/c/tags/items/steel_small_dusts.json deleted file mode 100644 index 185b747c4..000000000 --- a/src/main/resources/data/c/tags/items/steel_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:steel_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sulfur_dusts.json b/src/main/resources/data/c/tags/items/sulfur_dusts.json deleted file mode 100644 index 656bc91cb..000000000 --- a/src/main/resources/data/c/tags/items/sulfur_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sulfur_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/sulfur_small_dusts.json b/src/main/resources/data/c/tags/items/sulfur_small_dusts.json deleted file mode 100644 index a87619d89..000000000 --- a/src/main/resources/data/c/tags/items/sulfur_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:sulfur_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tin_blocks.json b/src/main/resources/data/c/tags/items/tin_blocks.json deleted file mode 100644 index fc959f5c6..000000000 --- a/src/main/resources/data/c/tags/items/tin_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tin_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tin_ingots.json b/src/main/resources/data/c/tags/items/tin_ingots.json deleted file mode 100644 index dd9416963..000000000 --- a/src/main/resources/data/c/tags/items/tin_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tin_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tin_nuggets.json b/src/main/resources/data/c/tags/items/tin_nuggets.json deleted file mode 100644 index a85397b2a..000000000 --- a/src/main/resources/data/c/tags/items/tin_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tin_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tin_ores.json b/src/main/resources/data/c/tags/items/tin_ores.json deleted file mode 100644 index f2673fde6..000000000 --- a/src/main/resources/data/c/tags/items/tin_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tin_ore", - "techreborn:deepslate_tin_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tin_plates.json b/src/main/resources/data/c/tags/items/tin_plates.json deleted file mode 100644 index a686600f8..000000000 --- a/src/main/resources/data/c/tags/items/tin_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tin_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_blocks.json b/src/main/resources/data/c/tags/items/titanium_blocks.json deleted file mode 100644 index 1c5a1c3a6..000000000 --- a/src/main/resources/data/c/tags/items/titanium_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_dusts.json b/src/main/resources/data/c/tags/items/titanium_dusts.json deleted file mode 100644 index 0e4b775c7..000000000 --- a/src/main/resources/data/c/tags/items/titanium_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_ingots.json b/src/main/resources/data/c/tags/items/titanium_ingots.json deleted file mode 100644 index 8b4fcb749..000000000 --- a/src/main/resources/data/c/tags/items/titanium_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_nuggets.json b/src/main/resources/data/c/tags/items/titanium_nuggets.json deleted file mode 100644 index 5f131d7cb..000000000 --- a/src/main/resources/data/c/tags/items/titanium_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_plates.json b/src/main/resources/data/c/tags/items/titanium_plates.json deleted file mode 100644 index c8438aa4b..000000000 --- a/src/main/resources/data/c/tags/items/titanium_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/titanium_small_dusts.json b/src/main/resources/data/c/tags/items/titanium_small_dusts.json deleted file mode 100644 index 47219d15c..000000000 --- a/src/main/resources/data/c/tags/items/titanium_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:titanium_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_blocks.json b/src/main/resources/data/c/tags/items/tungsten_blocks.json deleted file mode 100644 index 7ba6e0cf1..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_ingots.json b/src/main/resources/data/c/tags/items/tungsten_ingots.json deleted file mode 100644 index 2a281e971..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_nuggets.json b/src/main/resources/data/c/tags/items/tungsten_nuggets.json deleted file mode 100644 index d79c41bba..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_ores.json b/src/main/resources/data/c/tags/items/tungsten_ores.json deleted file mode 100644 index 752cb5865..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_ore", - "techreborn:deepslate_tungsten_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_plates.json b/src/main/resources/data/c/tags/items/tungsten_plates.json deleted file mode 100644 index dd75b5bb1..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungsten_small_dusts.json b/src/main/resources/data/c/tags/items/tungsten_small_dusts.json deleted file mode 100644 index d39ea82ff..000000000 --- a/src/main/resources/data/c/tags/items/tungsten_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungsten_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungstensteel_blocks.json b/src/main/resources/data/c/tags/items/tungstensteel_blocks.json deleted file mode 100644 index a5dea5fae..000000000 --- a/src/main/resources/data/c/tags/items/tungstensteel_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungstensteel_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungstensteel_ingots.json b/src/main/resources/data/c/tags/items/tungstensteel_ingots.json deleted file mode 100644 index 736e14393..000000000 --- a/src/main/resources/data/c/tags/items/tungstensteel_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungstensteel_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungstensteel_nuggets.json b/src/main/resources/data/c/tags/items/tungstensteel_nuggets.json deleted file mode 100644 index f99baaaf3..000000000 --- a/src/main/resources/data/c/tags/items/tungstensteel_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungstensteel_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/tungstensteel_plates.json b/src/main/resources/data/c/tags/items/tungstensteel_plates.json deleted file mode 100644 index c49d0cbe5..000000000 --- a/src/main/resources/data/c/tags/items/tungstensteel_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:tungstensteel_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/uvarovite_dusts.json b/src/main/resources/data/c/tags/items/uvarovite_dusts.json deleted file mode 100644 index 3c25d25e8..000000000 --- a/src/main/resources/data/c/tags/items/uvarovite_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:uvarovite_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/uvarovite_small_dusts.json b/src/main/resources/data/c/tags/items/uvarovite_small_dusts.json deleted file mode 100644 index 9e0f0c06c..000000000 --- a/src/main/resources/data/c/tags/items/uvarovite_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:uvarovite_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/wood_plates.json b/src/main/resources/data/c/tags/items/wood_plates.json deleted file mode 100644 index bdce92bdc..000000000 --- a/src/main/resources/data/c/tags/items/wood_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:wood_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_garnet_blocks.json b/src/main/resources/data/c/tags/items/yellow_garnet_blocks.json deleted file mode 100644 index f35631c3f..000000000 --- a/src/main/resources/data/c/tags/items/yellow_garnet_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:yellow_garnet_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_garnet_dusts.json b/src/main/resources/data/c/tags/items/yellow_garnet_dusts.json deleted file mode 100644 index 17da9db0f..000000000 --- a/src/main/resources/data/c/tags/items/yellow_garnet_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:yellow_garnet_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_garnet_gems.json b/src/main/resources/data/c/tags/items/yellow_garnet_gems.json deleted file mode 100644 index a30f6907b..000000000 --- a/src/main/resources/data/c/tags/items/yellow_garnet_gems.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:yellow_garnet_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_garnet_plates.json b/src/main/resources/data/c/tags/items/yellow_garnet_plates.json deleted file mode 100644 index f8a812ba2..000000000 --- a/src/main/resources/data/c/tags/items/yellow_garnet_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:yellow_garnet_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_garnet_small_dusts.json b/src/main/resources/data/c/tags/items/yellow_garnet_small_dusts.json deleted file mode 100644 index a4326537d..000000000 --- a/src/main/resources/data/c/tags/items/yellow_garnet_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:yellow_garnet_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_blocks.json b/src/main/resources/data/c/tags/items/zinc_blocks.json deleted file mode 100644 index f64d8a7ff..000000000 --- a/src/main/resources/data/c/tags/items/zinc_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_storage_block" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_dusts.json b/src/main/resources/data/c/tags/items/zinc_dusts.json deleted file mode 100644 index 1dc96df4c..000000000 --- a/src/main/resources/data/c/tags/items/zinc_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_ingots.json b/src/main/resources/data/c/tags/items/zinc_ingots.json deleted file mode 100644 index 48b445346..000000000 --- a/src/main/resources/data/c/tags/items/zinc_ingots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_nuggets.json b/src/main/resources/data/c/tags/items/zinc_nuggets.json deleted file mode 100644 index c73e0b360..000000000 --- a/src/main/resources/data/c/tags/items/zinc_nuggets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_nugget" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_plates.json b/src/main/resources/data/c/tags/items/zinc_plates.json deleted file mode 100644 index 2c5e51ea7..000000000 --- a/src/main/resources/data/c/tags/items/zinc_plates.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_plate" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/zinc_small_dusts.json b/src/main/resources/data/c/tags/items/zinc_small_dusts.json deleted file mode 100644 index 63fa7ad46..000000000 --- a/src/main/resources/data/c/tags/items/zinc_small_dusts.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:zinc_small_dust" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/almandine_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/almandine_dust.json deleted file mode 100644 index dc6c4d592..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/almandine_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:almandine_small_dust" - }, - { - "item": "techreborn:almandine_small_dust" - }, - { - "item": "techreborn:almandine_small_dust" - }, - { - "item": "techreborn:almandine_small_dust" - } - ], - "result": { - "item": "techreborn:almandine_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/andesite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/andesite_dust.json deleted file mode 100644 index 42bb833b3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/andesite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:andesite_small_dust" - }, - { - "item": "techreborn:andesite_small_dust" - }, - { - "item": "techreborn:andesite_small_dust" - }, - { - "item": "techreborn:andesite_small_dust" - } - ], - "result": { - "item": "techreborn:andesite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/andradite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/andradite_dust.json deleted file mode 100644 index afcecc73f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/andradite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:andradite_small_dust" - }, - { - "item": "techreborn:andradite_small_dust" - }, - { - "item": "techreborn:andradite_small_dust" - }, - { - "item": "techreborn:andradite_small_dust" - } - ], - "result": { - "item": "techreborn:andradite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ashes_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/ashes_dust.json deleted file mode 100644 index 88be1789b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ashes_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ashes_small_dust" - }, - { - "item": "techreborn:ashes_small_dust" - }, - { - "item": "techreborn:ashes_small_dust" - }, - { - "item": "techreborn:ashes_small_dust" - } - ], - "result": { - "item": "techreborn:ashes_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json deleted file mode 100644 index 76a149099..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - } - ], - "result": { - "item": "techreborn:basalt_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/bauxite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/bauxite_dust.json deleted file mode 100644 index 3e2717452..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/bauxite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:bauxite_small_dust" - }, - { - "item": "techreborn:bauxite_small_dust" - }, - { - "item": "techreborn:bauxite_small_dust" - }, - { - "item": "techreborn:bauxite_small_dust" - } - ], - "result": { - "item": "techreborn:bauxite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/calcite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/calcite_dust.json deleted file mode 100644 index 3d41bb18b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/calcite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:calcite_small_dust" - }, - { - "item": "techreborn:calcite_small_dust" - }, - { - "item": "techreborn:calcite_small_dust" - }, - { - "item": "techreborn:calcite_small_dust" - } - ], - "result": { - "item": "techreborn:calcite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/charcoal_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/charcoal_dust.json deleted file mode 100644 index 2f9cdcfc4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/charcoal_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:charcoal_small_dust" - }, - { - "item": "techreborn:charcoal_small_dust" - }, - { - "item": "techreborn:charcoal_small_dust" - }, - { - "item": "techreborn:charcoal_small_dust" - } - ], - "result": { - "item": "techreborn:charcoal_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/chrome_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/chrome_dust.json deleted file mode 100644 index 3e935b7d8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/chrome_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:chrome_small_dust" - }, - { - "item": "techreborn:chrome_small_dust" - }, - { - "item": "techreborn:chrome_small_dust" - }, - { - "item": "techreborn:chrome_small_dust" - } - ], - "result": { - "item": "techreborn:chrome_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/cinnabar_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/cinnabar_dust.json deleted file mode 100644 index 9138e0cf2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/cinnabar_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:cinnabar_small_dust" - }, - { - "item": "techreborn:cinnabar_small_dust" - }, - { - "item": "techreborn:cinnabar_small_dust" - }, - { - "item": "techreborn:cinnabar_small_dust" - } - ], - "result": { - "item": "techreborn:cinnabar_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/clay_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/clay_dust.json deleted file mode 100644 index c3fbb9f90..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/clay_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:clay_small_dust" - }, - { - "item": "techreborn:clay_small_dust" - }, - { - "item": "techreborn:clay_small_dust" - }, - { - "item": "techreborn:clay_small_dust" - } - ], - "result": { - "item": "techreborn:clay_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/coal_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/coal_dust.json deleted file mode 100644 index 936c9bf9a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/coal_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:coal_small_dust" - }, - { - "item": "techreborn:coal_small_dust" - }, - { - "item": "techreborn:coal_small_dust" - }, - { - "item": "techreborn:coal_small_dust" - } - ], - "result": { - "item": "techreborn:coal_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/dark_ashes_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/dark_ashes_dust.json deleted file mode 100644 index 736f93691..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/dark_ashes_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:dark_ashes_small_dust" - }, - { - "item": "techreborn:dark_ashes_small_dust" - }, - { - "item": "techreborn:dark_ashes_small_dust" - }, - { - "item": "techreborn:dark_ashes_small_dust" - } - ], - "result": { - "item": "techreborn:dark_ashes_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/diamond_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/diamond_dust.json deleted file mode 100644 index a4c64ca24..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/diamond_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:diamond_small_dust" - }, - { - "item": "techreborn:diamond_small_dust" - }, - { - "item": "techreborn:diamond_small_dust" - }, - { - "item": "techreborn:diamond_small_dust" - } - ], - "result": { - "item": "techreborn:diamond_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/diorite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/diorite_dust.json deleted file mode 100644 index 7aa204b84..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/diorite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:diorite_small_dust" - }, - { - "item": "techreborn:diorite_small_dust" - }, - { - "item": "techreborn:diorite_small_dust" - }, - { - "item": "techreborn:diorite_small_dust" - } - ], - "result": { - "item": "techreborn:diorite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/electrum_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/electrum_dust.json deleted file mode 100644 index f4b183448..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/electrum_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:electrum_small_dust" - }, - { - "item": "techreborn:electrum_small_dust" - }, - { - "item": "techreborn:electrum_small_dust" - }, - { - "item": "techreborn:electrum_small_dust" - } - ], - "result": { - "item": "techreborn:electrum_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/emerald_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/emerald_dust.json deleted file mode 100644 index 913a113c3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/emerald_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:emerald_small_dust" - }, - { - "item": "techreborn:emerald_small_dust" - }, - { - "item": "techreborn:emerald_small_dust" - }, - { - "item": "techreborn:emerald_small_dust" - } - ], - "result": { - "item": "techreborn:emerald_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_eye_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_eye_dust.json deleted file mode 100644 index b467a8e89..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_eye_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ender_eye_small_dust" - }, - { - "item": "techreborn:ender_eye_small_dust" - }, - { - "item": "techreborn:ender_eye_small_dust" - }, - { - "item": "techreborn:ender_eye_small_dust" - } - ], - "result": { - "item": "techreborn:ender_eye_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_pearl_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_pearl_dust.json deleted file mode 100644 index aa8829c90..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ender_pearl_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ender_pearl_small_dust" - }, - { - "item": "techreborn:ender_pearl_small_dust" - }, - { - "item": "techreborn:ender_pearl_small_dust" - }, - { - "item": "techreborn:ender_pearl_small_dust" - } - ], - "result": { - "item": "techreborn:ender_pearl_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/endstone_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/endstone_dust.json deleted file mode 100644 index accdde8a4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/endstone_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:endstone_small_dust" - }, - { - "item": "techreborn:endstone_small_dust" - }, - { - "item": "techreborn:endstone_small_dust" - }, - { - "item": "techreborn:endstone_small_dust" - } - ], - "result": { - "item": "techreborn:endstone_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/flint_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/flint_dust.json deleted file mode 100644 index 19e391720..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/flint_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:flint_small_dust" - }, - { - "item": "techreborn:flint_small_dust" - }, - { - "item": "techreborn:flint_small_dust" - }, - { - "item": "techreborn:flint_small_dust" - } - ], - "result": { - "item": "techreborn:flint_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/galena_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/galena_dust.json deleted file mode 100644 index 418aa2ce7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/galena_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:galena_small_dust" - }, - { - "item": "techreborn:galena_small_dust" - }, - { - "item": "techreborn:galena_small_dust" - }, - { - "item": "techreborn:galena_small_dust" - } - ], - "result": { - "item": "techreborn:galena_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/glowstone_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/glowstone_dust.json deleted file mode 100644 index 470b3c4ab..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/glowstone_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:glowstone_small_dust" - }, - { - "item": "techreborn:glowstone_small_dust" - }, - { - "item": "techreborn:glowstone_small_dust" - }, - { - "item": "techreborn:glowstone_small_dust" - } - ], - "result": { - "item": "minecraft:glowstone_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/granite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/granite_dust.json deleted file mode 100644 index 663ab8d4f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/granite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:granite_small_dust" - }, - { - "item": "techreborn:granite_small_dust" - }, - { - "item": "techreborn:granite_small_dust" - }, - { - "item": "techreborn:granite_small_dust" - } - ], - "result": { - "item": "techreborn:granite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/grossular_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/grossular_dust.json deleted file mode 100644 index 4fc5834d7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/grossular_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:grossular_small_dust" - }, - { - "item": "techreborn:grossular_small_dust" - }, - { - "item": "techreborn:grossular_small_dust" - }, - { - "item": "techreborn:grossular_small_dust" - } - ], - "result": { - "item": "techreborn:grossular_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/invar_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/invar_dust.json deleted file mode 100644 index 3503c0b32..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/invar_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:invar_small_dust" - }, - { - "item": "techreborn:invar_small_dust" - }, - { - "item": "techreborn:invar_small_dust" - }, - { - "item": "techreborn:invar_small_dust" - } - ], - "result": { - "item": "techreborn:invar_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/lazurite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/lazurite_dust.json deleted file mode 100644 index 8ad2c6be3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/lazurite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:lazurite_small_dust" - }, - { - "item": "techreborn:lazurite_small_dust" - }, - { - "item": "techreborn:lazurite_small_dust" - }, - { - "item": "techreborn:lazurite_small_dust" - } - ], - "result": { - "item": "techreborn:lazurite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/magnesium_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/magnesium_dust.json deleted file mode 100644 index ea9c34875..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/magnesium_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:magnesium_small_dust" - }, - { - "item": "techreborn:magnesium_small_dust" - }, - { - "item": "techreborn:magnesium_small_dust" - }, - { - "item": "techreborn:magnesium_small_dust" - } - ], - "result": { - "item": "techreborn:magnesium_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/manganese_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/manganese_dust.json deleted file mode 100644 index 682b77900..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/manganese_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:manganese_small_dust" - }, - { - "item": "techreborn:manganese_small_dust" - }, - { - "item": "techreborn:manganese_small_dust" - }, - { - "item": "techreborn:manganese_small_dust" - } - ], - "result": { - "item": "techreborn:manganese_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json deleted file mode 100644 index c1b1657aa..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:marble_small_dust" - }, - { - "item": "techreborn:marble_small_dust" - }, - { - "item": "techreborn:marble_small_dust" - }, - { - "item": "techreborn:marble_small_dust" - } - ], - "result": { - "item": "techreborn:marble_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/netherrack_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/netherrack_dust.json deleted file mode 100644 index 68bce9547..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/netherrack_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:netherrack_small_dust" - }, - { - "item": "techreborn:netherrack_small_dust" - }, - { - "item": "techreborn:netherrack_small_dust" - }, - { - "item": "techreborn:netherrack_small_dust" - } - ], - "result": { - "item": "techreborn:netherrack_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/nickel_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/nickel_dust.json deleted file mode 100644 index b5910e905..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/nickel_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:nickel_small_dust" - }, - { - "item": "techreborn:nickel_small_dust" - }, - { - "item": "techreborn:nickel_small_dust" - }, - { - "item": "techreborn:nickel_small_dust" - } - ], - "result": { - "item": "techreborn:nickel_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/obsidian_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/obsidian_dust.json deleted file mode 100644 index 9d415794a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/obsidian_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:obsidian_small_dust" - }, - { - "item": "techreborn:obsidian_small_dust" - }, - { - "item": "techreborn:obsidian_small_dust" - }, - { - "item": "techreborn:obsidian_small_dust" - } - ], - "result": { - "item": "techreborn:obsidian_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/olivine_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/olivine_dust.json deleted file mode 100644 index 509e30455..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/olivine_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:olivine_small_dust" - }, - { - "item": "techreborn:olivine_small_dust" - }, - { - "item": "techreborn:olivine_small_dust" - }, - { - "item": "techreborn:olivine_small_dust" - } - ], - "result": { - "item": "techreborn:olivine_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/peridot_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/peridot_dust.json deleted file mode 100644 index 65d1c9c6e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/peridot_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:peridot_small_dust" - }, - { - "item": "techreborn:peridot_small_dust" - }, - { - "item": "techreborn:peridot_small_dust" - }, - { - "item": "techreborn:peridot_small_dust" - } - ], - "result": { - "item": "techreborn:peridot_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/phosphorous_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/phosphorous_dust.json deleted file mode 100644 index 863833c74..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/phosphorous_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:phosphorous_small_dust" - }, - { - "item": "techreborn:phosphorous_small_dust" - }, - { - "item": "techreborn:phosphorous_small_dust" - }, - { - "item": "techreborn:phosphorous_small_dust" - } - ], - "result": { - "item": "techreborn:phosphorous_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/platinum_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/platinum_dust.json deleted file mode 100644 index 0c8058899..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/platinum_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:platinum_small_dust" - }, - { - "item": "techreborn:platinum_small_dust" - }, - { - "item": "techreborn:platinum_small_dust" - }, - { - "item": "techreborn:platinum_small_dust" - } - ], - "result": { - "item": "techreborn:platinum_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrite_dust.json deleted file mode 100644 index 35646657d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:pyrite_small_dust" - }, - { - "item": "techreborn:pyrite_small_dust" - }, - { - "item": "techreborn:pyrite_small_dust" - }, - { - "item": "techreborn:pyrite_small_dust" - } - ], - "result": { - "item": "techreborn:pyrite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrope_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrope_dust.json deleted file mode 100644 index 6eb0ce116..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/pyrope_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:pyrope_small_dust" - }, - { - "item": "techreborn:pyrope_small_dust" - }, - { - "item": "techreborn:pyrope_small_dust" - }, - { - "item": "techreborn:pyrope_small_dust" - } - ], - "result": { - "item": "techreborn:pyrope_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/quartz_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/quartz_dust.json deleted file mode 100644 index 4bfe8158f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/quartz_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:quartz_small_dust" - }, - { - "item": "techreborn:quartz_small_dust" - }, - { - "item": "techreborn:quartz_small_dust" - }, - { - "item": "techreborn:quartz_small_dust" - } - ], - "result": { - "item": "techreborn:quartz_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/raw_tungsten.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/raw_tungsten.json deleted file mode 100644 index dc6f824fb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/raw_tungsten.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:tungsten_small_dust" - }, - { - "item": "techreborn:tungsten_small_dust" - }, - { - "item": "techreborn:tungsten_small_dust" - }, - { - "item": "techreborn:tungsten_small_dust" - } - ], - "result": { - "item": "techreborn:raw_tungsten" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/red_garnet_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/red_garnet_dust.json deleted file mode 100644 index b3ff1303a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/red_garnet_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:red_garnet_small_dust" - }, - { - "item": "techreborn:red_garnet_small_dust" - }, - { - "item": "techreborn:red_garnet_small_dust" - }, - { - "item": "techreborn:red_garnet_small_dust" - } - ], - "result": { - "item": "techreborn:red_garnet_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/redstone_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/redstone_dust.json deleted file mode 100644 index 75cec3ce8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/redstone_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:redstone_small_dust" - }, - { - "item": "techreborn:redstone_small_dust" - }, - { - "item": "techreborn:redstone_small_dust" - }, - { - "item": "techreborn:redstone_small_dust" - } - ], - "result": { - "item": "minecraft:redstone" - } -} diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ruby_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/ruby_dust.json deleted file mode 100644 index 8504a7da2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/ruby_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ruby_small_dust" - }, - { - "item": "techreborn:ruby_small_dust" - }, - { - "item": "techreborn:ruby_small_dust" - }, - { - "item": "techreborn:ruby_small_dust" - } - ], - "result": { - "item": "techreborn:ruby_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/saltpeter_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/saltpeter_dust.json deleted file mode 100644 index 275ea93fc..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/saltpeter_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:saltpeter_small_dust" - }, - { - "item": "techreborn:saltpeter_small_dust" - }, - { - "item": "techreborn:saltpeter_small_dust" - }, - { - "item": "techreborn:saltpeter_small_dust" - } - ], - "result": { - "item": "techreborn:saltpeter_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sapphire_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/sapphire_dust.json deleted file mode 100644 index 4685a16a7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sapphire_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sapphire_small_dust" - }, - { - "item": "techreborn:sapphire_small_dust" - }, - { - "item": "techreborn:sapphire_small_dust" - }, - { - "item": "techreborn:sapphire_small_dust" - } - ], - "result": { - "item": "techreborn:sapphire_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/saw_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/saw_dust.json deleted file mode 100644 index 3407ab066..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/saw_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:saw_small_dust" - }, - { - "item": "techreborn:saw_small_dust" - }, - { - "item": "techreborn:saw_small_dust" - }, - { - "item": "techreborn:saw_small_dust" - } - ], - "result": { - "item": "techreborn:saw_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sodalite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/sodalite_dust.json deleted file mode 100644 index 6b22b2772..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sodalite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sodalite_small_dust" - }, - { - "item": "techreborn:sodalite_small_dust" - }, - { - "item": "techreborn:sodalite_small_dust" - }, - { - "item": "techreborn:sodalite_small_dust" - } - ], - "result": { - "item": "techreborn:sodalite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/spessartine_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/spessartine_dust.json deleted file mode 100644 index 3a1fbf8e3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/spessartine_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:spessartine_small_dust" - }, - { - "item": "techreborn:spessartine_small_dust" - }, - { - "item": "techreborn:spessartine_small_dust" - }, - { - "item": "techreborn:spessartine_small_dust" - } - ], - "result": { - "item": "techreborn:spessartine_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sphalerite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/sphalerite_dust.json deleted file mode 100644 index 5b3cd863f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sphalerite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sphalerite_small_dust" - }, - { - "item": "techreborn:sphalerite_small_dust" - }, - { - "item": "techreborn:sphalerite_small_dust" - }, - { - "item": "techreborn:sphalerite_small_dust" - } - ], - "result": { - "item": "techreborn:sphalerite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/steel_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/steel_dust.json deleted file mode 100644 index 2a95d6547..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/steel_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:steel_small_dust" - }, - { - "item": "techreborn:steel_small_dust" - }, - { - "item": "techreborn:steel_small_dust" - }, - { - "item": "techreborn:steel_small_dust" - } - ], - "result": { - "item": "techreborn:steel_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sulfur_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/sulfur_dust.json deleted file mode 100644 index 58dfc0df5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/sulfur_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sulfur_small_dust" - }, - { - "item": "techreborn:sulfur_small_dust" - }, - { - "item": "techreborn:sulfur_small_dust" - }, - { - "item": "techreborn:sulfur_small_dust" - } - ], - "result": { - "item": "techreborn:sulfur_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/titanium_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/titanium_dust.json deleted file mode 100644 index e4373336e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/titanium_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:titanium_small_dust" - }, - { - "item": "techreborn:titanium_small_dust" - }, - { - "item": "techreborn:titanium_small_dust" - }, - { - "item": "techreborn:titanium_small_dust" - } - ], - "result": { - "item": "techreborn:titanium_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/uvarovite_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/uvarovite_dust.json deleted file mode 100644 index b3be08487..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/uvarovite_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:uvarovite_small_dust" - }, - { - "item": "techreborn:uvarovite_small_dust" - }, - { - "item": "techreborn:uvarovite_small_dust" - }, - { - "item": "techreborn:uvarovite_small_dust" - } - ], - "result": { - "item": "techreborn:uvarovite_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/yellow_garnet_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/yellow_garnet_dust.json deleted file mode 100644 index d84d129de..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/yellow_garnet_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:yellow_garnet_small_dust" - }, - { - "item": "techreborn:yellow_garnet_small_dust" - }, - { - "item": "techreborn:yellow_garnet_small_dust" - }, - { - "item": "techreborn:yellow_garnet_small_dust" - } - ], - "result": { - "item": "techreborn:yellow_garnet_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/zinc_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/zinc_dust.json deleted file mode 100644 index d13d7bdf0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/zinc_dust.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:zinc_small_dust" - }, - { - "item": "techreborn:zinc_small_dust" - }, - { - "item": "techreborn:zinc_small_dust" - }, - { - "item": "techreborn:zinc_small_dust" - } - ], - "result": { - "item": "techreborn:zinc_dust" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/diamond_gem_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/diamond_gem_from_nugget.json deleted file mode 100644 index d647a9896..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/diamond_gem_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:diamond_nugget" - } - }, - "result": { - "item": "minecraft:diamond" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/emerald_gem_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/emerald_gem_from_nugget.json deleted file mode 100644 index 83a277ef0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/emerald_gem_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:emerald_nugget" - } - }, - "result": { - "item": "minecraft:emerald" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/peridot_gem_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/peridot_gem_from_storage_block.json deleted file mode 100644 index d3fd42623..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/peridot_gem_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:peridot_blocks" - } - ], - "result": { - "item": "techreborn:peridot_gem", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/red_garnet_gem_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/red_garnet_gem_from_storage_block.json deleted file mode 100644 index 76b81e43e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/red_garnet_gem_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:red_garnet_blocks" - } - ], - "result": { - "item": "techreborn:red_garnet_gem", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/ruby_gem_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/ruby_gem_from_storage_block.json deleted file mode 100644 index 36dc46a5d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/ruby_gem_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:ruby_blocks" - } - ], - "result": { - "item": "techreborn:ruby_gem", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/sapphire_gem_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/sapphire_gem_from_storage_block.json deleted file mode 100644 index b68dc62be..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/sapphire_gem_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:sapphire_blocks" - } - ], - "result": { - "item": "techreborn:sapphire_gem", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem/yellow_garnet_gem_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem/yellow_garnet_gem_from_storage_block.json deleted file mode 100644 index 006920f59..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem/yellow_garnet_gem_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:yellow_garnet_blocks" - } - ], - "result": { - "item": "techreborn:yellow_garnet_gem", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_axe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_axe.json deleted file mode 100644 index b524c2f86..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_axe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_axe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_boots.json deleted file mode 100644 index f57a3a9a2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_chestplate.json deleted file mode 100644 index 64d797626..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_helmet.json deleted file mode 100644 index 21fbccd4d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_hoe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_hoe.json deleted file mode 100644 index 99fe43769..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_hoe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_hoe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_leggings.json deleted file mode 100644 index e16b6320b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_pickaxe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_pickaxe.json deleted file mode 100644 index 20f237641..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_pickaxe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_pickaxe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_spade.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_spade.json deleted file mode 100644 index 37b60d8c7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_spade.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_spade" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_sword.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_sword.json deleted file mode 100644 index cbca4d83b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/bronze_sword.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_sword" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_axe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_axe.json deleted file mode 100644 index 838b1d68a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_axe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_axe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_boots.json deleted file mode 100644 index a46c5458c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_chestplate.json deleted file mode 100644 index d1af82ecf..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_helmet.json deleted file mode 100644 index 4408f6912..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_hoe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_hoe.json deleted file mode 100644 index b90181367..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_hoe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_hoe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_leggings.json deleted file mode 100644 index 1494cd408..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_pickaxe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_pickaxe.json deleted file mode 100644 index 94186439b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_pickaxe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_pickaxe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_spade.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_spade.json deleted file mode 100644 index 173a9f31c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_spade.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_spade" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_sword.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_sword.json deleted file mode 100644 index ed4013c95..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/peridot_sword.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_sword" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_axe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_axe.json deleted file mode 100644 index 7e4a1fec4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_axe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_axe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_boots.json deleted file mode 100644 index f4b71fda9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_chestplate.json deleted file mode 100644 index bca626dac..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_helmet.json deleted file mode 100644 index 0ce4f5a7c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_hoe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_hoe.json deleted file mode 100644 index f75c861c4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_hoe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_hoe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_leggings.json deleted file mode 100644 index fcb155c32..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_pickaxe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_pickaxe.json deleted file mode 100644 index 1a39cf38b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_pickaxe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_pickaxe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_spade.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_spade.json deleted file mode 100644 index 5d940fea4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_spade.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_spade" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_sword.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_sword.json deleted file mode 100644 index 189c9c60e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/ruby_sword.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_sword" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_axe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_axe.json deleted file mode 100644 index 55f364fe6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_axe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_axe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_boots.json deleted file mode 100644 index e4a54156c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_chestplate.json deleted file mode 100644 index d8aea8ab2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_helmet.json deleted file mode 100644 index 01a4acc5b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_hoe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_hoe.json deleted file mode 100644 index 919a59f1e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_hoe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_hoe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_leggings.json deleted file mode 100644 index f4868d70c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_pickaxe.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_pickaxe.json deleted file mode 100644 index e53fb3a92..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_pickaxe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_pickaxe" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_spade.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_spade.json deleted file mode 100644 index 39b3a47ab..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_spade.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_spade" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_sword.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_sword.json deleted file mode 100644 index 164ada86c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/sapphire_sword.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_sword" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_boots.json deleted file mode 100644 index 6316ff034..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:silver_ingot" - } - }, - "result": { - "item": "techreborn:silver_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_chestplate.json deleted file mode 100644 index f8b68c4a3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "techreborn:silver_ingot" - } - }, - "result": { - "item": "techreborn:silver_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_helmet.json deleted file mode 100644 index 89ba0b229..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "techreborn:silver_ingot" - } - }, - "result": { - "item": "techreborn:silver_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_leggings.json deleted file mode 100644 index a713f2882..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/silver_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:silver_ingot" - } - }, - "result": { - "item": "techreborn:silver_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_boots.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_boots.json deleted file mode 100644 index 8b012b3db..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_boots.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:steel_ingot" - } - }, - "result": { - "item": "techreborn:steel_boots" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_chestplate.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_chestplate.json deleted file mode 100644 index 4671c0c40..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_chestplate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "techreborn:steel_ingot" - } - }, - "result": { - "item": "techreborn:steel_chestplate" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_helmet.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_helmet.json deleted file mode 100644 index bee96ac62..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "techreborn:steel_ingot" - } - }, - "result": { - "item": "techreborn:steel_helmet" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_leggings.json b/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_leggings.json deleted file mode 100644 index 1e585249a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/gem_armor_tools/steel_leggings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "techreborn:steel_ingot" - } - }, - "result": { - "item": "techreborn:steel_leggings" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_block.json deleted file mode 100644 index a3560f702..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:aluminum_blocks" - } - ], - "result": { - "item": "techreborn:aluminum_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_nugget.json deleted file mode 100644 index 0c31792b4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/aluminum_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:aluminum_nuggets" - } - }, - "result": { - "item": "techreborn:aluminum_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_block.json deleted file mode 100644 index b9f3aeaf2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:brass_blocks" - } - ], - "result": { - "item": "techreborn:brass_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_nugget.json deleted file mode 100644 index cd22095be..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/brass_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:brass_nuggets" - } - }, - "result": { - "item": "techreborn:brass_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_block.json deleted file mode 100644 index 9cd808048..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:bronze_blocks" - } - ], - "result": { - "item": "techreborn:bronze_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_nugget.json deleted file mode 100644 index 1803eb06f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/bronze_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:bronze_nugget" - } - }, - "result": { - "item": "techreborn:bronze_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_block.json deleted file mode 100644 index 17afd1374..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:chrome_blocks" - } - ], - "result": { - "item": "techreborn:chrome_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_nugget.json deleted file mode 100644 index 53dbb8c26..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/chrome_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:chrome_nugget" - } - }, - "result": { - "item": "techreborn:chrome_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/copper_nugget_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/copper_nugget_from_nugget.json deleted file mode 100644 index f1056ce80..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/copper_nugget_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:copper_nuggets" - } - }, - "result": { - "item": "minecraft:copper_ingot" - } -} diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_block.json deleted file mode 100644 index 1c3c87fac..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:electrum_blocks" - } - ], - "result": { - "item": "techreborn:electrum_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_nugget.json deleted file mode 100644 index 1c1aabb3e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/electrum_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:electrum_nuggets" - } - }, - "result": { - "item": "techreborn:electrum_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/hot_tungstensteel_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/hot_tungstensteel_ingot_from_nugget.json deleted file mode 100644 index 929cd7612..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/hot_tungstensteel_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:hot_tungstensteel_nugget" - } - }, - "result": { - "item": "techreborn:hot_tungstensteel_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_block.json deleted file mode 100644 index 81301666b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:invar_blocks" - } - ], - "result": { - "item": "techreborn:invar_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_nugget.json deleted file mode 100644 index 1b178c738..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/invar_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:invar_nugget" - } - }, - "result": { - "item": "techreborn:invar_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_ingot_from_block.json deleted file mode 100644 index 3387605ee..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:iridium_blocks" - } - ], - "result": { - "item": "techreborn:iridium_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_nugget_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_nugget_from_nugget.json deleted file mode 100644 index 321bf654b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/iridium_nugget_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:iridium_nuggets" - } - }, - "result": { - "item": "techreborn:iridium_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_block.json deleted file mode 100644 index a516f22c7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:lead_blocks" - } - ], - "result": { - "item": "techreborn:lead_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_nugget.json deleted file mode 100644 index b458debe3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/lead_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:lead_nuggets" - } - }, - "result": { - "item": "techreborn:lead_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_ingot_from_block.json deleted file mode 100644 index 30c23d0ec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:nickel_blocks" - } - ], - "result": { - "item": "techreborn:nickel_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_nugget_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_nugget_from_nugget.json deleted file mode 100644 index d938f22e8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/nickel_nugget_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:nickel_nuggets" - } - }, - "result": { - "item": "techreborn:nickel_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_block.json deleted file mode 100644 index 9130e4d79..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:platinum_blocks" - } - ], - "result": { - "item": "techreborn:platinum_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_nugget.json deleted file mode 100644 index 1513dfb13..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/platinum_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:platinum_nuggets" - } - }, - "result": { - "item": "techreborn:platinum_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_nugget.json deleted file mode 100644 index 40eeaa5f2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:refined_iron_nugget" - } - }, - "result": { - "item": "techreborn:refined_iron_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_storage_block.json deleted file mode 100644 index f15ce3a28..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/refined_iron_ingot_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:refined_iron_blocks" - } - ], - "result": { - "item": "techreborn:refined_iron_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_block.json deleted file mode 100644 index aae6c2a36..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:silver_blocks" - } - ], - "result": { - "item": "techreborn:silver_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_nugget.json deleted file mode 100644 index 1b77212b5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/silver_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:silver_nuggets" - } - }, - "result": { - "item": "techreborn:silver_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_block.json deleted file mode 100644 index 6ae7d0ac6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:steel_blocks" - } - ], - "result": { - "item": "techreborn:steel_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_nugget.json deleted file mode 100644 index bdc73fcd8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/steel_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:steel_nuggets" - } - }, - "result": { - "item": "techreborn:steel_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_nugget.json deleted file mode 100644 index e7f0844a7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:tin_nuggets" - } - }, - "result": { - "item": "techreborn:tin_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_storage_block.json deleted file mode 100644 index 99b94a302..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tin_ingot_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:tin_blocks" - } - ], - "result": { - "item": "techreborn:tin_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_block.json deleted file mode 100644 index 3fc01a4ef..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:titanium_blocks" - } - ], - "result": { - "item": "techreborn:titanium_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_nugget.json deleted file mode 100644 index 4f6154629..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/titanium_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:titanium_nuggets" - } - }, - "result": { - "item": "techreborn:titanium_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_block.json deleted file mode 100644 index 3cb6b692d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:tungsten_blocks" - } - ], - "result": { - "item": "techreborn:tungsten_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_nugget.json deleted file mode 100644 index 594d3049a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungsten_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:tungsten_nuggets" - } - }, - "result": { - "item": "techreborn:tungsten_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_nugget.json deleted file mode 100644 index 1ddcc2700..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "item": "techreborn:tungstensteel_nugget" - } - }, - "result": { - "item": "techreborn:tungstensteel_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_storage_block.json deleted file mode 100644 index 9c066ba2d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/tungstensteel_ingot_from_storage_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:tungstensteel_blocks" - } - ], - "result": { - "item": "techreborn:tungstensteel_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_block.json deleted file mode 100644 index bf3f1664e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:zinc_blocks" - } - ], - "result": { - "item": "techreborn:zinc_ingot", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_nugget.json deleted file mode 100644 index e75d273ec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/ingot/zinc_ingot_from_nugget.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "NNN", - "NNN", - "NNN" - ], - "key": { - "N": { - "tag": "c:zinc_nuggets" - } - }, - "result": { - "item": "techreborn:zinc_ingot" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/aluminum_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/aluminum_nugget.json deleted file mode 100644 index 733bbaa50..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/aluminum_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:aluminum_ingots" - } - ], - "result": { - "item": "techreborn:aluminum_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/brass_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/brass_nugget.json deleted file mode 100644 index 350ef341e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/brass_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:brass_ingots" - } - ], - "result": { - "item": "techreborn:brass_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/bronze_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/bronze_nugget.json deleted file mode 100644 index 144c9a81d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/bronze_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:bronze_ingots" - } - ], - "result": { - "item": "techreborn:bronze_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/chrome_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/chrome_nugget.json deleted file mode 100644 index ce8f249a0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/chrome_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:chrome_ingot" - } - ], - "result": { - "item": "techreborn:chrome_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/copper_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/copper_nugget.json deleted file mode 100644 index 02668390a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/copper_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:copper_ingot" - } - ], - "result": { - "item": "techreborn:copper_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/diamond_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/diamond_nugget.json deleted file mode 100644 index 713399f09..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/diamond_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:diamond" - } - ], - "result": { - "item": "techreborn:diamond_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/electrum_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/electrum_nugget.json deleted file mode 100644 index 67e5c2ba3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/electrum_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:electrum_ingots" - } - ], - "result": { - "item": "techreborn:electrum_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/emerald_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/emerald_nugget.json deleted file mode 100644 index a9386e8b2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/emerald_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:emerald" - } - ], - "result": { - "item": "techreborn:emerald_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/hot_tungstensteel_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/hot_tungstensteel_nugget.json deleted file mode 100644 index 88eec3970..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/hot_tungstensteel_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:hot_tungstensteel_ingot" - } - ], - "result": { - "item": "techreborn:hot_tungstensteel_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/invar_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/invar_nugget.json deleted file mode 100644 index 21dc801db..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/invar_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:invar_ingot" - } - ], - "result": { - "item": "techreborn:invar_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/iridium_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/iridium_nugget.json deleted file mode 100644 index 4ab7921db..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/iridium_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:iridium_ingots" - } - ], - "result": { - "item": "techreborn:iridium_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/lead_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/lead_nugget.json deleted file mode 100644 index a1e629607..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/lead_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:lead_ingots" - } - ], - "result": { - "item": "techreborn:lead_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/nickel_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/nickel_nugget.json deleted file mode 100644 index 013a0ac6d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/nickel_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:nickel_ingots" - } - ], - "result": { - "item": "techreborn:nickel_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/platinum_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/platinum_nugget.json deleted file mode 100644 index b92cbfec9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/platinum_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:platinum_ingots" - } - ], - "result": { - "item": "techreborn:platinum_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/refined_iron_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/refined_iron_nugget.json deleted file mode 100644 index b447a0e4f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/refined_iron_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:refined_iron_ingot" - } - ], - "result": { - "item": "techreborn:refined_iron_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/silver_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/silver_nugget.json deleted file mode 100644 index 5cbc3bae7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/silver_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:silver_ingots" - } - ], - "result": { - "item": "techreborn:silver_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/steel_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/steel_nugget.json deleted file mode 100644 index c5441bc83..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/steel_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:steel_ingots" - } - ], - "result": { - "item": "techreborn:steel_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tin_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tin_nugget.json deleted file mode 100644 index 8b3286a04..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tin_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:tin_ingots" - } - ], - "result": { - "item": "techreborn:tin_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/titanium_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/titanium_nugget.json deleted file mode 100644 index d1698c253..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/titanium_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:titanium_ingots" - } - ], - "result": { - "item": "techreborn:titanium_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungsten_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungsten_nugget.json deleted file mode 100644 index 7184581fb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungsten_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:tungsten_ingots" - } - ], - "result": { - "item": "techreborn:tungsten_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungstensteel_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungstensteel_nugget.json deleted file mode 100644 index ab82d4128..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/tungstensteel_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:tungstensteel_ingot" - } - ], - "result": { - "item": "techreborn:tungstensteel_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/zinc_nugget.json b/src/main/resources/data/techreborn/recipes/crafting_table/nugget/zinc_nugget.json deleted file mode 100644 index 10aa8a983..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/nugget/zinc_nugget.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:zinc_ingots" - } - ], - "result": { - "item": "techreborn:zinc_nugget", - "count": 9 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/almandine_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/almandine_small_dust.json deleted file mode 100644 index b265ac4a1..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/almandine_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:almandine_dust" - } - ], - "result": { - "item": "techreborn:almandine_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andesite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andesite_small_dust.json deleted file mode 100644 index 08db4f8e8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andesite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:andesite_dust" - } - ], - "result": { - "item": "techreborn:andesite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andradite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andradite_small_dust.json deleted file mode 100644 index 97e4c9669..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/andradite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:andradite_dust" - } - ], - "result": { - "item": "techreborn:andradite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ashes_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ashes_small_dust.json deleted file mode 100644 index 761aab035..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ashes_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ashes_dust" - } - ], - "result": { - "item": "techreborn:ashes_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/basalt_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/basalt_small_dust.json deleted file mode 100644 index dfee70e54..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/basalt_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:basalt_dust" - } - ], - "result": { - "item": "techreborn:basalt_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/bauxite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/bauxite_small_dust.json deleted file mode 100644 index b56037088..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/bauxite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:bauxite_dust" - } - ], - "result": { - "item": "techreborn:bauxite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/calcite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/calcite_small_dust.json deleted file mode 100644 index 6eb620a48..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/calcite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:calcite_dust" - } - ], - "result": { - "item": "techreborn:calcite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/charcoal_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/charcoal_small_dust.json deleted file mode 100644 index 601c248e8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/charcoal_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:charcoal_dust" - } - ], - "result": { - "item": "techreborn:charcoal_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/chrome_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/chrome_small_dust.json deleted file mode 100644 index b45de88ba..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/chrome_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:chrome_dust" - } - ], - "result": { - "item": "techreborn:chrome_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/cinnabar_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/cinnabar_small_dust.json deleted file mode 100644 index 4240f64c9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/cinnabar_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:cinnabar_dust" - } - ], - "result": { - "item": "techreborn:cinnabar_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/clay_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/clay_small_dust.json deleted file mode 100644 index 169d5c4be..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/clay_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:clay_dust" - } - ], - "result": { - "item": "techreborn:clay_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/coal_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/coal_small_dust.json deleted file mode 100644 index e5117ed38..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/coal_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:coal_dust" - } - ], - "result": { - "item": "techreborn:coal_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/dark_ashes_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/dark_ashes_small_dust.json deleted file mode 100644 index 83052af6f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/dark_ashes_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:dark_ashes_dust" - } - ], - "result": { - "item": "techreborn:dark_ashes_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diamond_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diamond_small_dust.json deleted file mode 100644 index d12eb5b58..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diamond_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:diamond_dusts" - } - ], - "result": { - "item": "techreborn:diamond_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diorite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diorite_small_dust.json deleted file mode 100644 index 3eff1bd08..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/diorite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:diorite_dust" - } - ], - "result": { - "item": "techreborn:diorite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/electrum_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/electrum_small_dust.json deleted file mode 100644 index 5339d8c27..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/electrum_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:electrum_dusts" - } - ], - "result": { - "item": "techreborn:electrum_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/emerald_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/emerald_small_dust.json deleted file mode 100644 index cad9795f3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/emerald_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:emerald_dust" - } - ], - "result": { - "item": "techreborn:emerald_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_eye_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_eye_small_dust.json deleted file mode 100644 index e8ad45f56..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_eye_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ender_eye_dust" - } - ], - "result": { - "item": "techreborn:ender_eye_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_pearl_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_pearl_small_dust.json deleted file mode 100644 index 11c2d6ee5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ender_pearl_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:ender_pearl_dust" - } - ], - "result": { - "item": "techreborn:ender_pearl_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/endstone_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/endstone_small_dust.json deleted file mode 100644 index d49314a38..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/endstone_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:endstone_dust" - } - ], - "result": { - "item": "techreborn:endstone_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/flint_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/flint_small_dust.json deleted file mode 100644 index a85700e96..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/flint_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:flint_dust" - } - ], - "result": { - "item": "techreborn:flint_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/galena_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/galena_small_dust.json deleted file mode 100644 index c7f378452..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/galena_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:galena_dust" - } - ], - "result": { - "item": "techreborn:galena_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/glowstone_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/glowstone_small_dust.json deleted file mode 100644 index 30e5f87d8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/glowstone_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:glowstone_dust" - } - ], - "result": { - "item": "techreborn:glowstone_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/granite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/granite_small_dust.json deleted file mode 100644 index 697b7e2af..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/granite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:granite_dust" - } - ], - "result": { - "item": "techreborn:granite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/grossular_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/grossular_small_dust.json deleted file mode 100644 index f0553a0f1..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/grossular_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:grossular_dust" - } - ], - "result": { - "item": "techreborn:grossular_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/invar_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/invar_small_dust.json deleted file mode 100644 index 4e4385de9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/invar_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:invar_dust" - } - ], - "result": { - "item": "techreborn:invar_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/lazurite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/lazurite_small_dust.json deleted file mode 100644 index 4efa38345..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/lazurite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:lazurite_dust" - } - ], - "result": { - "item": "techreborn:lazurite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/magnesium_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/magnesium_small_dust.json deleted file mode 100644 index e5426cc2f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/magnesium_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:magnesium_dust" - } - ], - "result": { - "item": "techreborn:magnesium_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/manganese_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/manganese_small_dust.json deleted file mode 100644 index a95794aa2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/manganese_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:manganese_dust" - } - ], - "result": { - "item": "techreborn:manganese_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/marble_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/marble_small_dust.json deleted file mode 100644 index 072b0cb3c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/marble_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:marble_dust" - } - ], - "result": { - "item": "techreborn:marble_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/netherrack_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/netherrack_small_dust.json deleted file mode 100644 index 1a1dde4f9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/netherrack_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:netherrack_dust" - } - ], - "result": { - "item": "techreborn:netherrack_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/nickel_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/nickel_small_dust.json deleted file mode 100644 index cf9f0d974..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/nickel_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:nickel_dust" - } - ], - "result": { - "item": "techreborn:nickel_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/obsidian_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/obsidian_small_dust.json deleted file mode 100644 index 34b444c7a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/obsidian_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:obsidian_dust" - } - ], - "result": { - "item": "techreborn:obsidian_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/olivine_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/olivine_small_dust.json deleted file mode 100644 index 3f2d6d46d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/olivine_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:olivine_dust" - } - ], - "result": { - "item": "techreborn:olivine_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/peridot_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/peridot_small_dust.json deleted file mode 100644 index 3b5cac939..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/peridot_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:peridot_dusts" - } - ], - "result": { - "item": "techreborn:peridot_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/phosphorous_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/phosphorous_small_dust.json deleted file mode 100644 index a4e2f4179..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/phosphorous_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:phosphorous_dust" - } - ], - "result": { - "item": "techreborn:phosphorous_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/platinum_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/platinum_small_dust.json deleted file mode 100644 index 4a92ad5ce..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/platinum_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:platinum_dusts" - } - ], - "result": { - "item": "techreborn:platinum_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrite_small_dust.json deleted file mode 100644 index 32aa4f461..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:pyrite_dust" - } - ], - "result": { - "item": "techreborn:pyrite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrope_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrope_small_dust.json deleted file mode 100644 index 46326282c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/pyrope_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:pyrope_dust" - } - ], - "result": { - "item": "techreborn:pyrope_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/quartz_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/quartz_small_dust.json deleted file mode 100644 index b990d5f57..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/quartz_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:quartz_dust" - } - ], - "result": { - "item": "techreborn:quartz_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/red_garnet_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/red_garnet_small_dust.json deleted file mode 100644 index 72e5cb770..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/red_garnet_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:red_garnet_dust" - } - ], - "result": { - "item": "techreborn:red_garnet_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/redstone_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/redstone_small_dust.json deleted file mode 100644 index 44e30ecb6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/redstone_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:redstone" - } - ], - "result": { - "item": "techreborn:redstone_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ruby_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ruby_small_dust.json deleted file mode 100644 index 0c03cbd59..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/ruby_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:ruby_dusts" - } - ], - "result": { - "item": "techreborn:ruby_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saltpeter_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saltpeter_small_dust.json deleted file mode 100644 index 3a09dc6a0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saltpeter_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:saltpeter_dust" - } - ], - "result": { - "item": "techreborn:saltpeter_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sapphire_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sapphire_small_dust.json deleted file mode 100644 index 02a1b74c9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sapphire_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:sapphire_dusts" - } - ], - "result": { - "item": "techreborn:sapphire_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saw_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saw_small_dust.json deleted file mode 100644 index 1680703c0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/saw_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:saw_dust" - } - ], - "result": { - "item": "techreborn:saw_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sodalite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sodalite_small_dust.json deleted file mode 100644 index 0df7fa40e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sodalite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sodalite_dust" - } - ], - "result": { - "item": "techreborn:sodalite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/spessartine_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/spessartine_small_dust.json deleted file mode 100644 index 20b3b6f99..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/spessartine_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:spessartine_dust" - } - ], - "result": { - "item": "techreborn:spessartine_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sphalerite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sphalerite_small_dust.json deleted file mode 100644 index 7afe15ce5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sphalerite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sphalerite_dust" - } - ], - "result": { - "item": "techreborn:sphalerite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/steel_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/steel_small_dust.json deleted file mode 100644 index 7a34414b5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/steel_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:steel_dusts" - } - ], - "result": { - "item": "techreborn:steel_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sulfur_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sulfur_small_dust.json deleted file mode 100644 index a78805f83..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/sulfur_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:sulfur_dust" - } - ], - "result": { - "item": "techreborn:sulfur_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/titanium_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/titanium_small_dust.json deleted file mode 100644 index fcb2e356f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/titanium_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:titanium_dusts" - } - ], - "result": { - "item": "techreborn:titanium_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/tungsten_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/tungsten_small_dust.json deleted file mode 100644 index 773c60c88..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/tungsten_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:raw_tungsten" - } - ], - "result": { - "item": "techreborn:tungsten_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/uvarovite_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/uvarovite_small_dust.json deleted file mode 100644 index e924aee25..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/uvarovite_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:uvarovite_dust" - } - ], - "result": { - "item": "techreborn:uvarovite_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/yellow_garnet_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/yellow_garnet_small_dust.json deleted file mode 100644 index 2efdd20b4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/yellow_garnet_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:yellow_garnet_dust" - } - ], - "result": { - "item": "techreborn:yellow_garnet_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/zinc_small_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/zinc_small_dust.json deleted file mode 100644 index dc995bf1e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/small_dust/zinc_small_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "tag": "c:zinc_dusts" - } - ], - "result": { - "item": "techreborn:zinc_small_dust", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block.json deleted file mode 100644 index fec1c55e9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:aluminum_ingots" - } - }, - "result": { - "item": "techreborn:aluminum_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab.json deleted file mode 100644 index 898a2c6eb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:aluminum_storage_block" - } - }, - "result": { - "item": "techreborn:aluminum_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab_stonecutting.json deleted file mode 100644 index 20a5d23be..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:aluminum_storage_block" - }, - "result": "techreborn:aluminum_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair.json deleted file mode 100644 index f6cfb54a4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:aluminum_storage_block" - } - }, - "result": { - "item": "techreborn:aluminum_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair_stonecutting.json deleted file mode 100644 index bf521342d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:aluminum_storage_block" - }, - "result": "techreborn:aluminum_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall.json deleted file mode 100644 index c1cc499f1..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:aluminum_storage_block" - } - }, - "result": { - "item": "techreborn:aluminum_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall_stonecutting.json deleted file mode 100644 index 3a2138386..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/aluminum_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:aluminum_storage_block" - }, - "result": "techreborn:aluminum_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block.json deleted file mode 100644 index 4eec0cf27..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:brass_ingots" - } - }, - "result": { - "item": "techreborn:brass_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab.json deleted file mode 100644 index 447cbc75f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:brass_storage_block" - } - }, - "result": { - "item": "techreborn:brass_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab_stonecutting.json deleted file mode 100644 index 31a6fc5cb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:brass_storage_block" - }, - "result": "techreborn:brass_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair.json deleted file mode 100644 index 07c0f63ee..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:brass_storage_block" - } - }, - "result": { - "item": "techreborn:brass_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair_stonecutting.json deleted file mode 100644 index 586f967d9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:brass_storage_block" - }, - "result": "techreborn:brass_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall.json deleted file mode 100644 index 9a3478444..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:brass_storage_block" - } - }, - "result": { - "item": "techreborn:brass_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall_stonecutting.json deleted file mode 100644 index fd1c31af0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/brass_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:brass_storage_block" - }, - "result": "techreborn:brass_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block.json deleted file mode 100644 index 4e4d67508..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:bronze_ingots" - } - }, - "result": { - "item": "techreborn:bronze_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab.json deleted file mode 100644 index 22846ee29..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:bronze_storage_block" - } - }, - "result": { - "item": "techreborn:bronze_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab_stonecutting.json deleted file mode 100644 index 484c276b3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:bronze_storage_block" - }, - "result": "techreborn:bronze_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair.json deleted file mode 100644 index 1f35a5c21..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:bronze_storage_block" - } - }, - "result": { - "item": "techreborn:bronze_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair_stonecutting.json deleted file mode 100644 index 0b40afbb8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:bronze_storage_block" - }, - "result": "techreborn:bronze_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall.json deleted file mode 100644 index ea97c3c88..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:bronze_storage_block" - } - }, - "result": { - "item": "techreborn:bronze_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall_stonecutting.json deleted file mode 100644 index 2bd8f8123..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/bronze_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:bronze_storage_block" - }, - "result": "techreborn:bronze_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block.json deleted file mode 100644 index addc55bfc..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:chrome_ingot" - } - }, - "result": { - "item": "techreborn:chrome_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab.json deleted file mode 100644 index 87f29c247..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:chrome_storage_block" - } - }, - "result": { - "item": "techreborn:chrome_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab_stonecutting.json deleted file mode 100644 index a0f890452..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:chrome_storage_block" - }, - "result": "techreborn:chrome_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair.json deleted file mode 100644 index 6f31f8261..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:chrome_storage_block" - } - }, - "result": { - "item": "techreborn:chrome_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair_stonecutting.json deleted file mode 100644 index c90ec1155..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:chrome_storage_block" - }, - "result": "techreborn:chrome_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall.json deleted file mode 100644 index db02b08cc..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:chrome_storage_block" - } - }, - "result": { - "item": "techreborn:chrome_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall_stonecutting.json deleted file mode 100644 index 33fed89a9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/chrome_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:chrome_storage_block" - }, - "result": "techreborn:chrome_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block.json deleted file mode 100644 index ad752d414..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:electrum_ingots" - } - }, - "result": { - "item": "techreborn:electrum_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab.json deleted file mode 100644 index 473db5774..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:electrum_storage_block" - } - }, - "result": { - "item": "techreborn:electrum_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab_stonecutting.json deleted file mode 100644 index 5eecc3968..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:electrum_storage_block" - }, - "result": "techreborn:electrum_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair.json deleted file mode 100644 index 935482d4d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:electrum_storage_block" - } - }, - "result": { - "item": "techreborn:electrum_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair_stonecutting.json deleted file mode 100644 index 460ede9b7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:electrum_storage_block" - }, - "result": "techreborn:electrum_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall.json deleted file mode 100644 index 1ecd635d5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:electrum_storage_block" - } - }, - "result": { - "item": "techreborn:electrum_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall_stonecutting.json deleted file mode 100644 index 30c2a1060..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/electrum_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:electrum_storage_block" - }, - "result": "techreborn:electrum_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block.json deleted file mode 100644 index 83f61d248..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:invar_ingot" - } - }, - "result": { - "item": "techreborn:invar_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab.json deleted file mode 100644 index ad5a7b926..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:invar_storage_block" - } - }, - "result": { - "item": "techreborn:invar_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab_stonecutting.json deleted file mode 100644 index e4255bf10..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:invar_storage_block" - }, - "result": "techreborn:invar_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair.json deleted file mode 100644 index 5d81e9d70..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:invar_storage_block" - } - }, - "result": { - "item": "techreborn:invar_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair_stonecutting.json deleted file mode 100644 index d66ae6078..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:invar_storage_block" - }, - "result": "techreborn:invar_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall.json deleted file mode 100644 index 55e040f10..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:invar_storage_block" - } - }, - "result": { - "item": "techreborn:invar_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall_stonecutting.json deleted file mode 100644 index d334d4b78..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/invar_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:invar_storage_block" - }, - "result": "techreborn:invar_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block.json index af5b13c17..4d4bd7537 100644 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block.json +++ b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block.json @@ -1,14 +1,14 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:stone" - }, - { - "item": "techreborn:iridium_alloy_plate" - } - ], - "result": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - } +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stone" + }, + { + "item": "techreborn:iridium_alloy_plate" + } + ], + "result": { + "item": "techreborn:iridium_reinforced_stone_storage_block" + } } \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab.json deleted file mode 100644 index 8470b936e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_stone_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab_stonecutting.json deleted file mode 100644 index abeaf8d72..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - }, - "result": "techreborn:iridium_reinforced_stone_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair.json deleted file mode 100644 index e580b941e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_stone_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair_stonecutting.json deleted file mode 100644 index 3626b232f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - }, - "result": "techreborn:iridium_reinforced_stone_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall.json deleted file mode 100644 index 63181e1a5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_stone_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall_stonecutting.json deleted file mode 100644 index bc57d745b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_stone_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_stone_storage_block" - }, - "result": "techreborn:iridium_reinforced_stone_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab.json deleted file mode 100644 index 5113e08fd..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab_stonecutting.json deleted file mode 100644 index 0a9111faa..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - }, - "result": "techreborn:iridium_reinforced_tungstensteel_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair.json deleted file mode 100644 index e6bcff02b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair_stonecutting.json deleted file mode 100644 index 364ceeada..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - }, - "result": "techreborn:iridium_reinforced_tungstensteel_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall.json deleted file mode 100644 index c0dbef86b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall_stonecutting.json deleted file mode 100644 index 5888e963e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_reinforced_tungstensteel_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_reinforced_tungstensteel_storage_block" - }, - "result": "techreborn:iridium_reinforced_tungstensteel_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block.json deleted file mode 100644 index efdfdf5fa..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:iridium_ingots" - } - }, - "result": { - "item": "techreborn:iridium_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab.json deleted file mode 100644 index 47f686f1a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab_stonecutting.json deleted file mode 100644 index 8bd38add8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_storage_block" - }, - "result": "techreborn:iridium_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair.json deleted file mode 100644 index 8314432d4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair_stonecutting.json deleted file mode 100644 index 0f00e1444..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_storage_block" - }, - "result": "techreborn:iridium_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall.json deleted file mode 100644 index b365fb4cf..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:iridium_storage_block" - } - }, - "result": { - "item": "techreborn:iridium_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall_stonecutting.json deleted file mode 100644 index 00f26122e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/iridium_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:iridium_storage_block" - }, - "result": "techreborn:iridium_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block.json deleted file mode 100644 index 6f32940cf..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:lead_ingots" - } - }, - "result": { - "item": "techreborn:lead_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab.json deleted file mode 100644 index 3badbaba5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:lead_storage_block" - } - }, - "result": { - "item": "techreborn:lead_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab_stonecutting.json deleted file mode 100644 index ad13cca83..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:lead_storage_block" - }, - "result": "techreborn:lead_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair.json deleted file mode 100644 index b709d703d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:lead_storage_block" - } - }, - "result": { - "item": "techreborn:lead_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair_stonecutting.json deleted file mode 100644 index 7a7200fb1..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:lead_storage_block" - }, - "result": "techreborn:lead_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall.json deleted file mode 100644 index cd670ba59..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:lead_storage_block" - } - }, - "result": { - "item": "techreborn:lead_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall_stonecutting.json deleted file mode 100644 index 6aceea066..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/lead_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:lead_storage_block" - }, - "result": "techreborn:lead_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block.json deleted file mode 100644 index 00058e1d0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:nickel_ingots" - } - }, - "result": { - "item": "techreborn:nickel_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab.json deleted file mode 100644 index 3cae69d8b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:nickel_storage_block" - } - }, - "result": { - "item": "techreborn:nickel_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab_stonecutting.json deleted file mode 100644 index 933754382..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:nickel_storage_block" - }, - "result": "techreborn:nickel_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair.json deleted file mode 100644 index fb7168c3a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:nickel_storage_block" - } - }, - "result": { - "item": "techreborn:nickel_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair_stonecutting.json deleted file mode 100644 index f9883e1cb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:nickel_storage_block" - }, - "result": "techreborn:nickel_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall.json deleted file mode 100644 index 25ceb24b0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:nickel_storage_block" - } - }, - "result": { - "item": "techreborn:nickel_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall_stonecutting.json deleted file mode 100644 index a38a8c347..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/nickel_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:nickel_storage_block" - }, - "result": "techreborn:nickel_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block.json deleted file mode 100644 index 020399a58..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:peridot_gem" - } - }, - "result": { - "item": "techreborn:peridot_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab.json deleted file mode 100644 index 1c1e2bed4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:peridot_storage_block" - } - }, - "result": { - "item": "techreborn:peridot_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab_stonecutting.json deleted file mode 100644 index 2760b5ee3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:peridot_storage_block" - }, - "result": "techreborn:peridot_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair.json deleted file mode 100644 index c9ed7c0f0..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:peridot_storage_block" - } - }, - "result": { - "item": "techreborn:peridot_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair_stonecutting.json deleted file mode 100644 index 56741788c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:peridot_storage_block" - }, - "result": "techreborn:peridot_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall.json deleted file mode 100644 index 53d6c880f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:peridot_storage_block" - } - }, - "result": { - "item": "techreborn:peridot_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall_stonecutting.json deleted file mode 100644 index 76de7f2b4..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/peridot_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:peridot_storage_block" - }, - "result": "techreborn:peridot_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block.json deleted file mode 100644 index bb64882d5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:platinum_ingots" - } - }, - "result": { - "item": "techreborn:platinum_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab.json deleted file mode 100644 index dc546edce..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:platinum_storage_block" - } - }, - "result": { - "item": "techreborn:platinum_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab_stonecutting.json deleted file mode 100644 index eda3ed42a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:platinum_storage_block" - }, - "result": "techreborn:platinum_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair.json deleted file mode 100644 index 2974fb3b5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:platinum_storage_block" - } - }, - "result": { - "item": "techreborn:platinum_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair_stonecutting.json deleted file mode 100644 index 4dd3d168f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:platinum_storage_block" - }, - "result": "techreborn:platinum_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall.json deleted file mode 100644 index 0203d8e8d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:platinum_storage_block" - } - }, - "result": { - "item": "techreborn:platinum_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall_stonecutting.json deleted file mode 100644 index dcfd4921d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/platinum_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:platinum_storage_block" - }, - "result": "techreborn:platinum_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block.json deleted file mode 100644 index e1ab0e7b9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:raw_iridium" - } - }, - "result": { - "item": "techreborn:raw_iridium_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab.json deleted file mode 100644 index 129c93766..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_iridium_storage_block" - } - }, - "result": { - "item": "techreborn:raw_iridium_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab_stonecutting.json deleted file mode 100644 index b8e894798..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_iridium_storage_block" - }, - "result": "techreborn:raw_iridium_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair.json deleted file mode 100644 index 48d30787e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_iridium_storage_block" - } - }, - "result": { - "item": "techreborn:raw_iridium_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair_stonecutting.json deleted file mode 100644 index 49fee9bbd..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_iridium_storage_block" - }, - "result": "techreborn:raw_iridium_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall.json deleted file mode 100644 index db38bf230..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_iridium_storage_block" - } - }, - "result": { - "item": "techreborn:raw_iridium_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall_stonecutting.json deleted file mode 100644 index a91941f93..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_iridium_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_iridium_storage_block" - }, - "result": "techreborn:raw_iridium_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block.json deleted file mode 100644 index 5dc478558..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:raw_lead" - } - }, - "result": { - "item": "techreborn:raw_lead_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab.json deleted file mode 100644 index 28ed4b958..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_lead_storage_block" - } - }, - "result": { - "item": "techreborn:raw_lead_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab_stonecutting.json deleted file mode 100644 index 01a96572f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_lead_storage_block" - }, - "result": "techreborn:raw_lead_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair.json deleted file mode 100644 index 3d799dd27..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_lead_storage_block" - } - }, - "result": { - "item": "techreborn:raw_lead_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair_stonecutting.json deleted file mode 100644 index f1b50a959..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_lead_storage_block" - }, - "result": "techreborn:raw_lead_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall.json deleted file mode 100644 index 5a9c454c9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_lead_storage_block" - } - }, - "result": { - "item": "techreborn:raw_lead_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall_stonecutting.json deleted file mode 100644 index d3511de7d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_lead_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_lead_storage_block" - }, - "result": "techreborn:raw_lead_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block.json deleted file mode 100644 index abde9febc..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:raw_silver" - } - }, - "result": { - "item": "techreborn:raw_silver_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab.json deleted file mode 100644 index ae22c91f6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_silver_storage_block" - } - }, - "result": { - "item": "techreborn:raw_silver_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab_stonecutting.json deleted file mode 100644 index 6159431f8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_silver_storage_block" - }, - "result": "techreborn:raw_silver_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair.json deleted file mode 100644 index d9c399cc6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_silver_storage_block" - } - }, - "result": { - "item": "techreborn:raw_silver_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair_stonecutting.json deleted file mode 100644 index 592f3d3e5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_silver_storage_block" - }, - "result": "techreborn:raw_silver_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall.json deleted file mode 100644 index 565734693..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_silver_storage_block" - } - }, - "result": { - "item": "techreborn:raw_silver_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall_stonecutting.json deleted file mode 100644 index 5a3b42e95..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_silver_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_silver_storage_block" - }, - "result": "techreborn:raw_silver_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block.json deleted file mode 100644 index e81137ff9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:raw_tin" - } - }, - "result": { - "item": "techreborn:raw_tin_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab.json deleted file mode 100644 index 174fc90a9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tin_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tin_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab_stonecutting.json deleted file mode 100644 index f1d075c14..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tin_storage_block" - }, - "result": "techreborn:raw_tin_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair.json deleted file mode 100644 index d4b133c9f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tin_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tin_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair_stonecutting.json deleted file mode 100644 index 34d6047b5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tin_storage_block" - }, - "result": "techreborn:raw_tin_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall.json deleted file mode 100644 index 84f2774fa..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tin_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tin_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall_stonecutting.json deleted file mode 100644 index 227d6edce..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tin_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tin_storage_block" - }, - "result": "techreborn:raw_tin_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block.json deleted file mode 100644 index 658ae3846..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:raw_tungsten" - } - }, - "result": { - "item": "techreborn:raw_tungsten_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab.json deleted file mode 100644 index 2a1526922..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tungsten_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab_stonecutting.json deleted file mode 100644 index bc141968c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tungsten_storage_block" - }, - "result": "techreborn:raw_tungsten_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair.json deleted file mode 100644 index 55c932f51..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tungsten_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair_stonecutting.json deleted file mode 100644 index 6947b472d..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tungsten_storage_block" - }, - "result": "techreborn:raw_tungsten_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall.json deleted file mode 100644 index 109179d6c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:raw_tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:raw_tungsten_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall_stonecutting.json deleted file mode 100644 index 7e8bbb83b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/raw_tungsten_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:raw_tungsten_storage_block" - }, - "result": "techreborn:raw_tungsten_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block.json deleted file mode 100644 index 125082c78..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:red_garnet_gem" - } - }, - "result": { - "item": "techreborn:red_garnet_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab.json deleted file mode 100644 index afb9034e5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:red_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:red_garnet_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab_stonecutting.json deleted file mode 100644 index 0c9d52b37..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:red_garnet_storage_block" - }, - "result": "techreborn:red_garnet_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair.json deleted file mode 100644 index 1a7b6076f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:red_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:red_garnet_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair_stonecutting.json deleted file mode 100644 index b2b691646..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:red_garnet_storage_block" - }, - "result": "techreborn:red_garnet_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall.json deleted file mode 100644 index b50642362..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:red_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:red_garnet_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall_stonecutting.json deleted file mode 100644 index 6aaf683a7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/red_garnet_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:red_garnet_storage_block" - }, - "result": "techreborn:red_garnet_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block.json deleted file mode 100644 index 724aa342a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:refined_iron_ingot" - } - }, - "result": { - "item": "techreborn:refined_iron_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab.json deleted file mode 100644 index 6cdcb678a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:refined_iron_storage_block" - } - }, - "result": { - "item": "techreborn:refined_iron_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab_stonecutting.json deleted file mode 100644 index 5eca7a3b2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:refined_iron_storage_block" - }, - "result": "techreborn:refined_iron_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair.json deleted file mode 100644 index d2765686a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:refined_iron_storage_block" - } - }, - "result": { - "item": "techreborn:refined_iron_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair_stonecutting.json deleted file mode 100644 index 4d6bb1f35..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:refined_iron_storage_block" - }, - "result": "techreborn:refined_iron_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall.json deleted file mode 100644 index 6bd936573..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:refined_iron_storage_block" - } - }, - "result": { - "item": "techreborn:refined_iron_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall_stonecutting.json deleted file mode 100644 index 4c88733c3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/refined_iron_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:refined_iron_storage_block" - }, - "result": "techreborn:refined_iron_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block.json deleted file mode 100644 index da4195c1e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:ruby_gem" - } - }, - "result": { - "item": "techreborn:ruby_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab.json deleted file mode 100644 index 125861a9c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:ruby_storage_block" - } - }, - "result": { - "item": "techreborn:ruby_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab_stonecutting.json deleted file mode 100644 index b4fde39d7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:ruby_storage_block" - }, - "result": "techreborn:ruby_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair.json deleted file mode 100644 index 55129c590..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:ruby_storage_block" - } - }, - "result": { - "item": "techreborn:ruby_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair_stonecutting.json deleted file mode 100644 index 4f11d2571..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:ruby_storage_block" - }, - "result": "techreborn:ruby_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall.json deleted file mode 100644 index 30f6f2f6e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:ruby_storage_block" - } - }, - "result": { - "item": "techreborn:ruby_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall_stonecutting.json deleted file mode 100644 index eac1e709a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/ruby_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:ruby_storage_block" - }, - "result": "techreborn:ruby_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block.json deleted file mode 100644 index f34d89c68..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:sapphire_gem" - } - }, - "result": { - "item": "techreborn:sapphire_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab.json deleted file mode 100644 index 8ee2a8457..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:sapphire_storage_block" - } - }, - "result": { - "item": "techreborn:sapphire_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab_stonecutting.json deleted file mode 100644 index cca2c0c11..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:sapphire_storage_block" - }, - "result": "techreborn:sapphire_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair.json deleted file mode 100644 index da7be20df..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:sapphire_storage_block" - } - }, - "result": { - "item": "techreborn:sapphire_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair_stonecutting.json deleted file mode 100644 index 3b850b603..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:sapphire_storage_block" - }, - "result": "techreborn:sapphire_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall.json deleted file mode 100644 index 23f53f1f5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:sapphire_storage_block" - } - }, - "result": { - "item": "techreborn:sapphire_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall_stonecutting.json deleted file mode 100644 index 30ea08e30..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/sapphire_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:sapphire_storage_block" - }, - "result": "techreborn:sapphire_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block.json deleted file mode 100644 index d73f87b4b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:silver_ingots" - } - }, - "result": { - "item": "techreborn:silver_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab.json deleted file mode 100644 index c82795679..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:silver_storage_block" - } - }, - "result": { - "item": "techreborn:silver_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab_stonecutting.json deleted file mode 100644 index 2480df541..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:silver_storage_block" - }, - "result": "techreborn:silver_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair.json deleted file mode 100644 index 989fcea9f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:silver_storage_block" - } - }, - "result": { - "item": "techreborn:silver_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair_stonecutting.json deleted file mode 100644 index 0e301eb15..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:silver_storage_block" - }, - "result": "techreborn:silver_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall.json deleted file mode 100644 index d1d6ff265..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:silver_storage_block" - } - }, - "result": { - "item": "techreborn:silver_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall_stonecutting.json deleted file mode 100644 index f60aaa318..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/silver_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:silver_storage_block" - }, - "result": "techreborn:silver_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block.json deleted file mode 100644 index 8ebbbeefb..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:steel_ingots" - } - }, - "result": { - "item": "techreborn:steel_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab.json deleted file mode 100644 index 2071cc1ad..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:steel_storage_block" - } - }, - "result": { - "item": "techreborn:steel_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab_stonecutting.json deleted file mode 100644 index f05e8927e..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:steel_storage_block" - }, - "result": "techreborn:steel_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair.json deleted file mode 100644 index ef6b8c20b..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:steel_storage_block" - } - }, - "result": { - "item": "techreborn:steel_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair_stonecutting.json deleted file mode 100644 index 9047f7343..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:steel_storage_block" - }, - "result": "techreborn:steel_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall.json deleted file mode 100644 index 7f25b92f9..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:steel_storage_block" - } - }, - "result": { - "item": "techreborn:steel_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall_stonecutting.json deleted file mode 100644 index 4e15c70b5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/steel_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:steel_storage_block" - }, - "result": "techreborn:steel_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block.json deleted file mode 100644 index 07564e3e2..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:tin_ingots" - } - }, - "result": { - "item": "techreborn:tin_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab.json deleted file mode 100644 index ce01fada3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:tin_storage_block" - } - }, - "result": { - "item": "techreborn:tin_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab_stonecutting.json deleted file mode 100644 index b3340656c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tin_storage_block" - }, - "result": "techreborn:tin_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair.json deleted file mode 100644 index 969c0acf5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:tin_storage_block" - } - }, - "result": { - "item": "techreborn:tin_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair_stonecutting.json deleted file mode 100644 index 0be3944dd..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tin_storage_block" - }, - "result": "techreborn:tin_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall.json deleted file mode 100644 index d499fcd07..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:tin_storage_block" - } - }, - "result": { - "item": "techreborn:tin_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall_stonecutting.json deleted file mode 100644 index d516c1c9a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tin_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tin_storage_block" - }, - "result": "techreborn:tin_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block.json deleted file mode 100644 index b9f3d5ee8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:titanium_ingots" - } - }, - "result": { - "item": "techreborn:titanium_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab.json deleted file mode 100644 index 248770ed8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:titanium_storage_block" - } - }, - "result": { - "item": "techreborn:titanium_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab_stonecutting.json deleted file mode 100644 index 7684cccd5..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:titanium_storage_block" - }, - "result": "techreborn:titanium_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair.json deleted file mode 100644 index 51ec477ec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:titanium_storage_block" - } - }, - "result": { - "item": "techreborn:titanium_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair_stonecutting.json deleted file mode 100644 index b83691ccf..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:titanium_storage_block" - }, - "result": "techreborn:titanium_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall.json deleted file mode 100644 index 9838b5064..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:titanium_storage_block" - } - }, - "result": { - "item": "techreborn:titanium_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall_stonecutting.json deleted file mode 100644 index c0b4a25bc..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/titanium_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:titanium_storage_block" - }, - "result": "techreborn:titanium_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block.json deleted file mode 100644 index 6ebf926b8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:tungsten_ingots" - } - }, - "result": { - "item": "techreborn:tungsten_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab.json deleted file mode 100644 index 37b6d8e69..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:tungsten_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab_stonecutting.json deleted file mode 100644 index ec2dda152..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungsten_storage_block" - }, - "result": "techreborn:tungsten_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair.json deleted file mode 100644 index ecf1b6ad3..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:tungsten_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair_stonecutting.json deleted file mode 100644 index 0451a5241..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungsten_storage_block" - }, - "result": "techreborn:tungsten_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall.json deleted file mode 100644 index c40152e9a..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:tungsten_storage_block" - } - }, - "result": { - "item": "techreborn:tungsten_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall_stonecutting.json deleted file mode 100644 index 93ebfaa02..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungsten_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungsten_storage_block" - }, - "result": "techreborn:tungsten_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block.json deleted file mode 100644 index f14302272..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:tungstensteel_ingot" - } - }, - "result": { - "item": "techreborn:tungstensteel_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab.json deleted file mode 100644 index 373f47902..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:tungstensteel_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab_stonecutting.json deleted file mode 100644 index 1e3289055..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungstensteel_storage_block" - }, - "result": "techreborn:tungstensteel_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair.json deleted file mode 100644 index cad136a20..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:tungstensteel_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair_stonecutting.json deleted file mode 100644 index a62006f2f..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungstensteel_storage_block" - }, - "result": "techreborn:tungstensteel_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall.json deleted file mode 100644 index cb9ae4897..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:tungstensteel_storage_block" - } - }, - "result": { - "item": "techreborn:tungstensteel_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall_stonecutting.json deleted file mode 100644 index c141e3f47..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/tungstensteel_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:tungstensteel_storage_block" - }, - "result": "techreborn:tungstensteel_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block.json deleted file mode 100644 index 2f650c082..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "techreborn:yellow_garnet_gem" - } - }, - "result": { - "item": "techreborn:yellow_garnet_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab.json deleted file mode 100644 index c613e9063..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:yellow_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:yellow_garnet_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab_stonecutting.json deleted file mode 100644 index 5bfab69aa..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:yellow_garnet_storage_block" - }, - "result": "techreborn:yellow_garnet_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair.json deleted file mode 100644 index 13feb9458..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:yellow_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:yellow_garnet_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair_stonecutting.json deleted file mode 100644 index 7a30e17b6..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:yellow_garnet_storage_block" - }, - "result": "techreborn:yellow_garnet_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall.json deleted file mode 100644 index af87d263c..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:yellow_garnet_storage_block" - } - }, - "result": { - "item": "techreborn:yellow_garnet_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall_stonecutting.json deleted file mode 100644 index 7a32eb5ec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/yellow_garnet_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:yellow_garnet_storage_block" - }, - "result": "techreborn:yellow_garnet_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block.json deleted file mode 100644 index 3dcf873ec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "tag": "c:zinc_ingots" - } - }, - "result": { - "item": "techreborn:zinc_storage_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab.json deleted file mode 100644 index 90fa20015..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "techreborn:zinc_storage_block" - } - }, - "result": { - "item": "techreborn:zinc_storage_block_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab_stonecutting.json deleted file mode 100644 index 85ee721cf..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_slab_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:zinc_storage_block" - }, - "result": "techreborn:zinc_storage_block_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair.json deleted file mode 100644 index 6193199f8..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "techreborn:zinc_storage_block" - } - }, - "result": { - "item": "techreborn:zinc_storage_block_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair_stonecutting.json deleted file mode 100644 index 938ce1cec..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_stair_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:zinc_storage_block" - }, - "result": "techreborn:zinc_storage_block_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall.json deleted file mode 100644 index b850041a7..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "techreborn:zinc_storage_block" - } - }, - "result": { - "item": "techreborn:zinc_storage_block_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall_stonecutting.json b/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall_stonecutting.json deleted file mode 100644 index 488b63242..000000000 --- a/src/main/resources/data/techreborn/recipes/crafting_table/storage_block/zinc_storage_block_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "techreborn:zinc_storage_block" - }, - "result": "techreborn:zinc_storage_block_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/tags/items/gems.json b/src/main/resources/data/techreborn/tags/items/gems.json deleted file mode 100644 index 7efa56985..000000000 --- a/src/main/resources/data/techreborn/tags/items/gems.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:peridot_gem", - "techreborn:red_garnet_gem", - "techreborn:ruby_gem", - "techreborn:sapphire_gem", - "techreborn:yellow_garnet_gem" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/tags/items/ingots.json b/src/main/resources/data/techreborn/tags/items/ingots.json deleted file mode 100644 index e6ae5827a..000000000 --- a/src/main/resources/data/techreborn/tags/items/ingots.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:advanced_alloy_ingot", - "techreborn:aluminum_ingot", - "techreborn:brass_ingot", - "techreborn:bronze_ingot", - "techreborn:chrome_ingot", - "techreborn:electrum_ingot", - "techreborn:hot_tungstensteel_ingot", - "techreborn:invar_ingot", - "techreborn:iridium_alloy_ingot", - "techreborn:iridium_ingot", - "techreborn:lead_ingot", - "techreborn:mixed_metal_ingot", - "techreborn:nickel_ingot", - "techreborn:platinum_ingot", - "techreborn:refined_iron_ingot", - "techreborn:silver_ingot", - "techreborn:steel_ingot", - "techreborn:tin_ingot", - "techreborn:titanium_ingot", - "techreborn:tungsten_ingot", - "techreborn:tungstensteel_ingot", - "techreborn:zinc_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/tags/items/ores.json b/src/main/resources/data/techreborn/tags/items/ores.json deleted file mode 100644 index c10f14de1..000000000 --- a/src/main/resources/data/techreborn/tags/items/ores.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:bauxite_ore", - "techreborn:cinnabar_ore", - "techreborn:galena_ore", - "techreborn:iridium_ore", - "techreborn:lead_ore", - "techreborn:peridot_ore", - "techreborn:pyrite_ore", - "techreborn:ruby_ore", - "techreborn:sapphire_ore", - "techreborn:sheldonite_ore", - "techreborn:silver_ore", - "techreborn:sodalite_ore", - "techreborn:sphalerite_ore", - "techreborn:tin_ore", - "techreborn:tungsten_ore", - "techreborn:deepslate_bauxite_ore", - "techreborn:deepslate_galena_ore", - "techreborn:deepslate_iridium_ore", - "techreborn:deepslate_lead_ore", - "techreborn:deepslate_peridot_ore", - "techreborn:deepslate_ruby_ore", - "techreborn:deepslate_sapphire_ore", - "techreborn:deepslate_sheldonite_ore", - "techreborn:deepslate_silver_ore", - "techreborn:deepslate_sodalite_ore", - "techreborn:deepslate_tin_ore", - "techreborn:deepslate_tungsten_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/tags/items/raw_metals.json b/src/main/resources/data/techreborn/tags/items/raw_metals.json deleted file mode 100644 index e1c2d5b31..000000000 --- a/src/main/resources/data/techreborn/tags/items/raw_metals.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "techreborn:raw_iridium", - "techreborn:raw_lead", - "techreborn:raw_silver", - "techreborn:raw_tin", - "techreborn:raw_tungsten" - ] -} \ No newline at end of file