summaryrefslogtreecommitdiff
path: root/README.txt
AgeCommit message (Collapse)Author
2017-01-21Move more documentation into the documentation mod dataFaceDeer
2017-01-17Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵FaceDeer
and make them show protected nodes.
2017-01-08Rotation unit didn't give the right thing back when dugFaceDeer
2017-01-08Added a rotation controllerFaceDeer
Well that was a lot of work. Also, switched the "waiting" timer management to the actual on_timer system - I noticed that minetest.after wasn't persisting through server shutdown and restart, that could put a controller in a "broken" state.
2017-01-06Add damage-dealing to the digger headsFaceDeer
2017-01-06Add pipeworks as optional dependencyFaceDeer
2017-01-06Update readmeFaceDeer
2017-01-06add a bit of evil black smoke, why notFaceDeer
2017-01-06Adding combined storage moduleFaceDeer
2017-01-05New digger head texture by HajoFaceDeer
2017-01-05add lava and water alerts, and an option for setting lava impassible (true ↵FaceDeer
by default)
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-03Added the auto-controller.FaceDeer
2017-01-03Add intermittent and non-intermittent versions of the diggers.FaceDeer
2017-01-02adding output location visualizer entities for the build heads.FaceDeer
2017-01-01Some more readme tweaks, and a recycling recipe for the fuelstoreFaceDeer
2017-01-01add fuel storage hopper recipe to readmeFaceDeer
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-31Fix formatting of recipes in readmeFaceDeer
2016-12-30Initial commitFaceDeer
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item.