Started by
Glitched_Soul
on
Topic category: Help with Minecraft modding (Java Edition)
Okay, as you can see. I keep getting this error. However the only way to determine if something has an enchantment is by using an itemstack, can someone explain if there's an alternative way I can check if an armor/item/weapon whatever is enchanted. I provided images, this error makes it impossible to make enchantments. I don't know if it's a bug or if it's just something I am doing wrong. Can someone help??
change (provided itemstack) to (item in main hand of) (source entity) or (entity). The words in parenthesis are procedure blocks.
Hey Im0d102. Thank you so much! This helped me make something I thought was impossible for a long time.