Jump to content

[1.7.10] Add enchantment to PLAYER


Manslaughter777

Recommended Posts

You mean like to player, as if he was wearing armor with this enchantement?

Well, it's not easy.

It depends of what this enchantement does.

Enchantements like knockback resistance is easy: just apply enchntement's attribute modifiers each tick.

Enchantements like looting will require event handling, and advanced dynamic coding.

Enchantements that are calculated on place of code, where no events exist (like if there were "no falling anvil damage" enchantement), will require asm...

Link to comment
Share on other sites

You mean like to player, as if he was wearing armor with this enchantement?

Well, it's not easy.

It depends of what this enchantement does.

Enchantements like knockback resistance is easy: just apply enchntement's attribute modifiers each tick.

Enchantements like looting will require event handling, and advanced dynamic coding.

Enchantements that are calculated on place of code, where no events exist (like if there were "no falling anvil damage" enchantement), will require asm...

Feather Falling would be like knockback resistance. How would i apply the enchantments attribute modifiers?

Link to comment
Share on other sites

You mean like to player, as if he was wearing armor with this enchantement?

Well, it's not easy.

It depends of what this enchantement does.

Enchantements like knockback resistance is easy: just apply enchntement's attribute modifiers each tick.

Enchantements like looting will require event handling, and advanced dynamic coding.

Enchantements that are calculated on place of code, where no events exist (like if there were "no falling anvil damage" enchantement), will require asm...

Feather Falling would be like knockback resistance. How would i apply the enchantments attribute modifiers?

Are you sure, that it's attribute based enchantement?

There's no such attribute as fall damage negation.

Look deeper in code, and check where and how it is used in vanilla...

Then come back...

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.