Started by
Bertii
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.