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?
I'm new to OpenComputers. I set one up and it works mostly as expected. One issue I have is this:
I set up a 2x2 screen. I had expected that this would give me more character real estate but it just scaled the view. I've seen some examples that appear to utilize a multi-block screen fully. Is there something I can adjust to make this work as I'd prefer?