aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe/common')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/common/CI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java
index 93ede378a8..35d0a0ec07 100644
--- a/src/Java/gtPlusPlus/core/recipe/common/CI.java
+++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java
@@ -632,7 +632,7 @@ public class CI {
}*/
// Modern Handling
- FluidStack a = aMaster[aType][aTier].getFluid(aAmount);
+ FluidStack a = aMaster[aType][aTier].getFluidStack(aAmount);
if (a == null) {
ItemStack aCell = getTieredComponent(OrePrefixes.liquid, aTier, 1);
if (aCell != null) {