Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enchantment ID Blacklist for the Purifier #855

Open
Bluberry-Kat opened this issue Mar 5, 2021 · 1 comment
Open

Enchantment ID Blacklist for the Purifier #855

Bluberry-Kat opened this issue Mar 5, 2021 · 1 comment

Comments

@Bluberry-Kat
Copy link

Issue type:

  • ➕ Feature request

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:

[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"

@rubensworks
Copy link
Member

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Accepted (To Do)
Development

No branches or pull requests

2 participants