Started by
OtionM
on
Topic category: Help with Minecraft modding (Java Edition)
I am attempting to link a Global variable num to an item to determine uses, the item works fine as intended but I can't reset the variable to 0
Topic category: Help with Minecraft modding (Java Edition)
I am attempting to link a Global variable num to an item to determine uses, the item works fine as intended but I can't reset the variable to 0
change the is day in the provided world == true to:
not is day in the provided world. The not procedure block can be found in the logic section.
and remove the == true from is event/target entity sleeping. it doesn't need that.
I originaly started with that sequence but on trying to save it says*Found if block without main body. im still getting that error
global reset that isnt working
associated event that is
what mcreator version are you doing? I tried this on 2022.2 and I didn't get an error
same version I have it set as a Global player persistent number variable
i'll try rebuilding it from scratch see if it is solved
simply deleting and rebuilding it seems to have solved the issue....... fun
Thank you for helping
no problem