diff options
author | Noc <95299389+Nockyx@users.noreply.github.com> | 2024-10-14 09:16:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 14:16:31 +0200 |
commit | d3a4a52483aa8b069925dc55fd680f965b59f133 (patch) | |
tree | f3aecbb9a520cbee56f3bafe67bf3bde0fd8d5d8 /src/main/java/gtPlusPlus/core | |
parent | 3bf9f691865e5b8d2cedb88c4a91bc47a62a93b2 (diff) | |
download | GT5-Unofficial-d3a4a52483aa8b069925dc55fd680f965b59f133.tar.gz GT5-Unofficial-d3a4a52483aa8b069925dc55fd680f965b59f133.tar.bz2 GT5-Unofficial-d3a4a52483aa8b069925dc55fd680f965b59f133.zip |
Amazon warehouse downtiering (#3366)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java b/src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java index 1ad8d94579..5f37d75c6f 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java +++ b/src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java @@ -2778,33 +2778,29 @@ public class RecipesMachines { GregtechItemList.Machine_Adv_ImplosionCompressor.get(1)); // Supply Depot - plate = MaterialsAlloy.TUNGSTEN_CARBIDE.getPlateDouble(1); - gear = MaterialsAlloy.TRINIUM_TITANIUM.getRing(1); + plate = MaterialsAlloy.HASTELLOY_C276.getPlateDouble(1); frame = MaterialsAlloy.TUNGSTEN_CARBIDE.getFrameBox(1); - cell1 = CI.conveyorModule_LuV; - cell2 = CI.electricMotor_LuV; + cell1 = CI.conveyorModule_HV; + cell2 = CI.electricMotor_HV; ItemStack casingAmazon = GregtechItemList.Casing_AmazonWarehouse.get(1); RecipeUtils.addShapedRecipe( plate, - ItemUtils.getItemStackOfAmountFromOreDict("cableGt12VanadiumGallium", 1), + cell2, plate, - cell1, + CI.craftingToolWrench, frame, - cell2, + CI.craftingToolHammer_Hard, plate, - gear, + cell1, plate, GregtechItemList.Casing_AmazonWarehouse.get(1)); GTValues.RA.stdBuilder() .itemInputs( MaterialsAlloy.TUNGSTEN_CARBIDE.getFrameBox(1), - MaterialsAlloy.TUNGSTEN_CARBIDE.getPlateDouble(4), - MaterialsAlloy.TRINIUM_TITANIUM.getRing(1), - ItemList.Electric_Motor_LuV.get(1), - ItemList.Conveyor_Module_LuV.get(1), - ItemUtils.getItemStackOfAmountFromOreDict("cableGt12VanadiumGallium", 1), - GTUtility.getIntegratedCircuit(1)) + MaterialsAlloy.HASTELLOY_C276.getPlateDouble(4), + ItemList.Electric_Motor_HV.get(1), + ItemList.Conveyor_Module_HV.get(1)) .itemOutputs(GregtechItemList.Casing_AmazonWarehouse.get(1L)) .duration(2 * SECONDS + 10 * TICKS) .eut(16) @@ -2812,14 +2808,14 @@ public class RecipesMachines { RecipeUtils.addShapedRecipe( casingAmazon, - CI.getTieredCircuit(7), + CI.getTieredCircuit(5), casingAmazon, - CI.robotArm_LuV, - ItemList.Machine_LuV_Unboxinator.get(1), - CI.robotArm_LuV, - CI.conveyorModule_LuV, - GregtechItemList.Gregtech_Computer_Cube.get(1), - CI.conveyorModule_LuV, + CI.electricPiston_IV, + ItemList.Machine_IV_Boxinator.get(1), + CI.electricPiston_IV, + CI.conveyorModule_IV, + casingAmazon, + CI.conveyorModule_IV, GregtechItemList.Amazon_Warehouse_Controller.get(1)); // Industrial Mixing Machine |