diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-26 12:52:33 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-26 12:52:33 +1000 |
| commit | 4a605b6249c9ad9711e254b7d8c95ec5b6b1d089 (patch) | |
| tree | 908b63e8fc42e5ce2a47595ea61fa4a42507ebdb /src/Java/gtPlusPlus/core/recipe | |
| parent | bf6540321723cb00733c91fcc16b44cff912f06e (diff) | |
| download | GT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.tar.gz GT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.tar.bz2 GT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.zip | |
% Initial start to LFTR reworking.
% Changed around the capes a lil bit.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 57 |
1 files changed, 3 insertions, 54 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index 73c70fa1e7..d4eadedc48 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -831,71 +831,20 @@ public class RECIPES_GREGTECH { Logger.INFO("FAILED TO LOAD RECIPES - NULL POINTER SOMEWHERE"); } try { - // Fli2BeF4 + Thorium TetraFluoride = Uranium233 - CORE.RA.addLFTRRecipe(FluidUtils.getFluidStack("molten.LiFBeF2ThF4UF4".toLowerCase(), 144 * 4), // Fluid - // input - // (slot - // 1) - FluidUtils.getFluidStack("molten.li2bef4", 1200), // Fluid - // output - // (slot - // 2) - FluidUtils.getFluidStack("molten.uraniumhexafluoride", (1200 + (144 * 4))), // Output - // Array - // of - // Items - // - - // Upto - // 9, - 300 * 60 * 20, // Time in ticks - 3500); // EU + } catch (final NullPointerException e) { Logger.INFO("FAILED TO LOAD RECIPES - NULL POINTER SOMEWHERE"); } try { - // Fli2BeF4 + Uranium235 = 1x Uranium233 - CORE.RA.addLFTRRecipe(FluidUtils.getFluidStack("molten.LiFBeF2ZrF4U235".toLowerCase(), 144 * 16), // Fluid - // input - // (slot - // 1) - FluidUtils.getFluidStack("molten.li2bef4", 144 * 12), // Fluid - // output - // (slot - // 2) - FluidUtils.getFluidStack("molten.uraniumhexafluoride", 3 * 144), // Output - // Array - // of - // Items - // - - // Upto - // 9, - 120 * 60 * 20, // Time in ticks - 8000); // EU + } catch (final NullPointerException e) { Logger.INFO("FAILED TO LOAD RECIPES - NULL POINTER SOMEWHERE"); } try { - // Fli2BeF4 + Uranium233 TetraFluoride = Uranium233 - CORE.RA.addLFTRRecipe(FluidUtils.getFluidStack("molten.LiFBeF2ZrF4UF4".toLowerCase(), 144 * 2), // Fluid - // input - // (slot - // 1) - FluidUtils.getFluidStack("molten.li2bef4", 500), // Fluid - // output - // (slot - // 2) - FluidUtils.getFluidStack("molten.uraniumhexafluoride", 1288), // Output - // Array - // of - // Items - // - - // Upto - // 9, - 420 * 60 * 20, // Time in ticks - 4000); // EU + } catch (final NullPointerException e) { |
