Posted March 9, 201510 yr Hello i've made my own Weapons and Tools. But i can only enchant my Weapons with Unbreaking.. How can i fix this?
March 9, 201510 yr Author When i do this i get an Error. public ItemIceSword(ItemIceToolMaterial material) { super(material); this.pixyaMaterial = material; this.maxStackSize = 1; this.setMaxDamage(material.getMaxUses()); this.setCreativeTab(CreativeTabs.tabCombat); this.attackDamage = material.getDamageVsEntity();
March 10, 201510 yr Maybe if you told us what the error said we could help. I personally don't have a crystal ball so I can't see it unless you give us the error message. If my post helped you, please press that "Thank You"-button to show your appreciation. Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding! Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.
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.