Jump to content

[1.8] Enchantments for own Weapons or Tools.


xInsidion

Recommended Posts

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();

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.