diff options
Diffstat (limited to 'melon.lua')
-rw-r--r-- | melon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |