1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-16 22:50:26 +02:00

Commenting useless (unused) craft recipes

- Craft recipes using undeclared group:wood_slab commented.
This commit is contained in:
LeMagnesium
2014-11-23 17:40:03 +01:00
parent 792278400b
commit cc2661f622
5 changed files with 10 additions and 10 deletions

View File

@ -146,14 +146,14 @@ for i in ipairs(sofas_list) do
}
})
minetest.register_craft({
--[[ minetest.register_craft({
output = "lrfurn:sofa_"..colour,
recipe = {
{"wool:"..colour, "wool:"..colour, "", },
{"group:wood_slab", "group:wood_slab", "", },
{"group:stick", "group:stick", "", }
}
})
})]] -- Uncomment if further declaration of a group:wood_slab
end