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 --- melon.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'melon.lua') diff --git a/melon.lua b/melon.lua index 27522de..b5cdecc 100644 --- a/melon.lua +++ b/melon.lua @@ -26,6 +26,7 @@ minetest.register_node("crops:melon_seed", { wield_image = "crops_melon_seed.png", tiles = { "crops_melon_plant_1.png" }, drawtype = "plantlike", + waving = 1, sunlight_propagates = false, use_texture_alpha = true, walkable = false, @@ -50,6 +51,7 @@ minetest.register_node("crops:melon_plant_" .. stage , { description = "melon plant", tiles = { "crops_melon_plant_" .. stage .. ".png" }, drawtype = "plantlike", + waving = 1, sunlight_propagates = true, use_texture_alpha = true, walkable = false, -- cgit v1.2.3