mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-11-29 11:35:42 +01:00
Make most plants capable of waving if shaders are enabled
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user