mirror of
https://github.com/minetest-mods/carpets.git
synced 2024-11-19 22:03:43 +01:00
renamed formation to shape_type and material to base_material (2)
This commit is contained in:
parent
d12d29970c
commit
613c56e91b
2
init.lua
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user