diff options
author | Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> | 2022-07-04 21:57:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 21:57:42 +0800 |
commit | 4657b8cdbfc1f53c1e7e9a71149f3952c3ad64f7 (patch) | |
tree | 249292f1c0ff50ec92e0c1eebbd823c5b9a2b067 /src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java | |
parent | 3f000e8a82e30beb00d02b8110263aed5b503489 (diff) | |
download | GT5-Unofficial-4657b8cdbfc1f53c1e7e9a71149f3952c3ad64f7.tar.gz GT5-Unofficial-4657b8cdbfc1f53c1e7e9a71149f3952c3ad64f7.tar.bz2 GT5-Unofficial-4657b8cdbfc1f53c1e7e9a71149f3952c3ad64f7.zip |
oversight
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java index cec8756451..77015a4c6e 100644 --- a/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java +++ b/src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java @@ -413,9 +413,11 @@ public class BotRecipes { 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); |