Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
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
|
|
|
|
"Empty" signal useful for automated factories
|
|
|
|
|
|
|
|
tube = {...} = bad
tube = tableMergeImmutable(defaultChest.tube,{...}) = good
There was also a thing where the stack was sometimes already
stringified.
|
|
|