Jump to content

Recommended Posts

Posted (edited)

I want to create a mod that gives me a 32K sword.

i tried:

ItemStack stack = new ItemStack(Items.DIAMOND_SWORD, 1);
stack.addEnchantment(Enchantments.SHAPRNESS, 32767);

, but in the game, it says enchantment level -1. Can anyone help?

Edited by InfinitePower563
Posted

Huh does that even need to be elaborated? I just said that he can copy the method and paste it in whatever utility class (or what class he wants) as a static method then modify it a bit. I am not going to teach basic java here but for the sake of explanation, enchantments level is read as an integer idk why the addEnchantment method converts it into a byte and you can just modify it a bit so that it will no longer be casted into byte and short...

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.