Started by
dreamingdreamer
on
Topic category: Help with Minecraft modding (Java Edition)
The element tag contains "enchantable/...".
So, enchanting a custom book was possible.
However, it doesn't merge with the item in the anvil.
Do I need a different tag for that? (um... The 'minecraft:bow' tag is not helpful...)
and where should I use it?
Edited by dreamingdreamer on Thu, 10/30/2025 - 18:05
is your custom enchanted book like a completely custom item?
Its code inherits from the Item class.
I created the item through the GUI.
Please understand that I don't know what a completely custom item means.
and no 'custom enchantments' were used.
I meant did you just use this,
I didn't use it
then what did you do?
I made a custom book.
and enchant the custom book.
now, I can't merge the custom book in anvil slot.
ah, enchantment is vanilla
um...There are 3 vanilla enchantments in custom book item.
okay so this custom book item is just
this?
yes!
why?
I added an exclamation mark because I appreciate your reply.
no, why are you using the item element? What are you trying to do?
I'm sorry to bother you when you're busy.
Do you have any solutions?