aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/nei/NEI_GT_Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/nei/NEI_GT_Config.java')
-rw-r--r--src/Java/gtPlusPlus/nei/NEI_GT_Config.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java
index 06e02d273b..57da808f1d 100644
--- a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java
+++ b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java
@@ -91,9 +91,9 @@ implements IConfigureNEI {
API.registerRecipeHandler(new DecayableRecipeHandler());
API.registerUsageHandler(new DecayableRecipeHandler());
- Logger.INFO("NEI Registration: Registering NEI handler for "+SpargingRecipeHandler.mNEIName);
- API.registerRecipeHandler(new SpargingRecipeHandler());
- API.registerUsageHandler(new SpargingRecipeHandler());
+ Logger.INFO("NEI Registration: Registering NEI handler for "+GT_NEI_LFTR_Sparging.mNEIName);
+ API.registerRecipeHandler(new GT_NEI_LFTR_Sparging());
+ API.registerUsageHandler(new GT_NEI_LFTR_Sparging());
// Hide Flasks
if (Utils.isClient()) {