package com.pam.desertcraft; import net.minecraft.item.ItemSword; public class ItemPamSword extends ItemSword { public ItemPamSword(ToolMaterial par2EnumToolMaterial) { super(par2EnumToolMaterial); setCreativeTab(desertcraft.tabDesertcraft); } }