summaryrefslogtreecommitdiff
path: root/nodes
AgeCommit message (Collapse)Author
2018-01-11Create missing tablesJoe Julian
After a failure to move the digtron with its metadata, some nodes were broken. This worked around crashes that occurred if the inventory table was missing.
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-11-16Add filters to prevent non-whitelisted craft items from being builtFaceDeer
2017-10-24add locked Digtron crateFaceDeer
2017-10-24add node_box definitions to fix inventory imagesFaceDeer
2017-10-22add Digtron duplicator blockFaceDeer
2017-10-22fix fuelstore formspec on constructFaceDeer
2017-10-22prevent crate from storing null DigtronsFaceDeer
2017-10-21add automation option to item ejectorFaceDeer
2017-10-15account for extrusion in power consumption, add on_place blacklistFaceDeer
2017-10-15mark_diggable needed a player reference to dig steel doors without crashingFaceDeer
2017-10-15prevent power connector formspec from resetting every time the Digtron movedFaceDeer
2017-10-15restoring "emergency abort" functionality to auto-controllerFaceDeer
2017-10-15add a marking to the back of item ejectorsFaceDeer
2017-10-14add inventory ejectorFaceDeer
2017-10-12finishing up technic power tap, other misc fixesFaceDeer
2017-10-12add initial support for tapping technic power cablesFaceDeer
2017-10-10various tidies and tweaks to technic supportFaceDeer
2017-10-10Support for RE batteries for fuelh-v-smacker
2017-09-19update localizationorigin/cleanupFaceDeer
2017-09-19reuse period/offset markers for intermittent diggersFaceDeer
2017-09-19making formspecs more systematic and upgradableFaceDeer
2017-09-19simplify code behind builder formspecFaceDeer
2017-09-19add builder read substitutions dictionaryFaceDeer
2017-09-14add ability to read node type as well as facing, simplifies programmingFaceDeer
2017-09-12standardize config settingsFaceDeer
2017-09-11move node defs and recipes into a subfolderFaceDeer