diff options
author | Спартак <spartak_korolev@mail.ru> | 2019-04-23 23:28:19 +0300 |
---|---|---|
committer | Daniel <daniel112092@gmail.com> | 2019-04-23 22:28:19 +0200 |
commit | 048a5a1c4e3607e8aef2ba008c8604206ed2a4f7 (patch) | |
tree | 03cde6b887ae9cf63ba1cdac990a5eb70b5e6c7a /src | |
parent | 7abe0abcc7ee69287c08f6929df5c466a7fe4aa2 (diff) | |
download | GT5-Unofficial-048a5a1c4e3607e8aef2ba008c8604206ed2a4f7.tar.gz GT5-Unofficial-048a5a1c4e3607e8aef2ba008c8604206ed2a4f7.tar.bz2 GT5-Unofficial-048a5a1c4e3607e8aef2ba008c8604206ed2a4f7.zip |
Change recipe of Biomainframe (#15)
The recipe became more logic.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 3 |
1 files changed, 1 insertions, 2 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 210dd4421e..d771a404ca 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 @@ -802,8 +802,7 @@ public class DreamCraftRecipeLoader implements Runnable { 96000, 256, 1000000, 16, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 4L), ItemList.Circuit_Biowaresupercomputer.get(2L), - ItemList.Circuit_Parts_Coil.get(64L), - ItemList.Circuit_Parts_Coil.get(64L), + ItemList.UV_Coil.get(16L), ItemList.Circuit_Parts_CapacitorSMD.get(64L), ItemList.Circuit_Parts_ResistorSMD.get(64L), ItemList.Circuit_Parts_TransistorSMD.get(64L), |