From 1e4bc3dcf5934657e738bbfa74ca2b917268995a Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 15 May 2014 19:45:48 -0500 Subject: Added the ability to craft buckets from plastic --- init.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 1e2fa51..87423bc 100644 --- a/init.lua +++ b/init.lua @@ -364,3 +364,14 @@ for i in ipairs(plasticbox.colorlist) do end end + +--Other mods' stuff that can be crafted with plastic +if minetest.get_modpath("bucket") then +minetest.register_craft( { + output = "bucket:bucket_empty", + recipe = { + { "homedecor:plastic_sheeting", "", "homedecor:plastic_sheeting" }, + { "", "homedecor:plastic_sheeting", "" }, + }, +}) +end -- cgit v1.2.3