Commit Graph

59 Commits

Author SHA1 Message Date
FaceDeer
3c0fbca66f make it possible to edit builders that are part of an assembled digtron
Should make it possible to edit other components too, later on.
2020-03-01 23:52:24 -07:00
FaceDeer
1e776defd5 update to client-side translation system 2020-02-22 13:51:41 -07:00
FaceDeer
63a7f6aaaa implement duplicator 2019-09-02 14:28:13 -06:00
FaceDeer
1fa10d81ba make soft diggers work 2019-09-01 23:33:52 -06:00
FaceDeer
d74363610d make dual diggers function dually 2019-09-01 14:25:46 -06:00
FaceDeer
0eb3d1f3bc add dual digger nodes, recipes 2019-09-01 12:49:15 -06:00
FaceDeer
70e1649d71 create separate unassembled controller, make builder "read" work. 2019-08-31 11:50:51 -06:00
FaceDeer
e63f016fc3 implement rotation. Broke builders in the process. 2019-08-27 20:23:02 -06:00
FaceDeer
256ec951e2 bring back the hacked item place function 2019-08-25 23:49:04 -06:00
FaceDeer
beed475fc7 begin reintroducing builder nodes 2019-08-25 20:09:09 -06:00
FaceDeer
b90e5713aa Executing all on-dig callbacks "properly" with a fake player 2019-08-25 17:16:23 -06:00
FaceDeer
683b941622 split inventory functions into a separate file, add predictive inventory (untested) 2019-08-25 12:33:44 -06:00
FaceDeer
cafb2ec545 add config, add material cost to predict_dig 2019-08-25 11:15:50 -06:00
FaceDeer
7f5cf4d0dc add a digger head model 2019-08-21 01:21:03 -06:00
FaceDeer
292889651c indicator entities for when Digtron can't be built 2019-08-20 18:58:32 -06:00
FaceDeer
4e2ac43b2d can now create detached inventory. May be very buggy yet. 2019-08-17 23:12:12 -06:00
FaceDeer
6a38e68433 clean the slate! Old code will be brought back as it's needed. 2019-08-17 01:47:16 -06:00
FaceDeer
1224a34615 add Digtron duplicator block 2017-10-22 19:50:11 -06:00
FaceDeer
94ccab9c39 add automation option to item ejector 2017-10-21 22:29:18 -06:00
FaceDeer
f53a79fe34 support farming_plus plants. 2017-10-18 23:27:46 -06:00
FaceDeer
dbb0d51de5 enable [crops] planting. 2017-10-17 10:06:56 -06:00
FaceDeer
8abd57146d add recent new nodes to the catacombs protected list 2017-10-17 00:37:19 -06:00
FaceDeer
abc7f2e414 fakeplayer for callbacks, switch to whitelist for on_place calls 2017-10-16 21:35:24 -06:00
FaceDeer
398716464a add inventory ejector 2017-10-14 14:55:39 -06:00
FaceDeer
65f5ac8520 add initial support for tapping technic power cables 2017-10-12 03:06:24 -06:00
h-v-smacker
6290e57d8f Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
FaceDeer
ade365df1b making formspecs more systematic and upgradable 2017-09-19 22:57:40 -06:00
FaceDeer
d66cbc2164 add builder read substitutions dictionary 2017-09-19 00:24:07 -06:00
FaceDeer
46bffd82d3 standardize config settings 2017-09-12 00:20:52 -06:00
FaceDeer
15b327c842 move node defs and recipes into a subfolder 2017-09-11 23:47:25 -06:00
FaceDeer
b6ccd1c714 builder formspec work 2017-09-10 23:05:59 -06:00
FaceDeer
268b4d1626 upgrade lbm for builder extrusion metadata 2017-09-10 21:30:28 -06:00
FaceDeer
99420acb69 add extrusion capability to build heads 2017-09-10 18:58:25 -06:00
tacotexmex
d09c26dd65 Replace deprecated settings method 2017-06-18 19:41:38 +02:00
FaceDeer
c7f8d704b0 I was reading the "uses resources" setting incorrectly, defaulted to false on new games 2017-02-14 14:51:57 -07:00
FaceDeer
86be9d099e remove leftover debug. 2017-01-28 14:37:44 -07:00
FaceDeer
823b386ed9 Protect digtron against catacomb creation 2017-01-28 14:27:01 -07:00
FaceDeer
0b0b98ba33 Remove a copy and paste error, change wording of "creative mode" setting 2017-01-21 21:05:28 -07:00
FaceDeer
d2df31bd6b Revamp storage module textures, controller colorization 2017-01-21 20:38:19 -07:00
FaceDeer
b0e358fdcb add line breaks to tooltips 2017-01-20 16:42:27 -07:00
FaceDeer
68a83a7a8d Switch user-facing strings to use the word "block" instead of "node" 2017-01-20 00:19:33 -07:00
FaceDeer
12435fc2f3 add settings to settings menu 2017-01-19 23:26:45 -07:00
FaceDeer
d962dd1654 Add a bunch of achievements via optional dependency on the Awards mod 2017-01-18 23:42:36 -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
2078572811 Add crates for packing up, transporting, and unpacking digtron arrays 2017-01-15 16:12:07 -07:00
FaceDeer
51c5e9b641 Diagonal movement setting for the auto-controller. 2017-01-14 16:58:37 -07:00
FaceDeer
01fb71d2eb renaming class definition files 2017-01-10 00:32:08 -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
FaceDeer
152e0f7883 update some comments 2017-01-06 23:57:21 -07:00
FaceDeer
257863b888 Add damage-dealing to the digger heads 2017-01-06 23:48:48 -07:00