diff options
author | Dream-Master <dream-master@gmx.net> | 2019-06-04 19:33:47 +0200 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2019-06-04 19:33:47 +0200 |
commit | 100952ac686dafbfee053254355ef6fa605eb0b9 (patch) | |
tree | ae86754717100584bcaebc79802c988eef81deb3 /src/main | |
parent | 9c14f9b26d7f958689e27660c15b5b2a447cdf09 (diff) | |
download | GT5-Unofficial-100952ac686dafbfee053254355ef6fa605eb0b9.tar.gz GT5-Unofficial-100952ac686dafbfee053254355ef6fa605eb0b9.tar.bz2 GT5-Unofficial-100952ac686dafbfee053254355ef6fa605eb0b9.zip |
[Recipes] Assembly line need few changes. #4636
https://github.com/GTNewHorizons/NewHorizons/issues/4636
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index cb4c991f76..4875847fd4 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -143,7 +143,7 @@ public class DreamCraftRecipeLoader implements Runnable { getOrDefault("Trinium",Materials.Osmium).getMolten(1296), Materials.Osmium.getMolten(1296), new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Argon.getGas(576), + Materials.Argon.getGas(1000), }, CustomItemList.eM_Hollow.get(2), 200, 2000000); //EM Coil |