1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 12:10:25 +02:00

Remove references to group:wood_slab

This commit is contained in:
Craig Davison
2015-07-30 08:30:46 +01:00
parent 23a0af58ee
commit ade26437ee
5 changed files with 0 additions and 45 deletions

View File

@ -119,15 +119,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:coffeetable",
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"group:stick", "", "group:stick", }
}
})
if minetest.setting_get("log_mods") then
minetest.log("action", "coffeetable loaded")
end