diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-27 16:16:10 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-27 16:16:10 +1000 |
commit | 4cbc4b40b3e1d5197b6e390311472fffcf4bec21 (patch) | |
tree | c84f47cf4a7a6a82dbb92c02123cc7b18c14f19d /src/Java/gtPlusPlus/core/recipe | |
parent | 79f37cfd42c53af7969fba388b711955e389b76d (diff) | |
download | GT5-Unofficial-4cbc4b40b3e1d5197b6e390311472fffcf4bec21.tar.gz GT5-Unofficial-4cbc4b40b3e1d5197b6e390311472fffcf4bec21.tar.bz2 GT5-Unofficial-4cbc4b40b3e1d5197b6e390311472fffcf4bec21.zip |
$ Hopefully fixed issue where BoP limestone is valid for Fluorite.
$ Fixed the ABS not using the correct texture on the top layer input hatch.
% More internal work on LFTR rewrite.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index d4eadedc48..1cdc08c1db 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -1039,11 +1039,11 @@ public class RECIPES_GREGTECH { new int[] { 2000, 1000, 250, 250, 250, 250, 500 }, 0); HotFuel.addNewHotFuel(FluidUtils.getFluidStack("ic2pahoehoelava", 83), GT_Values.NF, - new ItemStack[] { ItemUtils.getItemStackOfAmountFromOreDict("nuggetCopper", 1), - ItemUtils.getItemStackOfAmountFromOreDict("nuggetTin", 1), + new ItemStack[] { + ItemUtils.getItemStackOfAmountFromOreDict("nuggetBronze", 1), ItemUtils.getItemStackOfAmountFromOreDict("nuggetElectrum", 1), ItemUtils.getSimpleStack(Blocks.obsidian) }, - new int[] { 1000, 500, 125, 1850 }, 0); + new int[] { 750, 250, 1850 }, 0); /* * HotFuel.addNewHotFuel( FluidUtils.getFluidStack("ic2hotcoolant", |