summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 14:38:15 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 14:38:15 -0700
commitc7ba2c1dfd090f7ec855ec86210e5eeb05950f7a (patch)
tree3e02a72b9e5e154dea9f3b92bdf5bbbc79255aa6
parentb2a494a26071bd14dc99eff91169ef51495b2026 (diff)
Set wield image to the melon seed, otherwise melon plant_1 shows.
-rw-r--r--melon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/melon.lua b/melon.lua
index 22b7196..7b687aa 100644
--- a/melon.lua
+++ b/melon.lua
@@ -20,6 +20,7 @@ local faces = {
minetest.register_node("crops:melon_seed", {
description = "melon seed",
inventory_image = "crops_melon_seed.png",
+ wield_image = "crops_melon_seed.png",
tiles = { "crops_melon_plant_1.png" },
drawtype = "plantlike",
sunlight_propagates = false,