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 | |
parent | 4a972decef65ad46dec5353bdb116666dde33d0b (diff) |
These are not needed, game creates the inventory image.
Just saves bandwidth for client startup.
-rw-r--r-- | melon.lua | 1 | ||||
-rw-r--r-- | pumpkin.lua | 1 | ||||
-rw-r--r-- | textures/crops_melon_inv.png | bin | 1916 -> 0 bytes | |||
-rw-r--r-- | textures/crops_pumpkin_inv.png | bin | 1432 -> 0 bytes |
4 files changed, 0 insertions, 2 deletions
@@ -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 Binary files differdeleted file mode 100644 index ba9033b..0000000 --- a/textures/crops_melon_inv.png +++ /dev/null diff --git a/textures/crops_pumpkin_inv.png b/textures/crops_pumpkin_inv.png Binary files differdeleted file mode 100644 index 4636102..0000000 --- a/textures/crops_pumpkin_inv.png +++ /dev/null |