Topic category: Help with Minecraft modding (Java Edition)
Ok so i am making a new mod called PhoenixCraft where there will be a rare ore Called Phoenix Stone and you can do the normal stuff blah blah blah armor and weapons a new type of gear as good as diamond, but im having trouble with the new procedure system. Im trying to give the Phoenix stuff specific powers during daylight, and super powers while in the nether. I think i've got down the variable part for detecting a player in the nether and sets variable PhoenixPowers to true, and any other dimension sets PhoenixPowers to false, but a separate procedure that uses an WHILE block i set this (screenshot down below. [IGNORE MY MESSY DESKTOP]) It says in the side that i didn't provide the dependency itemstack but how do i tell it that what i want it to change is RIGHT ABOVE IT. Im probably just being stupid and it's right in front of my face, but anyways i really need help because i think this mod will be a big hit.
To upload the screen just post it on imgur or something else and paste the link on your post
thanks
Use alt+print screen next time to make screen of mcreator window :)
About your procedure you don't need while function just use if is day in provided dimension to give special effects during the day and add else if get dimension from id = 1 "I think that 1 is nether" to add special effects if item is in nether :)