summaryrefslogtreecommitdiff
path: root/digilines_inventory
AgeCommit message (Collapse)Author
2016-05-27Convert digilines to a mod (not modpack). (#32)Auke Kok
Digilines is probably used by most people in its entirety. I've retained the ability to disable inventory, rtc, lightsensor and LCD by the minetest settings "diglines_enable_rtc" etc.. If set to "false", these components will not be loaded. It is assumed by default that these are enabled. In the conversion the digilines_lcd:lcd node was renamed to digilines:lcd (same for all the other nodes). To retain backwards compatibility I've provided aliases for each of these nodes.
2016-05-23Add protection support to channel fields (#33)cheapie
2016-01-18Removed redundant minetest.get_meta(pos)electrodude
2016-01-18Added missing local variableelectrodude
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-05Add craft recipe for digiline chestMT-Modder
2014-12-08Added signal "empty"163140
"Empty" signal useful for automated factories
2014-11-19Define digiline chest from scratch by Zefram, posted in #16Jeija
2014-06-05Don't change the channel if the new channel is nilCarter Kolwey
2014-01-26Fix digilines_chest and crashes of it if pipeworks is not installedJeija
2013-10-14Chest not throwing away pipeworks infoCy
tube = {...} = bad tube = tableMergeImmutable(defaultChest.tube,{...}) = good There was also a thing where the stack was sometimes already stringified.
2013-10-14Digiline messages from chests fillingCy