From cb616b0df9e0a07b9e569898c1d3cc265e6c13bf Mon Sep 17 00:00:00 2001 From: LNJ Date: Mon, 10 Apr 2017 17:42:51 +0200 Subject: Use blank.png instead of own drawers_empty.png --- lua/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/helpers.lua') diff --git a/lua/helpers.lua b/lua/helpers.lua index 51103d9..12997d1 100755 --- a/lua/helpers.lua +++ b/lua/helpers.lua @@ -40,7 +40,7 @@ function drawers.gen_info_text(basename, count, factor, stack_max) end function drawers.get_inv_image(name) - local texture = "drawers_empty.png" + local texture = "blank.png" local def = core.registered_items[name] if name ~= "air" and def then if def.inventory_image and #def.inventory_image > 0 then -- cgit v1.2.3