Conflicts
How It Works
YAML Syntax
conflicts:
- other_enchant_id
- another_enchant_idExample
# In heavy.yml
display_name: "<gray>Heavy"
conflicts:
- lightweight# lightweight.yml doesn't need to declare the conflict back,
# but it can for clarity:
display_name: "<white>Lightweight"
conflicts:
- heavyBypassing Conflicts
Notes
Last updated