From c7ba2c1dfd090f7ec855ec86210e5eeb05950f7a Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 8 Apr 2015 14:38:15 -0700 Subject: Set wield image to the melon seed, otherwise melon plant_1 shows. --- melon.lua | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3