mschae23 / grind-enchantments

Put enchantments back on a book using a grindstone.
https://legacy.curseforge.com/minecraft/mc-mods/grind-enchantments
GNU Lesser General Public License v3.0
12 stars 13 forks source link

Turn off "ignore curses" #62

Closed DreezyMoto closed 4 weeks ago

DreezyMoto commented 4 weeks ago

looking for a way to disable the ignore curses settings so that i can "uncurse" items. can anyone help me out?

mschae23 commented 4 weeks ago

In the config file (.minecraft/config/grindenchantments.json), find "cursed_enchantments": "ignore", and change ignore to allow. That should be enough to be able to disenchant curses.

DreezyMoto commented 4 weeks ago

That worked, thank you!