summaryrefslogtreecommitdiff
path: root/sorting_tubes.lua
AgeCommit message (Collapse)Author
2020-02-18Add translation supportLouis Royer
- Created `locale/template.txt` - Fixed some typos - Replace some `print("[pipeworks]"..` with `pipeworks.logger()` - Removed "You hacker, you" from descriptions
2018-10-30use basic_materials mod where possibleVanessa Dannenberg
2017-04-11cache on/off button image refs and commonly-used label for sameVanessa Ezekowitz
2017-04-11adjust sorting tube formspecVanessa Ezekowitz
to account for re-sized button on/off/interm images
2017-04-04Namespace pollution cleanup (Used list at #154)ForbiddenJ
2016-08-29add list rings to pipework inventoriesTim
2016-08-29allow reordering of itemstacks in sorting tubeTim
2016-04-01Don't use item_drop(, nil,)Auke Kok
2015-11-18fix 2 other minetest.item_dropsHybridDog
2015-03-11add ownership/protection handling for device configurationTim
take any available ownership into account before deciding on area protection
2015-02-03Make sorting tubes not drop elements if all outputs filtering for a specific ↵est31
element are filled. Send them to some other open (empty) port instead.
2015-02-03rename infotext mese tube -> sorttubeest31
2015-02-02fix broken mese tube recipeVanessa Ezekowitz
2015-01-31switch 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-31reduce texturename repetition via __indexTim
2015-01-30fix crashing typo in sorting_tube formspec updateTim
2015-01-29fix crafts to only register when their respective tubes are enabledTim
also add the one-way tube recipe back
2015-01-29split 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