Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | Removed redundant minetest.get_meta(pos) | electrodude | |
2016-01-18 | Added missing local variable | electrodude | |
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 | |||
2015-02-05 | Add craft recipe for digiline chest | MT-Modder | |
2014-12-08 | Added signal "empty" | 163140 | |
"Empty" signal useful for automated factories | |||
2014-11-19 | Define digiline chest from scratch by Zefram, posted in #16 | Jeija | |
2014-06-05 | Don't change the channel if the new channel is nil | Carter Kolwey | |
2014-01-26 | Fix digilines_chest and crashes of it if pipeworks is not installed | Jeija | |
2013-10-14 | Chest not throwing away pipeworks info | Cy | |
tube = {...} = bad tube = tableMergeImmutable(defaultChest.tube,{...}) = good There was also a thing where the stack was sometimes already stringified. | |||
2013-10-14 | Digiline messages from chests filling | Cy | |