Skip to content

Commit

Permalink
Update ModBlaze.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent 01fe4b7 commit 04a854a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/modifiers/tools/ModBlaze.java
Expand Up @@ -6,6 +6,7 @@
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import tconstruct.library.tools.ToolCore;
import net.minecraft.util.StatCollector;

public class ModBlaze extends ToolModTypeFilter
{
Expand All @@ -15,7 +16,7 @@ public class ModBlaze extends ToolModTypeFilter
public ModBlaze(int effect, ItemStack[] items, int[] values)
{
super(effect, "Blaze", items, values);
tooltipName = "\u00a76Fiery";
tooltipName = "\u00a76" + StatCollector.translateToLocal("modifier.tool.blaze");
max = 25;
}

Expand Down

0 comments on commit 04a854a

Please sign in to comment.