Tweak trash can icon

This commit is contained in:
Vanessa Dannenberg 2021-02-25 13:17:58 -05:00 committed by SmallJoker
parent ebd1d1f245
commit ae124b02c2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ for bag_i = 1, 4 do
if unified_inventory.trash_enabled
or unified_inventory.is_creative(player_name)
or minetest.get_player_privs(player_name).give then
fs[#fs + 1] = "image[6,0;1,1;ui_bags_trash.png]"
fs[#fs + 1] = "image[5.91,-0.06;1.21,1.15;ui_bags_trash.png]"
.. "list[detached:trash;main;6,0.1;1,1;]"
end
local inv = player:get_inventory()