summaryrefslogtreecommitdiff
path: root/node_builders.lua
AgeCommit message (Collapse)Author
2017-01-05fix crash when entering non-numeric period or offset in builder configFaceDeer
2017-01-04Fix the marker math. Not sure what I was thinking.FaceDeer
2017-01-04Builders no longer keep a real copy of the object they're "programmed" with. ↵FaceDeer
Also, add a "creative mode" configuration flag
2017-01-03combatibility with Carbone (and presumably other games that use older ↵FaceDeer
versions of the default mod)
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-02Adding item display entities to the builder headsFaceDeer
2017-01-02adding output location visualizer entities for the build heads.FaceDeer
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-01If cycle fails due to out-of-inventory failure, reports first item that was ↵FaceDeer
out of stock
2016-12-30Initial commitFaceDeer
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item.