Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package andrewscode.NaMa.xpTools;
- import net.minecraft.item.EnumToolMaterial;
- import net.minecraft.item.ItemPickaxe;
- public class ExperiencePickaxe extends ItemPickaxe {
- public ExperiencePickaxe(int ItemID, EnumToolMaterial material){
- super(ItemID, material);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment