summaryrefslogtreecommitdiff
path: root/pumpkin.lua
diff options
context:
space:
mode:
authorAuke Kok <sofar@foo-projects.org>2015-11-24 16:35:48 -0800
committerAuke Kok <sofar@foo-projects.org>2015-11-24 16:35:48 -0800
commitf5908b08afddf6da3d569c2328fd61784da7a0c3 (patch)
tree834ab07b690133267904646207f3957dfcd04045 /pumpkin.lua
parent4a972decef65ad46dec5353bdb116666dde33d0b (diff)
These are not needed, game creates the inventory image.
Just saves bandwidth for client startup.
Diffstat (limited to 'pumpkin.lua')
-rw-r--r--pumpkin.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/pumpkin.lua b/pumpkin.lua
index 743b6df..74b4464 100644
--- a/pumpkin.lua
+++ b/pumpkin.lua
@@ -103,7 +103,6 @@ minetest.register_craft({
--
minetest.register_node("crops:pumpkin", {
description = "Pumpkin",
- inventory_image = "crops_pumpkin_inv.png",
tiles = { "crops_pumpkin_top.png", "crops_pumpkin_bottom.png", "crops_pumpkin.png", "crops_pumpkin.png", "crops_pumpkin.png", "crops_pumpkin.png" },
sunlight_propagates = false,
use_texture_alpha = false,