aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-27 22:30:15 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-27 22:30:15 +1000
commitb5d8a36adf5b886f681574338586b04e30cf55d6 (patch)
tree2cdf1f6366b807e790eb9e4a9a06081006d3f7dc /src/Java/gtPlusPlus/core/recipe
parent64fd0818f6d9351166593f1d14152812c45aa80a (diff)
downloadGT5-Unofficial-b5d8a36adf5b886f681574338586b04e30cf55d6.tar.gz
GT5-Unofficial-b5d8a36adf5b886f681574338586b04e30cf55d6.tar.bz2
GT5-Unofficial-b5d8a36adf5b886f681574338586b04e30cf55d6.zip
$ 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.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java2
1 files changed, 1 insertions, 1 deletions
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);