From 613c56e91b0ae89dbbe3edb8037e14accaa758f9 Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Fri, 24 Feb 2017 12:02:17 +0100 Subject: [PATCH] renamed formation to shape_type and material to base_material (2) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 709fec5..3b34067 100644 --- a/init.lua +++ b/init.lua @@ -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