summaryrefslogtreecommitdiff
path: root/mesecons_materials
diff options
context:
space:
mode:
author163140 <163140@autistici.org>2015-01-09 11:54:32 +0000
committer163140 <163140@autistici.org>2015-01-09 11:54:32 +0000
commitf02ccdfa5d96dc403f6b63e8c971da1326988fdd (patch)
tree59194b7eaa098b890b526a27a4aca0bd2114a469 /mesecons_materials
parent80648b6c1443bf3221edc7197273da65330e4b09 (diff)
downloadmesecons-f02ccdfa5d96dc403f6b63e8c971da1326988fdd.tar
mesecons-f02ccdfa5d96dc403f6b63e8c971da1326988fdd.tar.gz
mesecons-f02ccdfa5d96dc403f6b63e8c971da1326988fdd.tar.bz2
mesecons-f02ccdfa5d96dc403f6b63e8c971da1326988fdd.tar.xz
mesecons-f02ccdfa5d96dc403f6b63e8c971da1326988fdd.zip
Making glue from any sapling
Moretree and Ethereal mods add a lot of saplings
Diffstat (limited to 'mesecons_materials')
-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
})