Are there any Mining turtle prefabricated programs?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

Dezz

Well-Known Member
Jul 13, 2013
281
107
78
ComputerCraft computers run off of LUA, correct?

Is LUA hard to learn?
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
ComputerCraft computers run off of LUA, correct?

Is LUA hard to learn?
Yeah its LUA. And not really no. At least I don't think so. I had a little bit of html and basic schooling(few introduction courses at uni, nothing else) and I had no problem picking it up as I went along.

ComputerCraft have some good wiki pages to explain all the special ComputerCraft stuff. And I learned a lot from picking apart(and reusing :p) parts of other peoples code.
 

Dezz

Well-Known Member
Jul 13, 2013
281
107
78
Yeah its LUA. And not really no. At least I don't think so. I had a little bit of html and basic schooling(few introduction courses at uni, nothing else) and I had no problem picking it up as I went along.

ComputerCraft have some good wiki pages to explain all the special ComputerCraft stuff. And I learned a lot from picking apart(and reusing :p) parts of other peoples code.
I've coded a little Java Script but not much else. Hopefully I got this :p
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
I've coded a little Java Script but not much else. Hopefully I got this :p
Should be fine. Just start with something simple. Like a computer that controls redstone in- and output signals:
http://computercraft.info/wiki/Redstone_(API)

And if you want to do anything with turtles:
http://computercraft.info/wiki/Turtle_(API)


You are welcome to pick some of my noobish stuff apart if you want:
http://pastebin.com/u/rhn
(Some of the stuff are not created by me or only modified by me, I merely put it up on my pastebin for easy access to it)
 
  • Like
Reactions: Dezz and Fuzzbling