Posted July 15, 201312 yr I've made a block with harvest level 4 and a pickaxe with harvest level 3, and the pickaxe can break the block. A diamond pickaxe is level 3 and cannot break the block so I must have something wrong with my pickaxe. tool material public static EnumToolMaterial toolRuby = EnumHelper.addToolMaterial("msRUBY", 3, 1500, 9.0F, 4, 15); tool rubyPickaxe = new ItemRubyPickaxe(8203, toolRuby).setUnlocalizedName("rubyPickaxe");
July 15, 201312 yr ItemTubyPickaxe class? Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
July 16, 201312 yr Author ItemTubyPickaxe class? public class ItemRubyPickaxe extends ItemPickaxe { public ItemRubyPickaxe(int par1, EnumToolMaterial par2EnumToolMaterial) { super(par1, par2EnumToolMaterial); this.setCreativeTab(CreativeTabs.tabTools); } public void registerIcons(IconRegister iconRegister){ this.itemIcon = iconRegister.registerIcon(IgnotisMain.modid + ":" + this.getUnlocalizedName().substring(5)); } }
July 16, 201312 yr Wow, I can't seem to find what's causing the bug... Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.