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:
parent
11d5c23240
commit
ca0126dd7c
@ -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,
|
||||
|
BIN
textures/crops_melon_plant_5_attached.png
Normal file
BIN
textures/crops_melon_plant_5_attached.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 820 B |
Loading…
x
Reference in New Issue
Block a user