1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 07:00:22 +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

@ -109,14 +109,14 @@ minetest.register_craft({
}
})
minetest.register_craft({
--[[minetest.register_craft({
output = "lrfurn:coffeetable",
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"group:stick", "", "group:stick", }
}
})
})]] -- Uncomment if further declaration of a group:wood_slab
if minetest.setting_get("log_mods") then
minetest.log("action", "coffeetable loaded")