From 4e68029efbbe5142753ee39ce39b6c9a498b2f96 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Mon, 27 Nov 2017 18:22:59 +1000 Subject: $ Fixed the recipe for Ethylbenzene. --- src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/item') diff --git a/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java b/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java index 0eaca8e36a..d022601fb6 100644 --- a/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java +++ b/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java @@ -177,7 +177,7 @@ public class CoalTar { ItemUtils.getItemStackOfAmountFromOreDict("cellEthylene", 2), ItemUtils.getItemStackOfAmountFromOreDict("cellBenzene", 2), null, - FluidUtils.getFluidStack("", 4000), + FluidUtils.getFluidStack("fluid.ethylbenzene", 4000), ItemUtils.getItemStackOfAmountFromOreDict("cellEmpty", 4), 300); } -- cgit