forked from mtcontrib/plantlife_modpack
Make most plants capable of waving if shaders are enabled
This commit is contained in:
@ -26,6 +26,7 @@ minetest.register_node('poisonivy:seedling', {
|
||||
wield_image = 'poisonivy_seedling.png',
|
||||
sunlight_propagates = true,
|
||||
paramtype = 'light',
|
||||
paramtype2 = 'waving',
|
||||
walkable = false,
|
||||
groups = { snappy = 3, poisonivy=1, flora_block=1 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
@ -40,6 +41,7 @@ minetest.register_node('poisonivy:sproutling', {
|
||||
wield_image = 'poisonivy_sproutling.png',
|
||||
sunlight_propagates = true,
|
||||
paramtype = 'light',
|
||||
paramtype2 = 'waving',
|
||||
walkable = false,
|
||||
groups = { snappy = 3, poisonivy=1, flora_block=1 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
|
Reference in New Issue
Block a user