From e8705a521e7d1ca400e16547d84cd69bf827de77 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 15 May 2014 19:30:03 -0500 Subject: Finished recycling --- init.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/init.lua b/init.lua index 6b5e9fa..1e2fa51 100644 --- a/init.lua +++ b/init.lua @@ -172,8 +172,21 @@ if minetest.get_modpath("technic") then technic.register_grinder_recipe({input=data[1], output=data[2]}) end else +minetest.register_craft( { + output = "homedecor:plastic_sheeting 7", + recipe = { + { "plasticbox:plasticbox", "plasticbox:plasticbox" }, + { "plasticbox:plasticbox", "plasticbox:plasticbox" }, + }, +}) end +minetest.register_craft({ + type = "cooking", + output = "homedecor:plastic_sheeting", + recipe = "plasticbox:plastic_powder", +}) + --Register crafts for colored boxes minetest.register_craft({ type = "shapeless", -- cgit v1.2.3