Skip to content

Commit

Permalink
Update RecipeHandlerAlloying.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Oct 22, 2014
1 parent b47464b commit a676015
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -5,6 +5,8 @@
import java.util.Iterator;
import java.util.List;

import net.minecraft.util.StatCollector;

import net.minecraftforge.fluids.FluidStack;

import org.lwjgl.opengl.GL11;
Expand Down Expand Up @@ -86,7 +88,7 @@ public List<FluidTankElement> getFluidTanks ()
@Override
public String getRecipeName ()
{
return "Smeltery Alloying";
return StatCollector.translateToLocal("tconstruct.nei.alloying");
}

@Override
Expand Down

0 comments on commit a676015

Please sign in to comment.