Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | Don't use item_drop(, nil,) | Auke Kok | |
2015-11-18 | fix 2 other minetest.item_drops | HybridDog | |
2015-03-11 | add ownership/protection handling for device configuration | Tim | |
take any available ownership into account before deciding on area protection | |||
2015-02-03 | Make 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-03 | rename infotext mese tube -> sorttube | est31 | |
2015-02-02 | fix broken mese tube recipe | Vanessa Ezekowitz | |
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-30 | fix crashing typo in sorting_tube formspec update | 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 | 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 |