diff options
author | Alkalus <Draknyte1@hotmail.com> | 2020-04-14 20:14:34 +0100 |
---|---|---|
committer | Alkalus <Draknyte1@hotmail.com> | 2020-04-14 20:14:34 +0100 |
commit | 807c856a641cfba29c2159941f16e3991940e699 (patch) | |
tree | f6684cb14d59722c3ffa706f56949622a11bd1b0 /src/Java/gtPlusPlus | |
parent | 45ca80fa77d081c500cc6df0799a2e824912fd62 (diff) | |
download | GT5-Unofficial-807c856a641cfba29c2159941f16e3991940e699.tar.gz GT5-Unofficial-807c856a641cfba29c2159941f16e3991940e699.tar.bz2 GT5-Unofficial-807c856a641cfba29c2159941f16e3991940e699.zip |
$ Improved recipe verification greatly.
Diffstat (limited to 'src/Java/gtPlusPlus')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 4 |
1 files changed, 1 insertions, 3 deletions
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."); } |