From 01105a6526a5846a25f31b02e3e89fafc749941a Mon Sep 17 00:00:00 2001 From: Pilcrow182 Date: Tue, 14 Apr 2015 23:53:30 -0500 Subject: add support for enable_waving_plants shader setting --- potato.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'potato.lua') diff --git a/potato.lua b/potato.lua index a652075..a202a35 100644 --- a/potato.lua +++ b/potato.lua @@ -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, -- cgit v1.2.3