Top "Computercraft" questions

ComputerCraft is a Minecraft mod which adds Lua-based scripting.

How to terminate Lua script?

How would I terminate a Lua script? Right now I'm having problems with exit(), and I don't know why. (This …

lua minecraft computercraft
Lua "Attempt to index ? (a nil value)

So my friend and I are trying to write a program for ComputerCraft (Minecraft Mod), which uses Lua as a …

lua computercraft
ComputerCraft: Using shell.run() command in a program

I am trying to use the (file , parameters) functionality of the shell.run() command by assigning each word in a …

shell lua minecraft computercraft
how do I run a computercraft program like 'excavate 5'

can someone tell me the command so I can make programs like: 'program 19' or 'build house 5 3 10' instead of …

lua minecraft computercraft