Merge pull request #199 from 163140/master

Allow using any node in group:sapling for making glue
This commit is contained in:
Florian Euchner 2015-01-09 15:43:18 +01:00
commit 3c82e2fc3a
1 changed files with 1 additions and 1 deletions

View File

@ -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
})