ComputerCraft
ComputerCraft copied to clipboard
Programmable Computers for Minecraft
Just wondering but are os.epoch values supposed to be returned in miliseconds for "utc" and "local"? Is it supposed to be unix time or just a epoch? Cause if its...
I'm pulling this into the proper area for action. The original issue was posted on the Optifine issue tracker at https://github.com/sp614x/optifine/issues/1237 Please refer to it since it contains good information....
Was making cartography maps in Minecraft. Played a little with cc:Tweaked and Turtles. Observe and record terrain block types through [-Photocamera/camera] -Basic Turtles: eg (did?) .inspect() get Blocktype and write...
Let's face it, this mod is no longer maintained here. Archiving the repo will get people to look elsewhere and maybe find the actual [CC:Tweaked repo](https://github.com/cc-tweaked/CC-Tweaked) that they are likely...
# Like title Which of JDK are you use in this project or i have some operational error! attach execution screenshot  Sorry i Want to change its version to...
fairly certain this is a bug, because a program that uses the Parallel feature sometimes wont do this, but randomly starts doing it. this is what it looks like when...
its a rare occasion (happens every few months), but sometimes the server simply stops responding. i made a plugin which prints out the server thread's stacktrace if the server thread...
I saw the CC EDU website and saw they had a graphical menu for creating CC scripts.  I was wondering if CCEDU's source code could be released so that...
Hi there, I wanted the turtle to use a chest to deposit items if the ender chest is full. So I added to my code: if (turtle.drop() == false) then...
Will there be a python version of ComputerCraft?