Started by
Cheese122
on
Topic category: Help with Minecraft modding (Java Edition)
I was working on a Procedure that required it to return a boolean.
I cant figure out the issue. It looks fine to me
Thanks
Topic category: Help with Minecraft modding (Java Edition)
I was working on a Procedure that required it to return a boolean.
I cant figure out the issue. It looks fine to me
Thanks
First of all, your procedure will always return false because the armor slot for leggings is 1 and the one for chestplate is 2 (you changed the numbers)
Then, I don't know what you're trying to do... how's your procedure triggered? why are your returning a boolean? to do what? how do you know the value of the boolean?
Im trying to get it to toggle an overlay if they are wearing the Chestplate, Leggings and Boots