Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-09 | update readme | FaceDeer | |
2017-01-27 | add a "digtron_protected" node group for modders to use if they want to ↵ | FaceDeer | |
prevent digtrons from digging their nodes | |||
2017-01-21 | Move more documentation into the documentation mod data | FaceDeer | |
2017-01-17 | Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵ | FaceDeer | |
and make them show protected nodes. | |||
2017-01-08 | Rotation unit didn't give the right thing back when dug | FaceDeer | |
2017-01-08 | Added a rotation controller | FaceDeer | |
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-06 | Add damage-dealing to the digger heads | FaceDeer | |
2017-01-06 | Add pipeworks as optional dependency | FaceDeer | |
2017-01-06 | Update readme | FaceDeer | |
2017-01-06 | add a bit of evil black smoke, why not | FaceDeer | |
2017-01-06 | Adding combined storage module | FaceDeer | |
2017-01-05 | New digger head texture by Hajo | FaceDeer | |
2017-01-05 | add lava and water alerts, and an option for setting lava impassible (true ↵ | FaceDeer | |
by default) | |||
2017-01-04 | Builders no longer keep a real copy of the object they're "programmed" with. ↵ | FaceDeer | |
Also, add a "creative mode" configuration flag | |||
2017-01-03 | Added the auto-controller. | FaceDeer | |
2017-01-03 | Add intermittent and non-intermittent versions of the diggers. | FaceDeer | |
2017-01-02 | adding output location visualizer entities for the build heads. | FaceDeer | |
2017-01-01 | Some more readme tweaks, and a recycling recipe for the fuelstore | FaceDeer | |
2017-01-01 | add fuel storage hopper recipe to readme | FaceDeer | |
2017-01-01 | Adding fuel usage | FaceDeer | |
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel. | |||
2016-12-31 | Changed sand digger to a more generic soft material digger, added more ↵ | FaceDeer | |
sophisticated traction, made structure climbable, added infotexts | |||
2016-12-31 | Fix formatting of recipes in readme | FaceDeer | |
2016-12-30 | Initial commit | FaceDeer | |
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item. |