summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--melon.lua2
-rw-r--r--textures/crops_melon_plant_5_attached.pngbin0 -> 820 bytes
2 files changed, 1 insertions, 1 deletions
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,
diff --git a/textures/crops_melon_plant_5_attached.png b/textures/crops_melon_plant_5_attached.png
new file mode 100644
index 0000000..bfbaa02
--- /dev/null
+++ b/textures/crops_melon_plant_5_attached.png
Binary files differ