forked from Mirrorlandia_minetest/mesecons
Merge pull request #199 from 163140/master
Allow using any node in group:sapling for making glue
This commit is contained in:
commit
3c82e2fc3a
@ -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