summaryrefslogtreecommitdiff
path: root/mesecons_materials/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons_materials/init.lua')
-rw-r--r--mesecons_materials/init.lua2
1 files changed, 1 insertions, 1 deletions
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
})