Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Custom Enchantments #3

Closed
UnknwonPerson opened this issue Mar 16, 2017 · 2 comments
Closed

Custom Enchantments #3

UnknwonPerson opened this issue Mar 16, 2017 · 2 comments

Comments

@UnknwonPerson
Copy link

Can I Know How To Add Enchantments To Weapon?

@Tuke-Nuke
Copy link
Owner

You have 2 expressions:

set held item to held item with custom enchantment SomeEnchantmentName 2
#or
add SomeEnchantmentName 2 to all custom enchantments of held item

In case you want change the level, at this moment you will need to make a little workaround:

set {_enchantment} to "SomeEnchantmentName %{_level}%" parsed as custom enchantment.

#And then you use the expressions above to change:
set held item to held item with custom enchantment {_enchantment}
#or
add {_enchantment} to all custom enchantments of held item

@UnknwonPerson
Copy link
Author

Okay...Thx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants