Skip to content

Commit

Permalink
Update ModAntiSpider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent a1bdf9f commit a1bf308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/modifiers/tools/ModAntiSpider.java
Expand Up @@ -2,6 +2,7 @@

import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.StatCollector;

public class ModAntiSpider extends ToolModTypeFilter
{
Expand All @@ -12,7 +13,7 @@ public class ModAntiSpider extends ToolModTypeFilter
public ModAntiSpider(String type, int effect, ItemStack[] items, int[] values)
{
super(effect, "ModAntiSpider", items, values);
tooltipName = "\u00a72Bane of Arthropods";
tooltipName = "\u00a72" + StatCollector.translateToLocal("modifier.tool.spider");
guiType = type;
}

Expand Down

0 comments on commit a1bf308

Please sign in to comment.