diff options
| author | huajijam <strhuaji@gmail.com> | 2019-01-31 19:32:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 19:32:46 +0800 |
| commit | 3b3a7738b615d2a307f80bfe079f6d56d48b6521 (patch) | |
| tree | e2e7ead0e42e458adde896c090e558bb4e250c43 /src/Java/gtPlusPlus/core/recipe | |
| parent | 9ed780d285420a4e4a1c4c291e49da9c894f1d31 (diff) | |
| parent | d015262242110df899f6ffe7a9f84780382e8584 (diff) | |
| download | GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.tar.gz GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.tar.bz2 GT5-Unofficial-3b3a7738b615d2a307f80bfe079f6d56d48b6521.zip | |
update
update
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java index e2cfb3516e..16559c4fcf 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -1545,17 +1545,17 @@ public class RECIPES_Machines { CORE.RA.addSixSlotAssemblingRecipe( new ItemStack[] { - CI.machineHull_IV, - aOutput[2], - aMat_A[3].getGear(GTNH ? 4 : 2), - aMat_B[5].getPlateDouble(GTNH ? 16 : 8), - ItemUtils.getItemStack("miscutils:item.itemBufferCore"+(GTNH ? "4" : "3"), GTNH ? 4 : 2), - ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(GTNH ? 4 : 3), GTNH ? 10 : 5) + CI.machineHull_HV, + aOutput[1], + aMat_A[1].getGear(GTNH ? 4 : 2), + aMat_B[2].getPlateDouble(GTNH ? 16 : 8), + ItemUtils.getItemStack("miscutils:item.itemBufferCore"+(GTNH ? "2" : "1"), GTNH ? 4 : 2), + ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(GTNH ? 3 : 2), GTNH ? 10 : 5) }, - aMat_B[4].getFluid(144 * 16), //Input Fluid + aMat_B[3].getFluid(144 * 8), //Input Fluid GregtechItemList.Hatch_Control_Core.get(1), 60 * 20 * 5, - MaterialUtils.getVoltageForTier(4)); + MaterialUtils.getVoltageForTier(3)); for (int i = 0; i < 10; i++) { |
