summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/melon.lua b/melon.lua
index 209b3a7..5f0354c 100644
--- a/melon.lua
+++ b/melon.lua
@@ -97,7 +97,6 @@ minetest.register_craft({
--
minetest.register_node("crops:melon", {
description = "Melon",
- inventory_image = "crops_melon_inv.png",
tiles = { "crops_melon_top.png", "crops_melon_bottom.png", "crops_melon.png", "crops_melon.png", "crops_melon.png", "crops_melon.png" },
sunlight_propagates = false,
use_texture_alpha = false,