summaryrefslogtreecommitdiff
path: root/textures
AgeCommit message (Collapse)Author
2017-01-10convert all the textures to transparent overlays on digtron_plate to allow ↵FaceDeer
easier reskinning
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-06Adding combined storage moduleFaceDeer
2017-01-05added a bit of dinginess and dirt to the yellow/black pattern on the digger headFaceDeer
2017-01-05New digger head texture by HajoFaceDeer
2017-01-04Remove unused textureFaceDeer
2017-01-04Particle effects for digger headsFaceDeer
2017-01-04Prettier marker texturesFaceDeer
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-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.