AdvancedEnchantments

How to use enchants

This is an example configuration for an ItemsAdder custom item enchant.

This requires ItemsAdder 2.5.2+

  ruby_pickaxe:
    display_name: display-name-ruby_pickaxe
    permission: ruby_pickaxe
    resource:
      material: DIAMOND_PICKAXE
      generate: true
      textures:
      - item/ruby_pickaxe.png
    enchants:
    - ambit:7

Last updated