SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

Make turtle Functions Asynchronous #88

Closed viluon closed 8 years ago

viluon commented 8 years ago

Make the functions of the turtle API asynchronous.

SquidDev commented 8 years ago

Not sure how to do that given the current turtle implementation. Not really prepared to do a rewrite of turtles like I did for networking.