Skip to content

Commit f02ccdf

Browse files
committedJan 9, 2015
Making glue from any sapling
Moretree and Ethereal mods add a lot of saplings
1 parent 80648b6 commit f02ccdf

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.