aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGDCloud <gdcloudstrike@gmail.com>2023-01-26 18:26:20 +0100
committerGDCloud <gdcloudstrike@gmail.com>2023-01-26 18:26:20 +0100
commitf03b07708d5a8777d248c4f4e4b84565fd1e4e44 (patch)
tree857f7683d3cc061d4f0433cbf3d114fd86044110 /src
parent29ca9b85df567437fcb806d9b957447e9ed8f5f4 (diff)
downloadGT5-Unofficial-f03b07708d5a8777d248c4f4e4b84565fd1e4e44.tar.gz
GT5-Unofficial-f03b07708d5a8777d248c4f4e4b84565fd1e4e44.tar.bz2
GT5-Unofficial-f03b07708d5a8777d248c4f4e4b84565fd1e4e44.zip
Optically Compatible Memory
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java16
1 files changed, 16 insertions, 0 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 a50fe6191d..e74e1b04f2 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
@@ -4644,6 +4644,22 @@ public class DreamCraftRecipeLoader {
// region items
+ // Optically Compatible Memory
+ GT_Values.RA.addCircuitAssemblerRecipe(
+ new ItemStack[] {
+ GT_ModHandler.getModItem("OpenComputers", "item", 1L, 39), // Memory tier 3.5
+ ItemList.Circuit_Chip_Optical.get(1L),
+ CustomItemList.DATApipe.get(4L),
+ GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUEV, 4L),
+ GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Infinity, 8L),
+ GT_ModHandler.getModItem("supersolarpanel", "solarsplitter", 1L, 0) // Solar Light Splitter
+ },
+ new FluidStack(solderUEV, 288),
+ ItemList.Optically_Compatible_Memory.get(2),
+ 10 * 20,
+ 7_864_320,
+ false);
+
// Optical Processor
GT_Values.RA.addCircuitAssemblerRecipe(
new ItemStack[] {