Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-25 | Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) | DS | |
* add digiline_connecting_tube * add mesecon and digiline conductiong tube * add more recipes | |||
2017-05-18 | Replace deprecated methods: (#179) | Jordan Irwin | |
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool' | |||
2017-03-17 | increase length of signal tube pulse | Vanessa Ezekowitz | |
2016-06-11 | Add 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 | |||
2016-04-17 | Fixed mixup between enables for conductor and detector tubes | electrodude | |
pipeworks.enable_detector_tube would define detector tubes but the recipe for conductor tubes, and vice versa | |||
2015-02-08 | fix conductor_tube_on texture | Tim | |
2015-01-31 | switch to the minetest-conventional def-table style of registering tubes to ↵ | Tim | |
clean up their registrations fallback for the old call is provided | |||
2015-01-31 | reduce texturename repetition via __index | Tim | |
2015-01-29 | fix crafts to only register when their respective tubes are enabled | Tim | |
also add the one-way tube recipe back | |||
2015-01-29 | use the default tube textures as fallback for any missing textures during ↵ | Tim | |
tube registration | |||
2015-01-29 | split the big tubes file up into functional modules independend from the ↵ | Tim | |
tube registration and add their respective crafting recipes use this opportunity to remove some whitespaces issues from it |