Adjust groups

This commit is contained in:
ezhh 2018-11-28 19:42:25 +00:00
parent ec0d640869
commit 4598677391

View File

@ -179,6 +179,6 @@ for i in ipairs(rgb_list) do
description = "RGB"..name,
tiles = {"rgb_base.png^[colorize:#"..rgbval},
is_ground_content = true,
groups = {choppy=1},
groups = {cracky=3},
})
end