diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2022-08-10 22:30:21 +0100 |
---|---|---|
committer | chochem <40274384+chochem@users.noreply.github.com> | 2022-08-10 22:30:21 +0100 |
commit | 45295e6d6fdc854de838d0bb022f16d93ec8e599 (patch) | |
tree | 9476011172329c9e10af65322230c944b1c947af | |
parent | fa64ac388249264734bd28c647a0622342257b0b (diff) | |
download | GT5-Unofficial-45295e6d6fdc854de838d0bb022f16d93ec8e599.tar.gz GT5-Unofficial-45295e6d6fdc854de838d0bb022f16d93ec8e599.tar.bz2 GT5-Unofficial-45295e6d6fdc854de838d0bb022f16d93ec8e599.zip |
typo
-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 f8c50aac4b..5da9551d34 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 @@ -1393,7 +1393,7 @@ public class DreamCraftRecipeLoader { ELEMENT.STANDALONE.ASTRAL_TITANIUM.getFluidStack(576), }, GregtechItemList.Casing_Fusion_External.get(1), 300, 2000000); - // Draconic Evolution Fusion Controller controller + // Draconic Evolution Fusion Crafter Controller if (Loader.isModLoaded("AWWayofTime")&&Loader.isModLoaded("EMT")){ TT_recipeAdder.addResearchableAssemblylineRecipe(GT_ModHandler.getModItem("EMT", "EMT_GTBLOCK_CASEING", 1, 8), 16_777_216, 1024, 2_000_000, 8, new Object[]{ |