mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Updated mesecons
- Glue can be done with any sapling (group:sapling) from now on
This commit is contained in:
parent
38b1f30bdc
commit
8d0c1fb661
@ -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