summaryrefslogtreecommitdiff
path: root/default_settings.txt
AgeCommit message (Collapse)Author
2017-03-01Allow reversing direction if there's nowhere to goCarter Kolwey
2016-06-11Add digiline detector tube (#139)electrodude
* Add digiline detector tube The digiline detector tube outputs an itemstring of every stack that passes through it on the channel specified in its formspec. * Don't store digiline detector tube's formspec in a temporary local
2015-08-01Fix crash when deleting luaentities with //clearobjects.Novatux
2015-02-03Add the High Priority tube segment that can be used as replacement of ↵Tim
sorting tubes where they are only used to deactivate paths. The Priority tube uses as less cpu as the default tube, is easier to maintain as well as cheaper as the sorting tube.
2014-07-21Add dispenserZefram
The dispenser is an automated item dropper.
2013-12-15default settings have to be global or pipeworks can't see themVanessa Ezekowitz
(duh!) confined them to pipeworks.{} table.
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
stuff needs to be globally-visible. Also, fix a bad drop on valve.
2013-10-21FiX CYCLIC option being ignored.Novatux
2013-10-19Add one way tubeNovatux
2013-07-13added ability to disable most components via config file in world folderVanessa Ezekowitz
moved pipes out of init.lua and into a separate file. some minor formatting changes