diff options
author | Pilcrow182 <pilcrowjesus@gmail.com> | 2015-04-14 23:53:30 -0500 |
---|---|---|
committer | Pilcrow182 <pilcrowjesus@gmail.com> | 2015-04-14 23:53:30 -0500 |
commit | 01105a6526a5846a25f31b02e3e89fafc749941a (patch) | |
tree | d9dfce47f82aa1c4944c57cab6d6f5ddfe0e0621 /potato.lua | |
parent | e2ce73d686603d3f3030b89cf9bf481616601526 (diff) |
add support for enable_waving_plants shader setting
Diffstat (limited to 'potato.lua')
-rw-r--r-- | potato.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ minetest.register_node("crops:potato_eyes", { wield_image = "crops_potato_eyes.png", tiles = { "crops_potato_plant_1.png" }, drawtype = "plantlike", + waving = 1, sunlight_propagates = false, use_texture_alpha = true, walkable = false, @@ -43,6 +44,7 @@ minetest.register_node("crops:potato_plant_" .. stage , { description = "potato plant", tiles = { "crops_potato_plant_" .. stage .. ".png" }, drawtype = "plantlike", + waving = 1, sunlight_propagates = true, use_texture_alpha = true, walkable = false, |