forked from Mirrorlandia_minetest/mesecons
Making glue from any sapling
Moretree and Ethereal mods add a lot of saplings
This commit is contained in:
parent
80648b6c14
commit
f02ccdfa5d
@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mesecons_materials:glue 2",
|
output = "mesecons_materials:glue 2",
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
recipe = "default:sapling",
|
recipe = "group:sapling",
|
||||||
cooktime = 2
|
cooktime = 2
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user