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.
This commit is contained in:
Auke Kok 2015-04-08 14:01:42 -07:00
parent 11d5c23240
commit ca0126dd7c
2 changed files with 1 additions and 1 deletions

View File

@ -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,

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B