You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Purifier can disenchant tools and remove curses as well.
This is pretty powerful, depending on the modpack.
I think it would be nice to have a blacklist for enchantments that the purifier can effect or not.
Proposed format:
[machine]
[machine.purifier]
#Item that can not be disenchanted. Regular expressions are allowed.disenchantBlacklist = ["tetra:.*"]
#Enchantments to be disqualified from disenchantment, or curses disallowed from purification.enchantmentIdBlacklist = ["minecraft:vanishing_curse","evilcraft:vengeance"]
Potentially disenchantBlacklist could be renamed to disambiguate.
Might be some work, but if it happens, I'd suggest "itemBlacklist"
The text was updated successfully, but these errors were encountered:
Issue type:
Short description:
The Purifier can disenchant tools and remove curses as well.
This is pretty powerful, depending on the modpack.
I think it would be nice to have a blacklist for enchantments that the purifier can effect or not.
Proposed format:
Potentially
disenchantBlacklist
could be renamed to disambiguate.Might be some work, but if it happens, I'd suggest "itemBlacklist"
The text was updated successfully, but these errors were encountered: