I have a world with a command block continuously running "/time set 6000" making it continuously mid-day. As a result of this, os.time() always returns 39600 and os.date() always returns "01/01/70 12:00:00". Despite this, ticks are clearly happening as the world moves on.
How can I measure this? Is there way to see how many ticks have passed in this situation?
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.
I have a world with a command block continuously running "/time set 6000" making it continuously mid-day. As a result of this, os.time() always returns 39600 and os.date() always returns "01/01/70 12:00:00". Despite this, ticks are clearly happening as the world moves on.
How can I measure this? Is there way to see how many ticks have passed in this situation?
Link to post
Share on other sites