Skip to content

Commit

Permalink
Update RecipeHandlerMelting.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Oct 22, 2014
1 parent 422158e commit b9280a3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -11,6 +11,8 @@

import org.lwjgl.opengl.GL11;

import net.minecraft.util.StatCollector;

import tconstruct.library.crafting.Smeltery;
import codechicken.lib.gui.GuiDraw;
import codechicken.nei.NEIServerUtils;
Expand Down Expand Up @@ -59,7 +61,7 @@ public List<FluidTankElement> getFluidTanks ()
@Override
public String getRecipeName ()
{
return "Smeltery Melting";
return StatCollector.translateToLocal("tconstruct.nei.melting");
}

@Override
Expand Down

0 comments on commit b9280a3

Please sign in to comment.