From 3aa40608f7bea56060b2b92efaca6cec54b4fff3 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Mon, 22 Jul 2019 18:24:03 +0300 Subject: [PATCH] Added storage block from ingots recipe + subfodlers --- .../init/recipes/CraftingTableRecipes.java | 1 - .../{ => cable}/copper_cable.json | 0 .../{ => cable}/glassfiber_cable_3.json | 0 .../{ => cable}/glassfiber_cable_4.json | 0 .../{ => cable}/glassfiber_cable_6.json | 0 .../{ => cable}/glassfiber_cable_8.json | 0 .../crafting_shaped/{ => cable}/gold_cable.json | 0 .../crafting_shaped/{ => cable}/hv_cable.json | 0 .../{ => cable}/insulated_copper_cable.json | 0 .../{ => cable}/insulated_copper_cable_alt.json | 0 .../{ => cable}/insulated_gold_cable.json | 0 .../{ => cable}/insulated_hv_cable.json | 0 .../crafting_shaped/{ => cable}/tin_cable.json | 0 .../{ => parts}/advanced_circuit.json | 0 .../{ => parts}/carbon_fiber.json | 0 .../{ => parts}/data_storage_chip.json | 0 .../{ => parts}/data_storage_core.json | 0 .../{ => parts}/diamond_grinding_head.json | 0 .../{ => parts}/diamond_saw_blade.json | 0 .../{ => parts}/digital_display.json | 0 .../{ => parts}/electronic_circuit.json | 0 .../{ => parts}/energy_crystal.json | 0 .../{ => parts}/energy_flow_chip.json | 0 .../{ => parts}/helium_coolant_cell_180k.json | 0 .../{ => parts}/helium_coolant_cell_360k.json | 0 .../{ => parts}/helium_coolant_cell_60k.json | 0 .../{ => parts}/iridium_neutron_reflector.json | 0 .../{ => parts}/nak_coolant_cell_180k.json | 0 .../{ => parts}/nak_coolant_cell_360k.json | 0 .../{ => parts}/nak_coolant_cell_60k.json | 0 .../{ => parts}/nak_coolant_cell_60k_alt.json | 0 .../{ => parts}/neutron_reflector.json | 0 .../{ => parts}/superconductor.json | 0 .../{ => parts}/thick_neutron_reflector.json | 0 .../{ => parts}/tungsten_grinding_head.json | 0 .../{ => parts}/water_coolant_cell_10k.json | 0 .../{ => parts}/water_coolant_cell_30k.json | 0 .../{ => parts}/water_coolant_cell_60k.json | 0 .../{ => solar_panel}/advanced_solar_panel.json | 0 .../advanced_solar_panel_alt.json | 0 .../{ => solar_panel}/basic_solar_panel.json | 0 .../industrial_solar_panel.json | 0 .../industrial_solar_panel_alt.json | 0 .../{ => solar_panel}/quantum_solar_panel.json | 0 .../quantum_solar_panel_alt.json | 0 .../{ => solar_panel}/ultimate_solar_panel.json | 0 .../ultimate_solar_panel_alt.json | 0 .../storage_block/aluminum_storage_block.json | 16 ++++++++++++++++ .../storage_block/brass_storage_block.json | 16 ++++++++++++++++ .../storage_block/bronze_storage_block.json | 16 ++++++++++++++++ .../storage_block/chrome_storage_block.json | 16 ++++++++++++++++ .../storage_block/electrum_storage_block.json | 16 ++++++++++++++++ .../storage_block/invar_storage_block.json | 16 ++++++++++++++++ .../storage_block/iridium_storage_block.json | 16 ++++++++++++++++ .../storage_block/lead_storage_block.json | 16 ++++++++++++++++ .../storage_block/nickel_storage_block.json | 16 ++++++++++++++++ .../storage_block/platinum_storage_block.json | 16 ++++++++++++++++ .../storage_block/silver_storage_block.json | 16 ++++++++++++++++ .../storage_block/steel_storage_block.json | 16 ++++++++++++++++ .../storage_block/titanium_storage_block.json | 16 ++++++++++++++++ .../storage_block/tungsten_storage_block.json | 16 ++++++++++++++++ .../storage_block/zinc_storage_block.json | 16 ++++++++++++++++ 62 files changed, 240 insertions(+), 1 deletion(-) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/copper_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/glassfiber_cable_3.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/glassfiber_cable_4.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/glassfiber_cable_6.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/glassfiber_cable_8.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/gold_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/hv_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/insulated_copper_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/insulated_copper_cable_alt.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/insulated_gold_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/insulated_hv_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => cable}/tin_cable.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/advanced_circuit.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/carbon_fiber.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/data_storage_chip.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/data_storage_core.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/diamond_grinding_head.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/diamond_saw_blade.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/digital_display.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/electronic_circuit.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/energy_crystal.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/energy_flow_chip.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/helium_coolant_cell_180k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/helium_coolant_cell_360k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/helium_coolant_cell_60k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/iridium_neutron_reflector.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/nak_coolant_cell_180k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/nak_coolant_cell_360k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/nak_coolant_cell_60k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/nak_coolant_cell_60k_alt.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/neutron_reflector.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/superconductor.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/thick_neutron_reflector.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/tungsten_grinding_head.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/water_coolant_cell_10k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/water_coolant_cell_30k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => parts}/water_coolant_cell_60k.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/advanced_solar_panel.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/advanced_solar_panel_alt.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/basic_solar_panel.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/industrial_solar_panel.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/industrial_solar_panel_alt.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/quantum_solar_panel.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/quantum_solar_panel_alt.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/ultimate_solar_panel.json (100%) rename src/main/resources/data/techreborn/recipes/crafting_shaped/{ => solar_panel}/ultimate_solar_panel_alt.json (100%) create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/aluminum_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/brass_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/bronze_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/chrome_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/electrum_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/invar_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/iridium_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/lead_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/nickel_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/platinum_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/silver_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/steel_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/titanium_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/tungsten_storage_block.json create mode 100644 src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/zinc_storage_block.json diff --git a/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java b/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java index aac6756e7..b01be915e 100644 --- a/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java +++ b/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java @@ -42,7 +42,6 @@ public class CraftingTableRecipes extends RecipeMethods { static void registerCompressionRecipes() { // for (String name : BlockStorage.types) { // if (OreUtil.hasIngot(name)) { -// registerShaped(BlockStorage.getStorageBlockByName(name), "AAA", "AAA", "AAA", 'A', "ingot" + StringUtils.toFirstCapital(name)); // registerShapeless(getMaterial(name, 9, Type.INGOT), BlockStorage.getStorageBlockByName(name)); // } else if (OreUtil.hasGem(name)) { // registerShaped(BlockStorage.getStorageBlockByName(name), "AAA", "AAA", "AAA", 'A', "gem" + StringUtils.toFirstCapital(name)); diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/copper_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/copper_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/copper_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/copper_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_3.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_3.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_3.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_3.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_4.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_4.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_4.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_4.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_6.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_6.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_6.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_6.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_8.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_8.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/glassfiber_cable_8.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/glassfiber_cable_8.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/gold_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/gold_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/gold_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/gold_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/hv_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/hv_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/hv_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/hv_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_copper_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_copper_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_copper_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_copper_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_copper_cable_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_copper_cable_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_copper_cable_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_copper_cable_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_gold_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_gold_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_gold_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_gold_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_hv_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_hv_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/insulated_hv_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/insulated_hv_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/tin_cable.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/cable/tin_cable.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/tin_cable.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/cable/tin_cable.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_circuit.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/advanced_circuit.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_circuit.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/advanced_circuit.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/carbon_fiber.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/carbon_fiber.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/carbon_fiber.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/carbon_fiber.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/data_storage_chip.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/data_storage_chip.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/data_storage_chip.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/data_storage_chip.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/data_storage_core.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/data_storage_core.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/data_storage_core.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/data_storage_core.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/diamond_grinding_head.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/diamond_grinding_head.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/diamond_grinding_head.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/diamond_grinding_head.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/diamond_saw_blade.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/diamond_saw_blade.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/diamond_saw_blade.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/diamond_saw_blade.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/digital_display.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/digital_display.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/digital_display.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/digital_display.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/electronic_circuit.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/electronic_circuit.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/electronic_circuit.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/electronic_circuit.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/energy_crystal.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/energy_crystal.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/energy_crystal.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/energy_crystal.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/energy_flow_chip.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/energy_flow_chip.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/energy_flow_chip.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/energy_flow_chip.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_180k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_180k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_180k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_180k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_360k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_360k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_360k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_360k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_60k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_60k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/helium_coolant_cell_60k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/helium_coolant_cell_60k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/iridium_neutron_reflector.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/iridium_neutron_reflector.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/iridium_neutron_reflector.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/iridium_neutron_reflector.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_180k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_180k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_180k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_180k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_360k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_360k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_360k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_360k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_60k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_60k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_60k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_60k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_60k_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_60k_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/nak_coolant_cell_60k_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/nak_coolant_cell_60k_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/neutron_reflector.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/neutron_reflector.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/neutron_reflector.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/neutron_reflector.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/superconductor.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/superconductor.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/superconductor.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/superconductor.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/thick_neutron_reflector.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/thick_neutron_reflector.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/thick_neutron_reflector.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/thick_neutron_reflector.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/tungsten_grinding_head.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/tungsten_grinding_head.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/tungsten_grinding_head.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/tungsten_grinding_head.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_10k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_10k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_10k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_10k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_30k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_30k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_30k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_30k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_60k.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_60k.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/water_coolant_cell_60k.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/parts/water_coolant_cell_60k.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_solar_panel.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/advanced_solar_panel.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_solar_panel.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/advanced_solar_panel.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_solar_panel_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/advanced_solar_panel_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/advanced_solar_panel_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/advanced_solar_panel_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/basic_solar_panel.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/basic_solar_panel.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/basic_solar_panel.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/basic_solar_panel.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/industrial_solar_panel.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/industrial_solar_panel.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/industrial_solar_panel.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/industrial_solar_panel.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/industrial_solar_panel_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/industrial_solar_panel_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/industrial_solar_panel_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/industrial_solar_panel_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/quantum_solar_panel.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/quantum_solar_panel.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/quantum_solar_panel.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/quantum_solar_panel.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/quantum_solar_panel_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/quantum_solar_panel_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/quantum_solar_panel_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/quantum_solar_panel_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/ultimate_solar_panel.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/ultimate_solar_panel.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/ultimate_solar_panel.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/ultimate_solar_panel.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/ultimate_solar_panel_alt.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/ultimate_solar_panel_alt.json similarity index 100% rename from src/main/resources/data/techreborn/recipes/crafting_shaped/ultimate_solar_panel_alt.json rename to src/main/resources/data/techreborn/recipes/crafting_shaped/solar_panel/ultimate_solar_panel_alt.json diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/aluminum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/aluminum_storage_block.json new file mode 100644 index 000000000..80a53f2ae --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/aluminum_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:aluminum_ingot" + } + }, + "result": { + "item": "techreborn:aluminum_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/brass_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/brass_storage_block.json new file mode 100644 index 000000000..efe85b29f --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/brass_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:brass_ingot" + } + }, + "result": { + "item": "techreborn:brass_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/bronze_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/bronze_storage_block.json new file mode 100644 index 000000000..71df8f945 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/bronze_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:bronze_ingot" + } + }, + "result": { + "item": "techreborn:bronze_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/chrome_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/chrome_storage_block.json new file mode 100644 index 000000000..addc55bfc --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/chrome_storage_block.json @@ -0,0 +1,16 @@ +{ + "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_shaped/storage_block/electrum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/electrum_storage_block.json new file mode 100644 index 000000000..101d908ce --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/electrum_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:electrum_ingot" + } + }, + "result": { + "item": "techreborn:electrum_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/invar_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/invar_storage_block.json new file mode 100644 index 000000000..83f61d248 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/invar_storage_block.json @@ -0,0 +1,16 @@ +{ + "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_shaped/storage_block/iridium_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/iridium_storage_block.json new file mode 100644 index 000000000..64cce72ea --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/iridium_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:iridium_ingot" + } + }, + "result": { + "item": "techreborn:iridium_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/lead_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/lead_storage_block.json new file mode 100644 index 000000000..c3ec53ca7 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/lead_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:lead_ingot" + } + }, + "result": { + "item": "techreborn:lead_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/nickel_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/nickel_storage_block.json new file mode 100644 index 000000000..175c96db3 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/nickel_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:nickel_ingot" + } + }, + "result": { + "item": "techreborn:nickel_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/platinum_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/platinum_storage_block.json new file mode 100644 index 000000000..900bbc67e --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/platinum_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:platinum_ingot" + } + }, + "result": { + "item": "techreborn:platinum_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/silver_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/silver_storage_block.json new file mode 100644 index 000000000..f41f17e15 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/silver_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:silver_ingot" + } + }, + "result": { + "item": "techreborn:silver_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/steel_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/steel_storage_block.json new file mode 100644 index 000000000..75061cc4d --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/steel_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:steel_ingot" + } + }, + "result": { + "item": "techreborn:steel_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/titanium_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/titanium_storage_block.json new file mode 100644 index 000000000..99e7cce5c --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/titanium_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:titanium_ingot" + } + }, + "result": { + "item": "techreborn:titanium_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/tungsten_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/tungsten_storage_block.json new file mode 100644 index 000000000..70668404f --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/tungsten_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:tungsten_ingot" + } + }, + "result": { + "item": "techreborn:tungsten_storage_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/zinc_storage_block.json b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/zinc_storage_block.json new file mode 100644 index 000000000..0bd25d44f --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_shaped/storage_block/zinc_storage_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "techreborn:zinc_ingot" + } + }, + "result": { + "item": "techreborn:zinc_storage_block" + } +} \ No newline at end of file