Suggestion: Add support for a greater variety of item types
Luke616 opened this issue ยท 1 comments
Hello,
Played around with the configuration of this mod last night, and found some small issues. Some modded enchantments by default will specify an applicable item type which does not exist in vanilla by default.
For example, the mod "Veining" adds a veining enchantment which only works on pickaxes. It specifies "PICKAXE" as the item type, which is a string that Enchantments Control does not understand and by default enchantments control will make this enchantment available to any item. Another example are the enchantments added to shields by spartan's shields, or to throwables by spartan's weaponry. Both add custom applicable item types for Shields and Throwables, and this causes these enchantments to be applied to any item when loaded with Enchantments Control. Would it be possible to add a workaround for this?
Versions:
Forge 14.23.5.2808
Enchantments Control 1.1.0
Thanks much,
- Luke