Jump to content

Recommended Posts

Posted

Hey, does anyone know a way i can add an enchantment like feather falling to a player? (not via armor), or direct me to where it is coded when a player is wearing an enchanted piece of armor, do the following?.

 

Pretty much what i want to do is add "Feather Falling" to the player

 

Thnx

Posted

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...

Posted

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?

Posted

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...

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.