Questions about enchanting items

Started by computernala on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 15:33, 6. Feb 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Questions about enchanting items
Wed, 02/01/2023 - 14:09 (edited)

 

I'm trying to make a mod where you get mending enchanted books when you swing them.
However, enchanted books are obtained, but mending is not possible.
Any ideas how to solve this?

Edited by computernala on Wed, 02/01/2023 - 14:09
Last seen on 13:17, 17. Apr 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn the book using this…
Fri, 02/17/2023 - 19:20

Spawn the book using this command:

/summon item ~ ~ ~ {PickupDelay:10,Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:mending",lvl:1s}]}}}