Skip to content

Commit

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

import org.lwjgl.opengl.GL11;

import net.minecraft.util.StatCollector;

import tconstruct.library.crafting.DryingRackRecipes;
import tconstruct.library.crafting.DryingRackRecipes.DryingRecipe;
import codechicken.lib.gui.GuiDraw;
Expand Down Expand Up @@ -46,7 +48,7 @@ public PositionedStack getResult ()
@Override
public String getRecipeName ()
{
return "Drying Rack";
return StatCollector.translateToLocal("tconstruct.nei.dryingrack");
}

@Override
Expand Down

0 comments on commit 422158e

Please sign in to comment.