mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-06-28 14:16:11 +02:00
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:
@ -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(),
|
||||
|
Reference in New Issue
Block a user