From f02ccdfa5d96dc403f6b63e8c971da1326988fdd Mon Sep 17 00:00:00 2001 From: 163140 <163140@autistici.org> Date: Fri, 9 Jan 2015 11:54:32 +0000 Subject: [PATCH] Making glue from any sapling Moretree and Ethereal mods add a lot of saplings --- mesecons_materials/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesecons_materials/init.lua b/mesecons_materials/init.lua index f95373c..d16e866 100644 --- a/mesecons_materials/init.lua +++ b/mesecons_materials/init.lua @@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", { minetest.register_craft({ output = "mesecons_materials:glue 2", type = "cooking", - recipe = "default:sapling", + recipe = "group:sapling", cooktime = 2 })