package com.pam.desertcraft;
import net.minecraft.item.ItemAxe;
public class ItemPamAxe extends ItemAxe
{
public ItemPamAxe(ToolMaterial par2EnumToolMaterial) {
super(par2EnumToolMaterial);
setCreativeTab(desertcraft.tabDesertcraft);
// TODO Auto-generated constructor stub
}
}