summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-10remove water node at spigot only at theVanessa Ezekowitz
pouring-->off transition, not repeatedly.
2013-05-10periodically remove one water node next to each "on" pump that's also flowingVanessa Ezekowitz
This should make it work more or less correctly with finite water. also, fix a bug where a blocked spigot still looks like its pouring, and check for blockages on every step.
2013-04-28fix a bug where spigot pouring would replace the node under it withVanessa Ezekowitz
water. Also clean up spigot logic slightly.
2013-04-14Merge pull request #30 from Uberi/masterVanessaE
Documentation Improvements
2013-04-14Add Overview.html, with full documentation for all available features.Anthony Zhang
2013-04-14Update README.Anthony Zhang
2013-04-13Merge pull request #29 from Novatux/masterVanessaE
Fix repartition of teleport tubes not being random.
2013-04-13Fix repartition of teleport tubes not being random.Novatux
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-04-07Merge pull request #26 from bas080/masterVanessaE
Autocrafter only crafts when destination inventory has space
2013-04-07Autocrafter only crafts when destination inventory has spacebas080
2013-04-03Merge pull request #25 from bas080/masterVanessaE
Formspec of filters now have better aligned layout
2013-04-03retouched the formspec of the filter and mese-filterbas080
2013-04-01Merge pull request #24 from bas080/masterVanessaE
Retuextured filter and autocrafter
2013-04-02Retuextured the autocrafter and (mese)filterbas080
2013-04-01Merge pull request #23 from Uberi/masterVanessaE
Fix deployer in latest minetest.
2013-04-01Fix tube connection to filtersAnthony
Tubes did not previously connect to filters when the filters were placed after the tube.
2013-04-01Fix deployer in latest minetest.Anthony
Broken when shift-click to avoid on_rightclick was added.
2013-03-25Merge pull request #21 from Uberi/masterVanessaE
Add autocrafter recipe.
2013-03-25Add autocrafter recipe.Anthony
2013-03-18Merge pull request #20 from Uberi/masterVanessaE
Add inventory images to speed up load times.
2013-03-18Add inventory images for tubes.Anthony
2013-03-18Add inventory images for old pipes.Anthony
2013-03-18Add inventory images for pipes.Anthony
2013-03-18Add inventory images for devices.Anthony
2013-02-07Merge pull request #19 from Novatux/masterVanessaE
Bugfix
2013-02-07BugfixNovatux
2013-02-03Merge pull request #18 from Novatux/masterVanessaE
Improved the code of the teleport tube.
2013-02-03Improved the code of the teleport tube.Novatux
2013-02-02Merge pull request #17 from Novatux/masterVanessaE
Avoid overwriting the default code.
2013-02-02Changed the code so that we do not overwrite the default code anymore.Novatux
2013-01-31Removed node breaker and deployer. These belong in technic, not pipeworks.Vanessa Ezekowitz
Added aliases to avoid unknown nodes/map breakage. Old code has been moved into pipeworks/attic/
2013-01-28Merge pull request #16 from Novatux/masterVanessaE
Mese filters: take full stack.
2013-01-28Merge https://github.com/VanessaE/pipeworksNovatux
2013-01-28Added mese filter (takes full stack).Novatux
2013-01-27tried to fix detection of latest version of technic mod.Vanessa Ezekowitz
limited the number of recipes affected by it - now only the tubes' recipes are disabled when technic is present. All pipes, pipe devices, and tube devices are available at all times. updated the plastic sheet crafting chain to match current homedecor
2013-01-23Merge pull request #13 from Novatux/masterVanessaE
Fixed a bug with mese pipes.
2013-01-23Fixed a bug with mese tubes not correctly distributing the items.Novatux
2013-01-20Merge pull request #12 from Novatux/masterVanessaE
Sand tubes, which take nearby items.
2013-01-20Changed to technic 16px textures.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-20Changed autocrafter formspec.Novatux
2013-01-19Merge pull request #11 from Novatux/masterVanessaE
Fixed a bug where autocrafter could be used to clone items.
2013-01-20Added chests and furnaces autoconnect to tubes.Novatux
Fixed a bug where autocrafter could bbe used to clone items. Removed test code.
2013-01-19Merge pull request #10 from Novatux/masterVanessaE
Mese tubes can now completely forbid a direction for items.