1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-13 19:40:18 +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

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