Skip to content

Commit

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

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

public class ModReinforced extends ModInteger
{

public ModReinforced(ItemStack[] items, int effect, int increase)
{
super(items, effect, "Reinforced", 1, "\u00a75", "Reinforced");
super(items, effect, StatCollector.translateToLocal("modifier.tool.reinforced"), 1, "\u00a75", StatCollector.translateToLocal("modifier.tool.reinforced"));
}

@Override
Expand Down

0 comments on commit 8b296e0

Please sign in to comment.