Skip to content

Commit

Permalink
Merge pull request #199 from 163140/master
Browse files Browse the repository at this point in the history
Allow using any node in group:sapling for making glue
  • Loading branch information
Jeija committed Jan 9, 2015
2 parents 80648b6 + f02ccdf commit 3c82e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_materials/init.lua
Expand Up @@ -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
})

Expand Down

0 comments on commit 3c82e2f

Please sign in to comment.