Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
What a lot of strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and make them show protected nodes.
|
|
easier reskinning
|
|
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.
|
|
movement more robust.
|
|
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.
|
|
|
|
|
|
|
|
Also, add a "creative mode" configuration flag
|
|
versions of the default mod)
|
|
|
|
prep for an autonomous controller
|
|
|
|
|
|
|
|
Adding fuel usage for digging and building. Fuel storage hopper module
added to hold fuel.
|
|
out of stock
|
|
Initial commit. Contains digger head, sand digger, builder, controller,
pusher, structure node, light, inventory, and digtron core crafting
item.
|