[Feature Request] Quick Fortune and Looting configuration
CultistO opened this issue ยท 2 comments
It is really frustrating to configure a new drop for every level of looting or fortune. But especially for mob drops, configuring a new drop and not doing so removes the mechanic of the enchantment, even for remaining vanilla-esque drops. Would it be possible to add a parameter like:
looting: DIAMOND_PICK
To allow looting to increase drops in this drop by the vanilla amount (that is increasing the max number of ranges by 1/level, or percentages by 0.5%/level) when using a listed tool?
Obviously the fortune would work the same way, but with fortune enchantments, but fortune is applied a little more complicatedly, (different adjustments depending on which category of block you are mining, and not a linear progression) so you might need something like "fortune.2:"
Alternatively you could have it adjust drops by a configurable amount ("looting.2%.4" would increase drops by 2%/level or the max by 4/level) This method could probably allow fortune and looting to be the same parameter.
Though the general idea of allowing fortune and looting enchantments to work without having to set up a config for each level of the enchantment is good. Still trying to think of the best way - perhaps setting up some values (in otherdrops-config) for multipliers that could automatically take effect.