Started by
BaguetteDoesnt…
on
Topic category: Help with Minecraft modding (Java Edition)
ive been trying to make an item that makes an overlay display when you hold it, ive tried everything i could find about overlays but i didnt got it working, can someone help me with this please?
with conditions
overlay display condition trigger (on overlay condition)
if item in main hand of event target entity = ITEM OR item in off hand of event target entity = ITEM
do return true
return false (outside of If Statement)
the return procedure makes an error message appear when i try to use it and i dont even know what am i doing wrong
show me your procedure
heres the procedure
no, no, delete the second if statement, and just put return False outside,
If you have absolutely no idea of how to use conditions, you should definitely check out the wiki page first
https://mcreator.net/wiki/how-use-conditions
i already solved it lol
thanks anyways
also i do know how to use conditions what made me boggle my mind is the return procedure
yeah it's supposed to be outside of the if statement, that's how conditions just work