Dependencies in procedure

Started by Anakardian on

Topic category: Help with MCreator software

Last seen on 14:30, 5. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dependencies in procedure

I am trying to troubleshoot a block entity tick update procedure to figure out why it stopped working when i tried something not related to the tick update.

These are the procedures that are marked as having missing dependencies:

https://imgur.com/gallery/HQWjIRy

I can not figure out what depency they are missing or why it is suddenly missing.

My suspicion is that guistate has something to do with it but I havee not been able to find any documentation on what depencies are or what they mean.

Can anyone see what is missing and maybe tell me how to fix it?

Last seen on 14:30, 5. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, i figured it out after…
Sun, 05/03/2020 - 09:33

Ok, i figured it out after starting the update tick over and seeing where guistate came from.

Turns out i was refering to a textfield instead of the nbt tag i thought i was using.

Once I made that change it worked as it should.

 

Still looking for documentation on how to read dependencies though.