summaryrefslogtreecommitdiff
path: root/crafts.lua
AgeCommit message (Collapse)Author
2018-10-30use basic_materials mod where possibleVanessa Dannenberg
2017-11-11add craft recipe for straight-only pipeVanessa Ezekowitz
2017-10-14crafts.lua: add gear item for node breaker craftingthetaepsilon-gamedev
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
2015-01-29move autocrafter, tp-tube and filter-injector crafts to their respective ↵Tim
code files
2014-09-21use default copper instead of moreores copper for the water pump recipeTim
2014-07-30Use 'group:stick' instead of 'default:stick'Kevin Zheng
2014-07-28update pipeworks to use modern homedecor-style crafting chainVanessa Ezekowitz
craft 6 any leaves -> oil extract, cook oil -> paraffin, cook paraffin -> plastic old "plastic base" is aliased to paraffin.
2014-04-10use leaves group for ALL parts of the plastic base recipe, derpVanessa Ezekowitz
2014-03-28change the decorative grating recipe to something more unique, fixes #58Tim
2014-03-28fix valve recipe crafting unknown nodesTim
2014-01-16Add alternate sand tube recipes using desert sandVanessa Ezekowitz
2014-01-16Make unprocessed plastic base from any kinds of leaves that are in group:leavesVanessa Ezekowitz
also, retire the junglegrass- and dry shrub-based recipes for same, as those nodes are somewhat rare now.
2014-01-10FixNovatux
2014-01-10add recipe for crossing tubeVanessa Ezekowitz
2014-01-01Update all recipes to use the new node namesVanessa Ezekowitz
2013-11-28Removed code that detects technic and disables default recipes.Vanessa Ezekowitz
Made tubes and conductor tubes more expensive (yield 6 instead of 12).
2013-11-27Add recipes for fountainhead and one-way tubeVanessa Ezekowitz
2013-07-22fix the check for technic for craft recipes, use optional depends toVanessa Ezekowitz
make sure it loads first
2013-07-13added more powerful sand tubes (MESE sand tubes), along with associated ↵hdastwb
crafts, textures, and documentation
2013-06-16Made conductor tubes cheaper.Vanessa Ezekowitz
2013-06-01Change craft of autocrafter to use mese crystal (autocrafter should be less ↵Novatux
expensive than teleport tube...)
2013-05-10add flow sensor. Sends mesecons signal when water is flowing through it.Vanessa Ezekowitz
2013-03-25Add autocrafter recipe.Anthony
2013-01-28Merge https://github.com/VanessaE/pipeworksNovatux
2013-01-28Added mese filter (takes full stack).Novatux
2013-01-27tried to fix detection of latest version of technic mod.Vanessa Ezekowitz
limited the number of recipes affected by it - now only the tubes' recipes are disabled when technic is present. All pipes, pipe devices, and tube devices are available at all times. updated the plastic sheet crafting chain to match current homedecor
2013-01-20Added textures for sand and accelerator tubes, added crafting recipe for ↵Novatux
sand tube.
2013-01-19Added crafting recipes for teleport and accelerator tubes, changed the ↵Novatux
recipe of the detector tube
2013-01-17added crafting recipes for detector tube and also for filter/injector device.Vanessa Ezekowitz
2013-01-16added crafting recipes for mese pneumatic tubesVanessa Ezekowitz
2013-01-01Changed crafting recipes to account for revamped pumps, valves, etc. NowVanessa Ezekowitz
requires the moreores mod and most recent git (for mese crystal fragments) to craft a pump.
2012-09-05All recipes doubled except for junglegrass -> plastic sheet (since that isVanessa Ezekowitz
derived from home decor)
2012-09-02Fixed plastic sheeting recipeVanessa Ezekowitz
2012-09-02Added crafting recipes for various objects, with options: If homedecor isVanessa Ezekowitz
installed, use the plastic sheeting therein. If not, we define it manually. If the Technic mod is installed, don't define any recipes at all. Also removed the extra "loaded!" messages and tweaked the default pipe alias to point to something that is actually visible :-)