mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-28 16:27:28 +01:00
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({
|
||||
output = "mesecons_materials:glue 2",
|
||||
type = "cooking",
|
||||
recipe = "default:sapling",
|
||||
recipe = "group:sapling",
|
||||
cooktime = 2
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user