summaryrefslogtreecommitdiff
path: root/nodes/node_crate.lua
AgeCommit message (Collapse)Author
2018-10-15fix crate protection (#25)origin/masterorigin/HEADThomas Rudin
* fix crate protection all crates check area protection (minetest.is_protected) protected crates check area and owner (even if not in protected area) * separate check and action * whitespace stuff * another missing whitespace * add suggestion from T4im
2018-08-28Fix undeclared global variable warningsThomas Rudin
Closes #26 (trivial)
2017-10-24add locked Digtron crateFaceDeer
2017-10-22prevent crate from storing null DigtronsFaceDeer
2017-10-21add automation option to item ejectorFaceDeer
2017-10-12finishing up technic power tap, other misc fixesFaceDeer
2017-10-12add initial support for tapping technic power cablesFaceDeer
2017-09-19making formspecs more systematic and upgradableFaceDeer
2017-09-11move node defs and recipes into a subfolderFaceDeer