Started by
ican'tipe
on
Topic category: Help with Minecraft modding (Java Edition)
Hey,
I want to make text on the center of the screen after 5 minuets of playing.
Is this possible?
Topic category: Help with Minecraft modding (Java Edition)
Hey,
I want to make text on the center of the screen after 5 minuets of playing.
Is this possible?
Yes, use a global timer to count 5 minutes, global variable to condition display and finally overlay mod element with the condition to show the overlay text after a given time.
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Hello, im trying to make a button that hide the text and then shows it in the GUI and I cant choose another condition
Im on MCreator 2021.1 and the condition is "always" but I already created the global boolean variable and set it to true for testing