Make most plants capable of waving if shaders are enabled

This commit is contained in:
Vanessa Ezekowitz
2013-11-21 18:44:49 -05:00
parent ef27d14e4a
commit 4912981332
3 changed files with 7 additions and 0 deletions

View File

@ -167,6 +167,7 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
tiles = { "bushes_" .. bush_name .. "_bush.png" },
inventory_image = "bushes_" .. bush_name .. "_bush.png",
paramtype = "light",
paramtype2 = 'waving',
sunlight_propagates = true,
walkable = false,