diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-01 05:15:22 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-01 05:15:22 +0000 |
commit | b126379ca7e069c93c3b42a7e87e77c209a894c3 (patch) | |
tree | f0cdfdd9e6d109a57d11e5bf4a2844c7ca991ff4 /src/Java/gtPlusPlus/core/recipe | |
parent | 9a0e88e397dc52476a0de92768c1022a3e53c9ed (diff) | |
download | GT5-Unofficial-b126379ca7e069c93c3b42a7e87e77c209a894c3.tar.gz GT5-Unofficial-b126379ca7e069c93c3b42a7e87e77c209a894c3.tar.bz2 GT5-Unofficial-b126379ca7e069c93c3b42a7e87e77c209a894c3.zip |
$ Final fixes to TiCon reflective integration. Now to just tweak the added content and rebalance.
$ Fixed hand mix Tumbaga recipe inconsistency.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_General.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java index c2fd4adc41..54380306cc 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java @@ -178,7 +178,7 @@ public class RECIPES_General { ItemUtils.getSimpleStack(ModItems.dustTumbagaMix), ItemUtils.getSimpleStack(ModItems.dustTumbagaMix), ItemUtils.getSimpleStack(ModItems.dustTumbagaMix), - "dustCopper" + "dustGold" }, ALLOY.TUMBAGA.getDust(10))){ Logger.INFO("Added shapeless recipe for Tumbaga Dust."); |