The minecraft-computercraft tag has no wiki summary.
13
votes
2answers
629 views
Help I'm trapped in an infinite loop and I can't get out
Like a complete genius, I put this in the startup program:
while true do
shell.run("power")
end
Which seemed fine at the time, except now I need to edit something. Here's the fun part: when I try ...
6
votes
2answers
1k views
If I destroy a computer, will it lose its programs?
If I destroy my computer, will the programs on it remain if I replace it somewhere else?
1
vote
1answer
175 views
Can I monitor a quarry with CraftOS?
I'd like to use a craftOS monitor to display whether my quarries have finished or not. How, at a basic level, would I go about doing this?