From b5d8a36adf5b886f681574338586b04e30cf55d6 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Sun, 27 May 2018 22:30:15 +1000 Subject: $ Tried to fix console spam for invalid tooltip handling. $ Fixed NEI handler not showing % chances for recipes. (maybe?) $ Fixed Trinium not working correctly in GTNH. $ Fixed invalid cape lookups. % Tweaked recipe for Max tier Redox cells. % Tweaked name of Control Circuit. --- src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/recipe') diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index 84db0bd7af..b182668539 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -769,7 +769,7 @@ public class RECIPES_GREGTECH { FluidUtils.getFluidStack("radon", 4000), T5, 1000, 128000); addAR(T5, - ItemUtils.getItemStackOfAmountFromOreDict("plateIridium", 4), + ItemUtils.getItemStackOfAmountFromOreDict("plateAlloyIridium", 4), FluidUtils.getFluidStack("molten.krypton", 500), T6, 2000, 512000); -- cgit