1
0
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:
LeMagnesium 2015-01-09 22:17:03 +01:00
parent 38b1f30bdc
commit 8d0c1fb661

View File

@ -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
}) })