You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A guide to creating and handling custom enchantments, but not using the traditionally hacky way, instead using the PDC and ItemStack lore as a way to handle custom enchants. This is to discourage bad use of the "API". Should probably include a simple way to add the enchantment to the itemstack, probably by listening to the enchant event, and a way to detect the itemstack was used for something.
Was initially part of #107 but was split off to be its own guide.
The text was updated successfully, but these errors were encountered:
A guide to creating and handling custom enchantments, but not using the traditionally hacky way, instead using the PDC and ItemStack lore as a way to handle custom enchants. This is to discourage bad use of the "API". Should probably include a simple way to add the enchantment to the itemstack, probably by listening to the enchant event, and a way to detect the itemstack was used for something.
Was initially part of #107 but was split off to be its own guide.
The text was updated successfully, but these errors were encountered: