From 03a6e7cf1f416d5a8ea2b2803a9cd022003333f3 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 30 Apr 2017 00:36:31 +1000 Subject: $ Fixed a bug where the mold for fluid solidifying plates would get used up. % Tweaked EU cost of a lot of recipes, using base values of 15/60 instead of 16/64. > This means recipes use 30/120EU instead of 32/128EU, for example. --- src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/loaders') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java index f4f8752421..9419f57467 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java @@ -134,7 +134,7 @@ public class RecipeGen_Fluids implements Runnable{ //Plate if (GT_Values.RA.addFluidSolidifierRecipe( - ItemList.Shape_Mold_Plate.get(1), //Item Shape + ItemList.Shape_Mold_Plate.get(0), //Item Shape material.getFluid(144), //Fluid Input material.getPlate(1), //output 32, //Duration -- cgit