Skip to content

Commit

Permalink
Making glue from any sapling
Browse files Browse the repository at this point in the history
Moretree and Ethereal mods add a lot of saplings
  • Loading branch information
163140 committed Jan 9, 2015
1 parent 80648b6 commit f02ccdf
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 f02ccdf

Please sign in to comment.