Commit Graph

10 Commits

Author SHA1 Message Date
cheapie 4c743f9c4d Add protection support to channel fields (#33) 2016-05-23 11:13:24 -07:00
electrodude dcb25cbe2f Removed redundant minetest.get_meta(pos) 2016-01-18 11:54:05 -05:00
electrodude aabf7ec575 Added missing local variable
The on_metadata_inventory_take method of digiline_inventory:chest was
broken, since it used a `channel` local variable that was never defined,
but should have been fetched from the node's meta
2016-01-18 11:44:10 -05:00
MT-Modder 81ffa957d2 Add craft recipe for digiline chest 2015-02-05 15:24:22 -05:00
163140 c2f74cd42a Added signal "empty"
"Empty" signal useful for automated factories
2014-12-08 01:31:06 +00:00
Jeija 93135be10c Define digiline chest from scratch by Zefram, posted in #16 2014-11-19 19:27:58 +01:00
Carter Kolwey ccd3fbe7ed Don't change the channel if the new channel is nil 2014-06-05 00:55:29 -05:00
Jeija 78d67f00a6 Fix digilines_chest and crashes of it if pipeworks is not installed 2014-01-26 08:48:46 +01:00
Cy 3183371050 Chest not throwing away pipeworks info
tube = {...} = bad
tube = tableMergeImmutable(defaultChest.tube,{...}) = good

There was also a thing where the stack was sometimes already
stringified.
2013-10-14 19:34:53 -07:00
Cy 21048dc5ac Digiline messages from chests filling 2013-10-14 02:23:18 -07:00