Posted January 29, 201411 yr How do you make swords in 1.7? im using a onentityhit method right know Only code when your having fun doing it.
January 29, 201411 yr Author ItemSword newSword = new ItemSword(ToolMaterial.EMERALD); thank you! Only code when your having fun doing it.
January 29, 201411 yr Author ItemSword newSword = new ItemSword(ToolMaterial.EMERALD); how do i set the damage? or is it set automaticly? Only code when your having fun doing it.
January 29, 201411 yr You can set the damage by either setting it to a new material, or creating your own class extending sword. To create your own material, look into EnumHelper. Kain
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.