- ComputerCraft | Programmable Computers for Minecraft
- → jakemg's Content
jakemg's Content
There have been 47 items by jakemg (Search limited from 10-February 22)
#175024 Multi-Level Cactus Farm
Posted by
jakemg
on 23 April 2014 - 07:55 PM
in
Turtle Programs
Edit: Im sorry I did not watch the video forget what I said above =D
#166318 Turtle Recharge Station
Posted by
jakemg
on 27 February 2014 - 01:42 AM
in
Turtle Programs
#166317 tunnel mine -3x2 places chest when full
Posted by
jakemg
on 27 February 2014 - 01:40 AM
in
Turtle Programs
-
I was just reviewing your code and there seems to be one part of it that can cause u some issues in the future, the only problem is that if there is gravel above the block your turtle dries to dig out he is going to have issues placing the chest so I would advise adding while not turtle.place() do turtle.dig() end =) good luck -
-
if turtle.getItemCount(16) ~= 0 then -
turtle.turnLeft() -
turtle.dig() -
turtle.select(1) -
turtle.place() -
for i = 2,16 do -
turtle.select(i) -
turtle.drop() -
end
-
#161865 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 24 January 2014 - 08:52 PM
in
Turtle Programs
#155213 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 04 December 2013 - 11:22 PM
in
Turtle Programs
#151004 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 28 October 2013 - 11:28 PM
in
Turtle Programs
#148170 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 06 October 2013 - 09:04 PM
in
Turtle Programs
#144626 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 12 September 2013 - 09:29 PM
in
Turtle Programs
#141878 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 26 August 2013 - 11:28 PM
in
Turtle Programs
#141584 MLG Mining: Circular Branch Mining
Posted by
jakemg
on 24 August 2013 - 09:36 PM
in
Turtle Programs
#141582 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 24 August 2013 - 09:30 PM
in
Turtle Programs
#139872 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 13 August 2013 - 11:22 PM
in
Turtle Programs
campicus, on 26 July 2013 - 02:56 AM, said:
Yes ZudeHackz is correct I put this in because there is a bug on multiplayer servers where it can cause an error. I believe it is because if a loop is running to long but I am not entirely sure if that is the source of the bug.
#139871 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 13 August 2013 - 11:21 PM
in
Turtle Programs
#135983 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 25 July 2013 - 07:25 PM
in
Turtle Programs
#132938 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 11 July 2013 - 09:08 PM
in
Turtle Programs
#131479 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 05 July 2013 - 03:58 PM
in
Turtle Programs
#131468 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 05 July 2013 - 03:04 PM
in
Turtle Programs
#131323 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D
Posted by
jakemg
on 04 July 2013 - 04:25 PM
in
Turtle Programs
1. To use it all you have to do is download it from pastebin with pastebin get n1ukmWdN (you can name it what ever you like)
2. Then run the program
3. Put an enderchest in Slot 1
4. Then input the information it asks for
5. DONE =D
heres the script
http://pastebin.com/n1ukmWdN
GOALS
10000 views
#127394 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]
Posted by
jakemg
on 18 June 2013 - 11:28 PM
in
Turtle Programs
#127341 2 targs ?
Posted by
jakemg
on 18 June 2013 - 05:45 PM
in
Ask a Pro
here is what i have for x
tArgs = { ... }
local x = tonumber(tArgs[1] or "")
while not x do
print("Need a distance to travel in number form")
x = tonumber(read())
end
but how do i do get a second targ
#126506 targs?
Posted by
jakemg
on 15 June 2013 - 06:27 PM
in
Ask a Pro
what im trying to is have the program start with
"welcome to quarry"
"please say how far you want me to mine"
"width":(then have the turtle read what was input and set that to x)
you dont have to put print("welcome to quarry blah blah blah you can just say how to put targs and how to read them
thanks =D
#126042 turtle that handels bedrock?
Posted by
jakemg
on 13 June 2013 - 10:53 PM
in
Ask a Pro
what im using now
function down()
while true do
turtle.digDown()
turtle.down()
if turtle.down == false then
print("bedrock")
end
end
end
but this isnt working at all because he wont stop his while true loop so he never prints bedrock
- ComputerCraft | Programmable Computers for Minecraft
- → jakemg's Content


