Started by
mozg
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I am creating a bitcoin mining mod and i want create a procedure like furnace but its not works.
I need the procedure to start when the button is pressed, but the procedure is not permanent and the processing of one redstone is triggered only when the gui is opened.
Zip: https://drive.google.com/file/d/1xm8HM6aug9ee6fEfGfJYHN0K2X8S1OcO/view?…
Edited by mozg on Mon, 11/15/2021 - 09:37
put it on your block tick update and not gui open tick
Thanks!