When you fishing can't pick enchantment books, or enchanted leather armor!
Can confirm, the enchant_with_levels function does not enchant the book but will enchant other items. For comparison, enchant_randomly does correctly enchant the book.
enchant_with_levels
enchant_randomly
Reporter: Miguel Martin Martinez Duran
Assignee: Erik Broes
Created: 2016-08-14T17:27:06Z
Updated: 2025-04-15T04:56:24Z
Resolved: 2016-08-15T12:21:47Z
ADO:
Confirmation Status: Confirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 16w32b
Fix Versions: Minecraft 16w33a
Retrieved 2025-09-14T05:26:51Z
Can confirm, the
enchant_with_levels
function does not enchant the book but will enchant other items. For comparison,enchant_randomly
does correctly enchant the book.