Posted July 18, 20196 yr Hello, so I've recently made a energy storage block, and everything is going well except for figuring out RF/T. I want it so that when i hover over the energy bar, it would show the RF/T input. How would I go about this? Thanks in advance!
July 18, 20196 yr 1) The energy stuff is only calculated on the server, so you need to either send the information or the calculation to the client 2) Use packates 3) To display the information you need a GUI Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 18, 20196 yr Author I got the GUI stuff down and how to send the info to the client, but would I go about actually calculating the RF/T? I've tried storing the current RF in a variable and then 20 seconds later it would subtract that and the current energy stored then divide by 20 for the ticks, but that didn't seem to work.
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.