diff options
author | bombcar <github@bombcar.com> | 2022-01-17 10:00:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 17:00:16 +0100 |
commit | 8a51f907736f631e97bc1800ccb5f00267d62194 (patch) | |
tree | 8a31c0dcceb1c7d0997049988aa2e45d7c4f25ee /src/main | |
parent | 54320d45e52134ca823d3cb8bab8d2b6c87ebdcb (diff) | |
download | GT5-Unofficial-8a51f907736f631e97bc1800ccb5f00267d62194.tar.gz GT5-Unofficial-8a51f907736f631e97bc1800ccb5f00267d62194.tar.bz2 GT5-Unofficial-8a51f907736f631e97bc1800ccb5f00267d62194.zip |
add non tiny recipe (#80)
Former-commit-id: a98e3a13482d32b80654264ad3a39adb5abdf1a9
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java index 6d6f695ae7..90494ec1fa 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java @@ -181,6 +181,7 @@ public class PlatinumSludgeOverHaul { //Rh GT_Values.RA.addChemicalRecipe(RHSulfate.get(cell, 11), GT_Utility.getIntegratedCircuit(1), Materials.Water.getFluid(10000), Materials.Potassium.getMolten(2000), RHSulfateSolution.get(cell, 11), LeachResidue.get(dustTiny, 10), 300, 30); + GT_Values.RA.addMultiblockChemicalRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(3)}, new FluidStack[]{Materials.Water.getFluid(36000), RHSulfate.getFluidOrGas(39600)}, new FluidStack[]{Materials.Potassium.getMolten(7200), RHSulfateSolution.getFluidOrGas(39600)}, new ItemStack[]{LeachResidue.get(dust, 4)}, 1200, 30); GT_Values.RA.addChemicalRecipe(Materials.Zinc.getDust(1), null, RHSulfateSolution.getFluidOrGas(1000), null, ZincSulfate.get(dust,6), CrudeRhMetall.get(dust), 300); GT_Values.RA.addBlastRecipe(CrudeRhMetall.get(dust), Materials.Salt.getDust(1), Materials.Chlorine.getGas(1000), null, RHSalt.get(dust, 3), null, 300, 120, 600); |