diff options
author | Auke Kok <sofar@foo-projects.org> | 2015-11-24 16:35:48 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2015-11-24 16:35:48 -0800 |
commit | f5908b08afddf6da3d569c2328fd61784da7a0c3 (patch) | |
tree | 834ab07b690133267904646207f3957dfcd04045 /pumpkin.lua | |
parent | 4a972decef65ad46dec5353bdb116666dde33d0b (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.lua | 1 |
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, |