summaryrefslogtreecommitdiff
path: root/node_controllers.lua
AgeCommit message (Collapse)Author
2017-01-03Added the auto-controller.FaceDeer
2017-01-03Add intermittent and non-intermittent versions of the diggers.FaceDeer
2017-01-02making digtron nodes diggable by hand. Also extracting controller code in ↵FaceDeer
prep for an autonomous controller
2017-01-01add node soundsFaceDeer
2017-01-01Adding fuel usageFaceDeer
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel.
2017-01-01add a check for falling_nodes to make stuff fall after the digtron has passedFaceDeer
2017-01-01If cycle fails due to out-of-inventory failure, reports first item that was ↵FaceDeer
out of stock
2017-01-01Introduced a bug with builders in the last checkinFaceDeer
Dumb oversight, didn't notice lazy execution of "and" here.
2016-12-31Changed sand digger to a more generic soft material digger, added more ↵FaceDeer
sophisticated traction, made structure climbable, added infotexts
2016-12-30Initial commitFaceDeer
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item.