summaryrefslogtreecommitdiff
path: root/nodes/node_axle.lua
AgeCommit message (Collapse)Author
2018-01-07attempt to recover from failure to write to mapFaceDeer
There have been reports of large, distant-from-player Digtrons apparently failing to completely write their layouts to the map, resulting in an inconsistency. This adds an attempt to brute-force a solution. When a map write fails it will be retried until it succeeds, or until 1 second elapses (at which point the write is aborted in a hopefully somewhat clean manner).
2017-09-12standardize config settingsFaceDeer
2017-09-11move node defs and recipes into a subfolderFaceDeer