How do I make a background running gui?

Started by Bertii on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a background running gui?

I had problem with making a GUI that runs in the background.

I am making a machine that changes any liquid after some time to fermented.

For example: grape juice -> wine.

I don't know which procedure trigger should I use.
Please help quick.

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GUIs can't "run in theā€¦
Sat, 07/15/2023 - 21:49

GUIs can't "run in the background". I think what you want is to put the item into a stored slot in your block, and then have a procedure that waits a while and then updates the item.