From be3bdb8df41e3f05c9b48b5323c4d4dbd4bdbf7b Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Fri, 26 Oct 2018 17:18:48 +0100 Subject: + Added a roasting recipe for obtaining small quantities of Germanium. - Disabled obfuscated method names in ASM. % More adjustments to EBF and ABS recipes. $ Fixed names of Tungsten Steel & Stainless Steel Hexadecuple Pipes. $ Fixed recipe collision of Rose Gold and Tumbaga in the mixer. --- src/Java/gtPlusPlus/core/item/base/dusts/BaseItemDust.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/core/item') diff --git a/src/Java/gtPlusPlus/core/item/base/dusts/BaseItemDust.java b/src/Java/gtPlusPlus/core/item/base/dusts/BaseItemDust.java index 2be7b76f6c..6ba9453467 100644 --- a/src/Java/gtPlusPlus/core/item/base/dusts/BaseItemDust.java +++ b/src/Java/gtPlusPlus/core/item/base/dusts/BaseItemDust.java @@ -202,10 +202,10 @@ public class BaseItemDust extends Item{ private boolean addBlastFurnaceRecipe(final ItemStack input1, final ItemStack input2, final ItemStack output1, final ItemStack output2, final int tempRequired){ - int timeTaken = 125*this.mTier*20; + int timeTaken = 125*this.mTier*10; if (this.mTier <= 4){ - timeTaken = 25*this.mTier*20; + timeTaken = 25*this.mTier*10; } int aSlot = mTier - 2; if (aSlot < 2) { -- cgit