diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-05 14:48:28 +0100 |
---|---|---|
committer | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-05 14:48:28 +0100 |
commit | 6db5ef02f1352fbbcfb0aacd4ae1e16152bf9927 (patch) | |
tree | ab409dd0c7c0d72dd5fa9db517953aa939125a1d /src/main | |
parent | 6a3ec2d15b095cbfac7df2118769385ca78418d6 (diff) | |
download | GT5-Unofficial-6db5ef02f1352fbbcfb0aacd4ae1e16152bf9927.tar.gz GT5-Unofficial-6db5ef02f1352fbbcfb0aacd4ae1e16152bf9927.tar.bz2 GT5-Unofficial-6db5ef02f1352fbbcfb0aacd4ae1e16152bf9927.zip |
remove commented code. we use git for that
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java index 1006b7290e..a484ffa022 100644 --- a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java +++ b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java @@ -116,10 +116,6 @@ public class BotRecipes { // H2WO4 = WO3 + H2O GT_Values.RA.addBlastRecipe(H2WO4, null, null, null, WO3, null, 200, 480, 1200); - // ItemStack WO3Fe = TungstenSteelOxide.get(dust, 2); - // GT_Values.RA.addMixerRecipe(WO3, Materials.Steel.getDust(1), null, null, null, null, - // WO3Fe, 100, 1920); - // WO3 + 6H = W + 3H2O GT_Values.RA.addBlastRecipe( WO3, @@ -225,13 +221,6 @@ public class BotRecipes { 200, 1920); - // LMP-103S - /* - * GT_Values.RA.addMultiblockChemicalRecipe( new ItemStack[] {C24}, new FluidStack[] { - * AmmoniumDinitramide.getFluidOrGas(6000), Materials.Methanol.getFluid(2000), Materials.Ammonia.getGas(500), - * Materials.Water.getFluid(1500) }, new FluidStack[] {LMP103S.getFluidOrGas(10000)}, null, 1200, 1920); - */ - // P4O10 + 2HNO3 + 5H2O = 4H3PO4 + N2O5 GT_Values.RA.addChemicalRecipe( Materials.PhosphorousPentoxide.getDust(14), @@ -418,12 +407,6 @@ public class BotRecipes { 16000); } - /* - * GT_Values.RA.addMixerRecipe( AmmoniumDinitramide.get(cell, 1), C1, null, null, - * Monomethylhydrazine.getFluidOrGas(2000), MonomethylhydrazineFuelMix.getFluidOrGas(3000), cells, 20, 480); - * cells.stackSize = 2; GT_Values.RA.addMixerRecipe( Monomethylhydrazine.get(cell, 2), C2, null, null, - * AmmoniumDinitramide.getFluidOrGas(1000), MonomethylhydrazineFuelMix.getFluidOrGas(3000), cells, 20, 480); - */ cells.stackSize = 1; // unsimetrical hydazine @@ -553,14 +536,6 @@ public class BotRecipes { null, 20, 122_880); - - /* - * cells.stackSize = 2; GT_Values.RA.addMixerRecipe( UnsymmetricalDimethylhydrazine.get(cell, 2), C2, null, - * null, Trinitramid.getFluidOrGas(1000), UnsymmetricalDimethylhydrazineFuelMix.getFluidOrGas(3000), cells, 10, - * 120); cells.stackSize = 1; GT_Values.RA.addMixerRecipe( Trinitramid.get(cell, 1), C2, null, null, - * UnsymmetricalDimethylhydrazine.getFluidOrGas(2000), - * UnsymmetricalDimethylhydrazineFuelMix.getFluidOrGas(3000), cells, 10, 120); - */ } public static void addFuels() { |