diff options
author | LNJ <git@lnj.li> | 2017-04-10 17:42:51 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-04-10 17:42:51 +0200 |
commit | cb616b0df9e0a07b9e569898c1d3cc265e6c13bf (patch) | |
tree | 1d0d4c2e00dce4bbdf6a22250629e1e474b460ce /lua/helpers.lua | |
parent | f36276c225039d3922112b9e8acc44d3f0f2cbf8 (diff) |
Use blank.png instead of own drawers_empty.png
Diffstat (limited to 'lua/helpers.lua')
-rwxr-xr-x | lua/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |