From ca0126dd7c3d69c52c96eda47145479c77dac513 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 8 Apr 2015 14:01:42 -0700 Subject: Remove the flower from the melon plant if it's attached. This is more realistic: The melon flower turns into a melon once it's ready, so while a melon is attached, the flower is gone signifying that it's not ready to grow another melon. The flower pops back immediately once you remove the melon block. --- melon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'melon.lua') diff --git a/melon.lua b/melon.lua index ec3a40a..2107507 100644 --- a/melon.lua +++ b/melon.lua @@ -61,7 +61,7 @@ minetest.register_node("crops:melon_plant_5_attached", { visual = "mesh", mesh = "crops_plant_extra_face.obj", description = "melon plant", - tiles = { "crops_melon_stem.png", "crops_melon_plant_5.png" }, + tiles = { "crops_melon_stem.png", "crops_melon_plant_5_attached.png" }, drawtype = "mesh", paramtype2 = "facedir", sunlight_propagates = true, -- cgit v1.2.3