diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2022-08-10 22:08:31 +0100 |
---|---|---|
committer | chochem <40274384+chochem@users.noreply.github.com> | 2022-08-10 22:08:31 +0100 |
commit | 3f7b83774e4fd7fe2e5e8e6a9379768c2ab02f2b (patch) | |
tree | 19e0e8b0b4ae2072b822790e6d316aab06dba9f9 | |
parent | 719a37c0b46badf91de1d92d2a1b245bedd11584 (diff) | |
download | GT5-Unofficial-3f7b83774e4fd7fe2e5e8e6a9379768c2ab02f2b.tar.gz GT5-Unofficial-3f7b83774e4fd7fe2e5e8e6a9379768c2ab02f2b.tar.bz2 GT5-Unofficial-3f7b83774e4fd7fe2e5e8e6a9379768c2ab02f2b.zip |
get the controller
-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 57e5048b61..2bd5511707 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 @@ -1411,7 +1411,7 @@ public class DreamCraftRecipeLoader { new FluidStack(solderIndalloy, 2880), Materials.Void.getMolten(2880L), Materials.DraconiumAwakened.getMolten(1440), - }, DECC, 1500, 8_000_000); + }, GT_ModHandler.getModItem("gregtech", "gt.blockmachines", 1, 5001), 1500, 8_000_000); } //region singleblocks |