aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSphyix <masifede2@gmail.com>2022-01-21 00:29:47 +0100
committerSphyix <masifede2@gmail.com>2022-01-21 00:29:47 +0100
commit223bbd822b8656fe4b5d805db71dab4730dc145d (patch)
treed3a6ed80f2af7c7698a1647a4303fd1203f4e07d
parent88474a18b40c51444ec5889e6d11f80549c1eef9 (diff)
downloadGT5-Unofficial-223bbd822b8656fe4b5d805db71dab4730dc145d.tar.gz
GT5-Unofficial-223bbd822b8656fe4b5d805db71dab4730dc145d.tar.bz2
GT5-Unofficial-223bbd822b8656fe4b5d805db71dab4730dc145d.zip
fix consistency across circuits
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java2
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 b679d3cff8..c95caf742e 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
@@ -1246,7 +1246,7 @@ public class DreamCraftRecipeLoader implements Runnable {
TT_recipeAdder.addResearchableAssemblylineRecipe(getItemContainer("PikoCircuit").get(1L),
720000, 2048, 8000000, 128, new ItemStack[]{
GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Neutronium, 16),
- getItemContainer("PikoCircuit").get(8L),
+ getItemContainer("PikoCircuit").get(2L),
ItemList.Circuit_Parts_CapacitorASMD.get(64L),
ItemList.Circuit_Parts_DiodeASMD.get(64L),
ItemList.Circuit_Parts_TransistorASMD.get(64L),