Skip to content

Commit

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

import org.lwjgl.opengl.GL11;

import net.minecraft.util.StatCollector;

import tconstruct.library.TConstructRegistry;
import tconstruct.library.crafting.CastingRecipe;
import tconstruct.library.crafting.LiquidCasting;
Expand All @@ -16,7 +18,7 @@ public class RecipeHandlerCastingTable extends RecipeHandlerCastingBase
@Override
public String getRecipeName ()
{
return "Casting Table";
return StatCollector.translateToLocal("tconstruct.nei.castingtable");
}

@Override
Expand Down

0 comments on commit 71275e7

Please sign in to comment.