summaryrefslogtreecommitdiff
path: root/vacuum_tubes.lua
AgeCommit message (Expand)Author
2015-02-03Fix vacuum tube formspec and make radius parsing smarterest31
2015-01-31increase vacuum distance to radius * sqrt(3) again, but cache everything to l...Tim
2015-01-31switch to the minetest-conventional def-table style of registering tubes to c...Tim
2015-01-31reduce texturename repetition via __indexTim
2015-01-30remove unnecessary pcall() around tonumber, as it will return nil for invalid...Tim
2015-01-30restyle formspecs and add infotexts to adjustable vacuuming tubeTim
2015-01-30optimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, ...Tim
2015-01-29fix crafts to only register when their respective tubes are enabledTim
2015-01-29split the big tubes file up into functional modules independend from the tube...Tim