summaryrefslogtreecommitdiff
path: root/recipes.lua
AgeCommit message (Collapse)Author
2017-01-20Move crate recipe into the recipes fileFaceDeer
2017-01-17Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵FaceDeer
and make them show protected nodes.
2017-01-13Add dual digger heads for eventual use with diagonal movementFaceDeer
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-06quick tweak of one of the structural panel recipes to make it less likely to ↵FaceDeer
accidentally turn into a soft digger
2017-01-06fixed recipe bug, can now craft soft diggers againFaceDeer
2017-01-06Various structural panelsFaceDeer
2017-01-06Adding combined storage moduleFaceDeer
2017-01-03Added the auto-controller.FaceDeer
2017-01-03Add intermittent and non-intermittent versions of the diggers.FaceDeer
2017-01-01Some more readme tweaks, and a recycling recipe for the fuelstoreFaceDeer
2017-01-01Adding fuel usageFaceDeer
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel.
2016-12-30Initial commitFaceDeer
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item.