Started by
Snow256
on
Topic category: Help with Minecraft modding (Java Edition)
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.