diff options
Diffstat (limited to 'src/main/java')
-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 |