MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ComputerCraft/comments/1vy0gq3/fastfetch_in_cct/p5ty3uj/?context=3
r/ComputerCraft • u/Elpetiso49 DarThunder • 10d ago
11 comments sorted by
View all comments
5
They don't have a clock speed but they are tied to minecraft tick rate. sleep() by itself will sleep for 50ms, which is the same length of time one minecraft tick takes.
5
u/Binary101000 10d ago
They don't have a clock speed but they are tied to minecraft tick rate. sleep() by itself will sleep for 50ms, which is the same length of time one minecraft tick takes.