Posted June 29, 201510 yr 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
June 29, 201510 yr 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... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
June 29, 201510 yr Author 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?
June 29, 201510 yr 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... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
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.