[solved]Can't use enchanted custom book with anvil

Started by dreamingdreamer on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[solved]Can't use enchanted custom book with anvil
Thu, 10/30/2025 - 18:05 (edited)

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
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is your custom enchanted…
Thu, 10/30/2025 - 08:32

is your custom enchanted book like a completely custom item?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its code inherits from the…
Thu, 10/30/2025 - 10:32

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.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I meant did you just use…
Thu, 10/30/2025 - 10:34

I meant did you just use this,

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then what did you do?
Thu, 10/30/2025 - 10:40

then what did you do?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made a custom book. and…
Thu, 10/30/2025 - 10:42

I made a custom book.

and enchant the custom book.

now, I can't merge the custom book in anvil slot.

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ah, enchantment is vanilla
Thu, 10/30/2025 - 10:44

ah, enchantment is vanilla

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
um...There are 3 vanilla…
Thu, 10/30/2025 - 10:54

um...There are 3 vanilla enchantments in custom book item.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay so this custom book…
Thu, 10/30/2025 - 11:09

okay so this custom book item is just

this?

 

 

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I added an exclamation mark…
Thu, 10/30/2025 - 11:12

I added an exclamation mark because I appreciate your reply.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no, why are you using the…
Thu, 10/30/2025 - 11:14

no, why are you using the item element? What are you trying to do?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm sorry to bother you when…
Thu, 10/30/2025 - 11:15

I'm sorry to bother you when you're busy.

Do you have any solutions?