AdvancedEnchantments
How to use enchants
This is an example configuration for an ItemsAdder custom item enchant.
info:
namespace: test
items:
advanced_enchants_test:
display_name: advanced_enchants_test
resource:
material: DIAMOND_SWORD
generate: false
model_path: minecraft:item/emerald
enchants:
- Beastslayer
- Epicness
- Immolation
Warning
In order to use custom AdvancedEnchantments enchants on your ItemsAdder items you have to enable it in config.yml of ItemsAdder.
advanced_enchantments:
enable_custom_enchants_in_items_configs: true
This has a downside though. You won't be able to use custom armors texture in the Armor Set feature of AdvancedEnchantments because of how they hook into my plugin. There is nothing I can do.
Last updated
Was this helpful?