Skip to content

Commit 3c82e2f

Browse files
committedJan 9, 2015
Merge pull request #199 from 163140/master
Allow using any node in group:sapling for making glue
2 parents 80648b6 + f02ccdf commit 3c82e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mesecons_materials/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", {
1414
minetest.register_craft({
1515
output = "mesecons_materials:glue 2",
1616
type = "cooking",
17-
recipe = "default:sapling",
17+
recipe = "group:sapling",
1818
cooktime = 2
1919
})
2020

0 commit comments

Comments
 (0)
Please sign in to comment.