From 807c856a641cfba29c2159941f16e3991940e699 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 14 Apr 2020 20:14:34 +0100 Subject: $ Improved recipe verification greatly. --- src/Java/gtPlusPlus/GTplusplus.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Java/gtPlusPlus') diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 339c0125fb..1bf67c15fc 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -19,7 +19,6 @@ import gregtech.api.enums.Materials; import gregtech.api.enums.Textures; import gregtech.api.enums.Textures.BlockIcons; import gregtech.api.util.*; -import gregtech.api.util.GTPP_Recipe.GTPP_Recipe_Map_Internal; import gregtech.api.util.GT_Recipe.GT_Recipe_Map; import gtPlusPlus.api.objects.Logger; import gtPlusPlus.core.chunkloading.GTPP_ChunkManager; @@ -250,8 +249,7 @@ public class GTplusplus implements ActionListener { public void onLoadComplete(FMLLoadCompleteEvent event) { proxy.onLoadComplete(event); generateGregtechRecipeMaps(); - // Check our maps ar euntouched - Logger.INFO("Making sure that all GT++ recipes are untouched."); + // Check our maps are untouched GTPP_Recipe.checkRecipeModifications(); Logger.INFO("Passed verification checks."); } -- cgit