1lann / Mimic

A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
gravlann.github.io
MIT License
45 stars 20 forks source link

Time runs at about one CC day a second. #63

Closed SamMauldin closed 9 years ago

SamMauldin commented 9 years ago

Ex. the time command. os.startTimer appears to work correctly, however.

nevercast commented 9 years ago

os.clock() works correctly but os.time() does not. Wrong multiplier. One moment..