Started by
Your mom scott
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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?