aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-05-13 07:37:49 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-05-13 07:37:49 +1000
commit786ef3637908f5663cbdeea0fe0f5090c9875cb1 (patch)
tree78ad82bfca429a641183c23f753355b66a0d815f /src/Java/gtPlusPlus/core/recipe
parent6a9785b515ad165f68216e6eabaf98e5dba34c6a (diff)
downloadGT5-Unofficial-786ef3637908f5663cbdeea0fe0f5090c9875cb1.tar.gz
GT5-Unofficial-786ef3637908f5663cbdeea0fe0f5090c9875cb1.tar.bz2
GT5-Unofficial-786ef3637908f5663cbdeea0fe0f5090c9875cb1.zip
% Industrial Vacuum Freezer now consumes Cryotheum while running.
$ Fixed Adv. EBF running recipes regardless of coil level.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index d0371b160f..0a8f7b041b 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -1271,11 +1271,11 @@ public class RECIPES_GREGTECH {
//Refine GT HF into GT++ HF
GT_Values.RA.addChemicalRecipe(
- ItemUtils.getItemStackOfAmountFromOreDict("cellHydroFluoricAcid", 2),
+ ItemUtils.getItemStackOfAmountFromOreDict("cellHydrofluoricAcid", 2),
ItemUtils.getItemStackOfAmountFromOreDict("cellHydrofluoricAcid_gt5u", 5),
null, // Fluid Input
FluidUtils.getFluidStack("hydrofluoricacid", 6000), // Fluid Output
- ItemUtils.getItemStackOfAmountFromOreDict("cellEmpty", 12),
+ ItemUtils.getItemStackOfAmountFromOreDict("cellEmpty", 7),
2 * 20);
}