summaryrefslogtreecommitdiff
path: root/node_diggers.lua
AgeCommit message (Collapse)Author
2017-09-11move node defs and recipes into a subfolderFaceDeer
2017-09-10appears to be a timing issue with doc.show_entryorigin/extrusionFaceDeer
2017-02-04Internationalization supportFaceDeer
What a lot of strings.
2017-02-01add "help" buttons to various formspecs when doc is installedFaceDeer
2017-01-21Revamp storage module textures, controller colorizationFaceDeer
2017-01-20add line breaks to tooltipsFaceDeer
2017-01-20Switch user-facing strings to use the word "block" instead of "node"FaceDeer
2017-01-17Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵FaceDeer
and make them show protected nodes.
2017-01-14Diagonal movement setting for the auto-controller.FaceDeer
2017-01-13Add dual digger heads for eventual use with diagonal movementFaceDeer
2017-01-10convert all the textures to transparent overlays on digtron_plate to allow ↵FaceDeer
easier reskinning
2017-01-06Add damage-dealing to the digger headsFaceDeer
2017-01-05Adding is_ground_content = false to all digtronsFaceDeer
I just had a test digtron get mostly destroyed by a dungeon generating around it as it crossed a map chunk boundary. Apparently dungeon generation can extend into already-generated map chunks, to prevent dungeons from getting cut off. Hopefully this will prevent such a tragedy from happening again.
2017-01-05New digger head texture by HajoFaceDeer
2017-01-03combatibility with Carbone (and presumably other games that use older ↵FaceDeer
versions of the default mod)
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.
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.