package net.tropicraft.item.tool;
public class ItemUnderwaterPickaxe extends ItemTropicraftPickaxe implements IUnderwaterTool {
public ItemUnderwaterPickaxe(ToolMaterial toolMaterial, String textureName) {
super(toolMaterial, textureName);
}
}