aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDCloud <gdcloudstrike@gmail.com>2023-01-26 15:57:10 +0100
committerGDCloud <gdcloudstrike@gmail.com>2023-01-26 15:58:02 +0100
commit29ca9b85df567437fcb806d9b957447e9ed8f5f4 (patch)
tree1bdd6f015ce32f06d7b18b4ac6359c7f6557f319
parent59af2d66fdccc303365b3f2a2a20d91d886ac2a2 (diff)
downloadGT5-Unofficial-29ca9b85df567437fcb806d9b957447e9ed8f5f4.tar.gz
GT5-Unofficial-29ca9b85df567437fcb806d9b957447e9ed8f5f4.tar.bz2
GT5-Unofficial-29ca9b85df567437fcb806d9b957447e9ed8f5f4.zip
Optical processor + bump gt dep
-rw-r--r--dependencies.gradle2
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java16
2 files changed, 17 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index de5c895fef..3f6e8bf426 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -2,7 +2,7 @@
dependencies {
shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1')
- compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.217-pre:dev')
+ compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.243-pre:dev')
compile('com.github.GTNewHorizons:ModularUI:1.0.38:dev')
compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev')
compile('com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev')
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 7da6749a8a..a50fe6191d 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
+ // Optical Processor
+ GT_Values.RA.addCircuitAssemblerRecipe(
+ new ItemStack[] {
+ ItemList.Optically_Perfected_CPU.get(1L),
+ ItemList.Optically_Compatible_Memory.get(2L),
+ ItemList.Circuit_Parts_CapacitorXSMD.get(16L),
+ ItemList.Circuit_Parts_DiodeXSMD.get(16L),
+ CustomItemList.DATApipe.get(4L),
+ GT_OreDictUnificator.get(OrePrefixes.bolt, Materials.EnrichedHolmium, 16)
+ },
+ new FluidStack(solderUEV, 288),
+ ItemList.Circuit_OpticalProcessor.get(1L),
+ 20 * 20,
+ 614400,
+ true);
+
// Parametrizer Memory Card
GT_Values.RA.addCircuitAssemblerRecipe(
new ItemStack[] {