aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/nei/NEI_GT_Config.java
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-10 21:46:58 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-10 21:46:58 +0000
commit071ac0cca7df642adff90fe50b7028b35559c852 (patch)
treecdf2daa7e4198ba9689936416b4d031fdee72c0e /src/Java/gtPlusPlus/nei/NEI_GT_Config.java
parentb3aba53222d66327557cf06a4aea202b72851f03 (diff)
downloadGT5-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.java2
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());