diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-10 21:46:58 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-10 21:46:58 +0000 |
commit | 071ac0cca7df642adff90fe50b7028b35559c852 (patch) | |
tree | cdf2daa7e4198ba9689936416b4d031fdee72c0e /src/Java/gtPlusPlus/nei/NEI_GT_Config.java | |
parent | b3aba53222d66327557cf06a4aea202b72851f03 (diff) | |
download | GT5-Unofficial-071ac0cca7df642adff90fe50b7028b35559c852.tar.gz GT5-Unofficial-071ac0cca7df642adff90fe50b7028b35559c852.tar.bz2 GT5-Unofficial-071ac0cca7df642adff90fe50b7028b35559c852.zip |
Added HS-188A.
Fixed NEI handling for some handlers.
Fixed some tooltips.
Diffstat (limited to 'src/Java/gtPlusPlus/nei/NEI_GT_Config.java')
-rw-r--r-- | src/Java/gtPlusPlus/nei/NEI_GT_Config.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java index 1595bc8c8e..b28cc933ae 100644 --- a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java +++ b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java @@ -70,8 +70,6 @@ implements IConfigureNEI { new GT_NEI_MultiNoCell(GTPP_Recipe_Map.sMultiblockElectrolyzerRecipes_GT); Logger.INFO("NEI Registration: Registering NEI handler for "+GTPP_Recipe_Map.sMultiblockMixerRecipes_GT.mNEIName); new GT_NEI_MultiNoCell(GTPP_Recipe_Map.sMultiblockMixerRecipes_GT); - //Logger.INFO("NEI Registration: Registering NEI handler for "+GTPP_Recipe_Map.sSpargeTowerRecipes.mNEIName); - //new GT_NEI_MultiNoCell(GTPP_Recipe_Map.sSpargeTowerRecipes); Logger.INFO("NEI Registration: Registering NEI handler for "+DecayableRecipeHandler.mNEIName); API.registerRecipeHandler(new DecayableRecipeHandler()); |