Posted October 8, 20196 yr Hello, I want to draw something to the screen for a couple seconds, like for example, when I join a server, for a 5 seconds it will draw to the screen "Hi new player!". I know how to draw text to the screen, but the part where it will only draw for a few seconds. I get that it says that this is NOT a Java school but I really don't know any other forums I should go to besides SpigotMC.
October 8, 20196 yr 22 minutes ago, Premiere said: but the part where it will only draw for a few seconds. Use the ClientTickEvent to count ticks. 1 tick happens 1/20 of a second. Aka 20 times per second. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 8, 20196 yr Author 18 hours ago, Animefan8888 said: Use the ClientTickEvent to count ticks. 1 tick happens 1/20 of a second. Aka 20 times per second. I'm fine with using this, and what I am trying to do is working, but are there any other ways to do this? A friend of mine is using Mod Coder Pack and messing around and has been bugging me about how to do basically the same thing because he saw what I did, if you don't know how, it is ok, I was just wondering if you knew. Thanks!
October 8, 20196 yr 27 minutes ago, Premiere said: A friend of mine is using Mod Coder Pack and messing around and has been bugging me about how to do basically the same thing because he saw what I did Jar modding is not supported here. Tell him to use forge. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 8, 20196 yr Author 8 minutes ago, diesieben07 said: Jarmodding is not supported on this forum. 9 minutes ago, Animefan8888 said: Jar modding is not supported here. Tell him to use forge. Ok, thank you so much for the help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.