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

Enchanted book is there but I can't take it #51

Closed Galabeam closed 7 months ago

Galabeam commented 8 months ago

image Whenever I click the book, it instantly puts it back. I'm using 1.20.2 on a fabric server. The mod is installed on the server and not my client, the reason for this is I want mods that my friends don't have to download.

mschae23 commented 8 months ago

Whenever I click the book, it instantly puts it back.

Are you sure that you have enough XP to disenchant the book? If the mod is not installed on the client, you'll have to set alternative_cost_display_enabled to true in the options, which will show the enchantment cost in the tooltip.

Galabeam commented 7 months ago

Oh, I completely forgot about that config bool, thank you so much.