Removing All Enchantments From Items

Started by Your mom scott on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Removing All Enchantments From Items

I'm currently trying to find a way to remove all enchantments from an item at once. I've tried using custom code snippets in procedures, but of course MCreator doesn't allow imports there :/

Is there a way to remove all enchantments from an item without placing a "Remove specific enchantment from item" block for every single enchantment?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can export procedures…
Sat, 07/19/2025 - 06:46

you can export procedures and reimport them if needed so you would only have to do that once

or maybe you could do the same thing with a tag?