Dragon Drops Elytra: Add config support for specifying enchants
Wolfdv1 opened this issue ยท 0 comments
Information
Minecraft version: 1.21.4 - Tho as is quite basic can be likely merged/back ported to all 1.21 versions that support the new data driven enchants
Modloader: Forge / NeoForge / Fabric / Quilt
Mod name: Dragon Drops Elytra
Feature description
I wanted to specify some enchants for the Elytra to have when dropped from the dragon.
For me I wanted to nerf it somewhat with Curse of Binding and Curse of Vanishing- this would allow it to be used but also give incentive for exploring to find the 'Vanilla' one in the end city.
I hard coded this for my own uses but decided might be nice to have this as a config driven option.
Will submit a PR shortly, apologies if I have missed an option in Collective.Config.DuskConfig for Array/Lists - just used some regex and basic string logic for this.