From 8931cf08cc1710c018bc332974306d623dfac03f Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 10 Sep 2016 17:00:42 +1000 Subject: + Added the first proper chemical dehydrator recipes, for Lithium carbonate. + Added methods to UtilsItems to check if something is radioactive and how radioactive it is 0-3. - Removed all old dehydrator recipes used in testing. - Removed some old hard-coded items now generated by the material handler. (No items will be lost, as I doubt anyone ever obtained them.) $ Fixed some broken textures after refactoring the entire project a few commits ago. --- .../xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java index fbba69bf93..7693407936 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java @@ -109,13 +109,13 @@ public class GregtechFluidHandler { UtilsItems.getItemStackOfAmountFromOreDict("dustSmallSulfur", 1), 20*20); - GT_Values.RA.addChemicalRecipe( + /*GT_Values.RA.addChemicalRecipe( UtilsItems.getItemStackOfAmountFromOreDict("dustLithium", 8), null, FluidUtils.getFluidStack("sulfuricacid", 133*32), FluidUtils.getFluidStack("sulfuriclithium", 133*4), UtilsItems.getItemStackOfAmountFromOreDict("dustSmallLithium", 2), - 20*20); + 20*20);*/ GT_Values.RA.addChemicalRecipe( UtilsItems.getItemStackOfAmountFromOreDict("cellOxygen", 1), -- cgit