Posted 31 January 2015 - 04:29 PM
Hello fellow computercraft fanatics! This is my first post and program that I've ever written soplease cut me some slack, I'm very VERY new to lua.
Okay, so what I've done is create a very basic program that will hit anything in front of it (melee turtles preferred), suck up the items that are dropped, then place them in a chest. I designed this program around a work-in-progress mob farm in my singleplayer world. it's an 8 x 8 square that is six blocks tall and dark inside with water at the back which pushes the mobs toward their turtly death.
Since the farm is not yet complete, here's a very inconvenient schematic for you all. :)/>
Here is the schematic:
Key: s = stone, x = melee turtle, w = water, c = chest (iron tier or higher)
Front View:
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s x x x x x x s
s c c c c c c s
Side Views (all sides):
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
inside vew from above:
s s s s s s s s
s w w w w w w s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s x x x x x x s
images may be posted later should I make an imgur account.
Code: http://pastebin.com/bZk7CZ3f
Thanks guys! :lol:/>
Okay, so what I've done is create a very basic program that will hit anything in front of it (melee turtles preferred), suck up the items that are dropped, then place them in a chest. I designed this program around a work-in-progress mob farm in my singleplayer world. it's an 8 x 8 square that is six blocks tall and dark inside with water at the back which pushes the mobs toward their turtly death.
Since the farm is not yet complete, here's a very inconvenient schematic for you all. :)/>
Here is the schematic:
Key: s = stone, x = melee turtle, w = water, c = chest (iron tier or higher)
Front View:
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s x x x x x x s
s c c c c c c s
Side Views (all sides):
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
inside vew from above:
s s s s s s s s
s w w w w w w s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s s s s s s s s
s x x x x x x s
images may be posted later should I make an imgur account.
Code: http://pastebin.com/bZk7CZ3f
Thanks guys! :lol:/>