Questions about enchanting items

Started by computernala on

Topic category: Troubleshooting, bugs, and solutions

Active 2 years ago
Joined Feb 2023
Points:
285

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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
Active 1 year ago
Joined Mar 2020
Points:
665

User statistics:

  • Modifications: 2
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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}]}}}