summaryrefslogtreecommitdiff
path: root/autocrafter.lua
AgeCommit message (Expand)Author
2015-01-10sanity checking, stop crash in case of garbage inventory dataVanessa Ezekowitz
2014-11-02Make items in autocrafters virtual as wellNovatux
2013-12-21A few more fixes (spamming the commit log again...)Novatux
2013-12-21fix small typos (False -> false)Vanessa Ezekowitz
2013-12-15local-ize one last varVanessa Ezekowitz
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
2013-11-25get rid of some extraneous print statementsVanessa Ezekowitz
2013-10-30Fix autocrafter not taking enough items if number of needed items of a kind >...Novatux
2013-10-04fix incorrect usage of after_place_nodeVanessa Ezekowitz
2013-10-04simplify autocrafterCache, remove cache entry on node dig and disable debug o...chlue
2013-10-04clean up formatting a bitVanessa Ezekowitz
2013-10-04Made autocrafter take less CPU/timechlue
2013-07-19added support for 6d facedir for all tube components, changed autoplace.lua t...hdastwb
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-06-23rewrote autoplacement code to make it more aware of filters,Vanessa Ezekowitz
2013-04-07Autocrafter only crafts when destination inventory has spacebas080
2013-01-20Changed autocrafter formspec.Novatux
2013-01-20Added chests and furnaces autoconnect to tubes.Novatux
2013-01-19Added autocrafter.Novatux