From 0c287cd143a7fe90a5be35546810867b4021afa1 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 17 May 2014 14:29:42 -0500 Subject: Added the ability to recycle pneumatic tubes (from pipeworks) --- depends.txt | 1 + init.lua | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/depends.txt b/depends.txt index 2234e67..42f64ae 100644 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,4 @@ homedecor technic? bucket? +pipeworks? diff --git a/init.lua b/init.lua index 87423bc..1b7fa46 100644 --- a/init.lua +++ b/init.lua @@ -150,6 +150,16 @@ minetest.register_craft( { if minetest.get_modpath("technic") then local grinder_recipes = { + {"pipeworks:accelerator_tube_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:conductor_tube_off_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:crossing_tube_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:detector_tube_off_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:mese_sand_tube_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:mese_tube_000000", "plasticbox:plastic_powder 1"}, + {"pipeworks:one_way_tube", "plasticbox:plastic_powder 1"}, + {"pipeworks:sand_tube_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:teleport_tube_1", "plasticbox:plastic_powder 1"}, + {"pipeworks:tube_1", "plasticbox:plastic_powder 1"}, {"plasticbox:plasticbox", "plasticbox:plastic_powder 2"}, {"plasticbox:plasticbox_black", "plasticbox:plastic_powder 2"}, {"plasticbox:plasticbox_blue", "plasticbox:plastic_powder 2"}, @@ -365,7 +375,7 @@ for i in ipairs(plasticbox.colorlist) do end end ---Other mods' stuff that can be crafted with plastic +--Crafting recipes involving other mods if minetest.get_modpath("bucket") then minetest.register_craft( { output = "bucket:bucket_empty", -- cgit v1.2.3