Commit Graph

9 Commits

Author SHA1 Message Date
FaceDeer
2e4f894f9e Move crate recipe into the recipes file 2017-01-20 00:34:01 -07:00
FaceDeer
5a30fe40e3 Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. 2017-01-17 19:57:20 -07:00
FaceDeer
51c5e9b641 Diagonal movement setting for the auto-controller. 2017-01-14 16:58:37 -07:00
FaceDeer
e008aed60c Update axle to new layout class, drop dug items in the right place 2017-01-12 00:50:17 -07:00
FaceDeer
8350469d16 Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor 2017-01-10 22:59:33 -07:00
FaceDeer
e682130266 convert all the textures to transparent overlays on digtron_plate to allow easier reskinning 2017-01-10 22:59:11 -07:00
FaceDeer
8952c55914 Don't need player parameter for can_write_layout_image any more 2017-01-09 01:19:35 -07:00
FaceDeer
cc264477bb Rotation unit didn't give the right thing back when dug 2017-01-08 01:38:30 -07:00
FaceDeer
d7e5309833 Added a rotation controller
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-08 01:23:10 -07:00