From 43f3190bd5204a0025c75ee7cabfd0871061211f Mon Sep 17 00:00:00 2001 From: Alkalus Date: Mon, 10 Jul 2017 13:04:13 +1000 Subject: + Added Coal gas. + Added GT++ Coal Coke. + Added a new handler for burnable items. % Changed up the 4 Coke Oven Recipes. - Removed lots of spam log messages during material creation. --- src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Java/gtPlusPlus/core/item/chemistry') diff --git a/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java b/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java index fb14c50d04..6e5b1bd976 100644 --- a/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java +++ b/src/Java/gtPlusPlus/core/item/chemistry/CoalTar.java @@ -13,6 +13,12 @@ public class CoalTar { public static void run(){ + //Create Coal Gas + FluidUtils.generateFluidNonMolten("CoalGas", "Coal Gas", 500, new short[]{48, 48, 48, 100}, null, null); + + + + //Ethanol // v - Dehydrate cells to remove water //Create Ethylene -- cgit