1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 11:50: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

@ -89,15 +89,6 @@ for i in ipairs(sofas_list) do
}
})
minetest.register_craft({
output = "lrfurn:sofa_"..colour,
recipe = {
{"wool:"..colour, "wool:"..colour, "", },
{"group:wood_slab", "group:wood_slab", "", },
{"group:stick", "group:stick", "", }
}
})
end
if minetest.setting_get("log_mods") then