removed waving effect in grass, as the shader that provides it is about to

change in such a way that it will break what was here.
This commit is contained in:
Vanessa Ezekowitz
2013-11-22 23:56:30 -05:00
parent 4912981332
commit 5a2265788d
3 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@ 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(),
@ -41,7 +40,6 @@ 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(),