How can I remove the shine effect from an item?

Started by Snow256 on

Topic category: Help with modding (Java Edition)

Last seen on 23:51, 10. Mar 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I remove the shine effect from an item?

I'm trying to create an armor that already comes with some enchantments, and I would like their glow not to appear. As far as I understand, I have to use '@Override public boolean hasEffect(ItemStack stack) { return false; }', but I don't know where or how.