summaryrefslogtreecommitdiff
path: root/tubes.lua
AgeCommit message (Collapse)Author
2013-04-12Merge pull request #28 from Novatux/masterVanessaE
Fix conductive tube drop.
2013-04-12Fix conductive tube drop.Novatux
2013-04-11Merge pull request #27 from Novatux/masterVanessaE
Add conductor tubes.
2013-04-11Add conductor tubes (no crafting recipe or texture for now).Novatux
2013-03-18Add inventory images for tubes.Anthony
2013-02-07BugfixNovatux
2013-01-23Fixed a bug with mese tubes not correctly distributing the items.Novatux
2013-01-20Added textures for sand and accelerator tubes, added crafting recipe for ↵Novatux
sand tube.
2013-01-20Changed the name of some textures for naming conventions. Added deployer and ↵Novatux
node breaker (most of the code is from Technic, the textures too).
2013-01-20Added sand tubes, which take nearby items.Novatux
2013-01-19Changed mese tubes: you can now choose if items should not go in a direction.Novatux
2013-01-19Added accelrator and teleport pipesNovatux
2013-01-17Added detector tubeNovatux
2013-01-16Added a function to register tubes.Novatux
Added the mese pipe.
2013-01-02fixed typo, pneumatic test [ojbect -> object]Vanessa Ezekowitz
2012-09-17Added test object for pneumatic tube autorouting code, made tubes connect toVanessa Ezekowitz
it and any object that bears groups={tubedevice=1} (connects to any side)
2012-09-02Added crafting recipes for various objects, with options: If homedecor isVanessa Ezekowitz
installed, use the plastic sheeting therein. If not, we define it manually. If the Technic mod is installed, don't define any recipes at all. Also removed the extra "loaded!" messages and tweaked the default pipe alias to point to something that is actually visible :-)
2012-09-01flattened wielded pipe segment.Vanessa Ezekowitz
2012-08-24Added pneumatic tubes with their own autoplace code (does not connect toVanessa Ezekowitz
steel pipes). Fixed a recursion bug that sometimes caused a stack overflow.