From f5908b08afddf6da3d569c2328fd61784da7a0c3 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 24 Nov 2015 16:35:48 -0800 Subject: These are not needed, game creates the inventory image. Just saves bandwidth for client startup. --- melon.lua | 1 - pumpkin.lua | 1 - textures/crops_melon_inv.png | Bin 1916 -> 0 bytes textures/crops_pumpkin_inv.png | Bin 1432 -> 0 bytes 4 files changed, 2 deletions(-) delete mode 100644 textures/crops_melon_inv.png delete mode 100644 textures/crops_pumpkin_inv.png 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 Binary files a/textures/crops_melon_inv.png and /dev/null differ diff --git a/textures/crops_pumpkin_inv.png b/textures/crops_pumpkin_inv.png deleted file mode 100644 index 4636102..0000000 Binary files a/textures/crops_pumpkin_inv.png and /dev/null differ -- cgit v1.2.3