diff options
| author | Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> | 2023-02-13 14:16:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 14:16:28 +0000 |
| commit | d28f3c467c548a8d85d4a68e371239b5160fc039 (patch) | |
| tree | 109aaeb8703e7f8b2805293738b94ffb8117d826 /src/main | |
| parent | 44c2fa1a6f11aa488b00412a77a786ba5339011c (diff) | |
| parent | 3e345d15059d9fcb7e7ac7a03a598ab8357fb7dc (diff) | |
| download | GT5-Unofficial-d28f3c467c548a8d85d4a68e371239b5160fc039.tar.gz GT5-Unofficial-d28f3c467c548a8d85d4a68e371239b5160fc039.tar.bz2 GT5-Unofficial-d28f3c467c548a8d85d4a68e371239b5160fc039.zip | |
Merge pull request #153 from GTNewHorizons/PicoBoard
Swap pico circuit board
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 cd93641235..77427a56cf 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 @@ -2891,7 +2891,7 @@ public class DreamCraftRecipeLoader { 1024, 4000000, 64, - new Object[] { ItemList.Circuit_Board_Bio_Ultra.get(1L), getItemContainer("PicoWafer").get(4L), + new Object[] { ItemList.Circuit_Board_Optical.get(1L), getItemContainer("PicoWafer").get(4L), new Object[] { OrePrefixes.circuit.get(Materials.Optical), 2L }, ItemList.Circuit_Parts_TransistorXSMD.get(48L), ItemList.Circuit_Parts_ResistorXSMD.get(48L), ItemList.Circuit_Parts_CapacitorXSMD.get(48L), ItemList.Circuit_Parts_DiodeXSMD.get(48L), |
