Skip to content

Commit

Permalink
Update ModButtertouch.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent e3bc06e commit a14f47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/modifiers/tools/ModButtertouch.java
Expand Up @@ -11,13 +11,14 @@
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
import tconstruct.library.tools.ToolCore;
import net.minecraft.util.StatCollector;

public class ModButtertouch extends ModBoolean
{

public ModButtertouch(ItemStack[] items, int effect)
{
super(items, effect, "Silk Touch", "\u00a7e", "Silky");
super(items, effect, StatCollector.translateToLocal("gui.modifier.silk"), "\u00a7e", StatCollector.translateToLocal("modifier.tool.silk"));
}

@Override
Expand Down

0 comments on commit a14f47e

Please sign in to comment.