From cc105cecba37659945a5d4b411af313967027267 Mon Sep 17 00:00:00 2001 From: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Date: Mon, 25 Jul 2022 02:10:21 +0100 Subject: Opps --- .../tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/com') 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 b9d128ce37..830197c294 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 @@ -784,10 +784,10 @@ public class DreamCraftRecipeLoader { }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); -// item_parts_UHV_assline_recipes(); -// item_parts_UEV_assline_recipes(); + item_parts_UHV_assline_recipes(); + item_parts_UEV_assline_recipes(); // Leave me alone I will do this at some point );< -// item_parts_UMV_assline_recipes(); + item_parts_UMV_assline_recipes(); //UHV-UMV Energy Hatch & Dynamo TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Energy_UV.get(1L), -- cgit