renamed formation to shape_type and material to base_material (2)

This commit is contained in:
Alexander Weber 2017-02-24 12:02:17 +01:00
parent d12d29970c
commit 613c56e91b

@ -20,7 +20,7 @@ local function filter(name, def)
end
-- no 3rd hand carpets
if def.material then
if def.base_material then
return false
end