diff options
author | miozune <miozune@gmail.com> | 2022-04-22 02:54:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 19:54:16 +0200 |
commit | 04f978944160f70e351e9348978ea7606a52eda1 (patch) | |
tree | 5f269a2023410aa5c9a6b3f250bea0456096aff9 /src/main/java/gtPlusPlus/xmod/gregtech/recipes | |
parent | da2da8e976d0b4d64524d0c853acabe5689f4d7b (diff) | |
download | GT5-Unofficial-04f978944160f70e351e9348978ea7606a52eda1.tar.gz GT5-Unofficial-04f978944160f70e351e9348978ea7606a52eda1.tar.bz2 GT5-Unofficial-04f978944160f70e351e9348978ea7606a52eda1.zip |
Fix Wood's Glass Lens is getting consumed to process Hydrogen Chloride Mix (#178)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/recipes')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java b/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java index 2c14d06567..c178f02091 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java @@ -1467,7 +1467,7 @@ public class GregtechRecipeAdder implements IGregtech_RecipeAdder { false, new ItemStack[] { aInput1, - GregtechItemList.Laser_Lens_WoodsGlass.get(1), + GregtechItemList.Laser_Lens_WoodsGlass.get(0), }, new ItemStack[] { aOutput |