summaryrefslogtreecommitdiff
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
parent4a972decef65ad46dec5353bdb116666dde33d0b (diff)
These are not needed, game creates the inventory image.
Just saves bandwidth for client startup.
-rw-r--r--melon.lua1
-rw-r--r--pumpkin.lua1
-rw-r--r--textures/crops_melon_inv.pngbin1916 -> 0 bytes
-rw-r--r--textures/crops_pumpkin_inv.pngbin1432 -> 0 bytes
4 files changed, 0 insertions, 2 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,
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,
diff --git a/textures/crops_melon_inv.png b/textures/crops_melon_inv.png
deleted file mode 100644
index ba9033b..0000000
--- a/textures/crops_melon_inv.png
+++ /dev/null
Binary files differ
diff --git a/textures/crops_pumpkin_inv.png b/textures/crops_pumpkin_inv.png
deleted file mode 100644
index 4636102..0000000
--- a/textures/crops_pumpkin_inv.png
+++ /dev/null
Binary files differ