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

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