Making glue from any sapling

Moretree and Ethereal mods add a lot of saplings
This commit is contained in:
163140 2015-01-09 11:54:32 +00:00
parent 80648b6c14
commit f02ccdfa5d
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
})