Age | Commit message (Collapse) | Author |
|
simultaneously.
|
|
|
|
|
|
|
|
and make them show protected nodes.
|
|
|
|
|
|
texture for easier modding by end users
|
|
|
|
easier reskinning
|
|
|
|
option to the auto-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.
|
|
a condition that can spontaneously self-correct
|
|
|
|
|
|
|
|
|
|
I just had a test digtron get mostly destroyed by a dungeon generating
around it as it crossed a map chunk boundary. Apparently dungeon
generation can extend into already-generated map chunks, to prevent
dungeons from getting cut off. Hopefully this will prevent such a
tragedy from happening again.
|
|
|
|
by default)
|
|
|
|
|
|
Also, add a "creative mode" configuration flag
|
|
versions of the default mod)
|
|
under certain conditions.
|
|
|
|
|
|
prep for an autonomous controller
|
|
|
|
Adding fuel usage for digging and building. Fuel storage hopper module
added to hold fuel.
|
|
|
|
out of stock
|
|
Dumb oversight, didn't notice lazy execution of "and" here.
|
|
sophisticated traction, made structure climbable, added infotexts
|
|
Initial commit. Contains digger head, sand digger, builder, controller,
pusher, structure node, light, inventory, and digtron core crafting
item.
|