Reorganize some GUI-related textures

This commit is contained in:
Wuzzy 2017-07-08 16:28:25 +02:00
parent 88cdc0a907
commit 5de05b404e
18 changed files with 9 additions and 9 deletions

View file

@ -301,7 +301,7 @@ mcl_inventory.set_creative_formspec = function(player, start_i, pagenum, inv_siz
end
local fnt = ""
if name ~= "inv" then
fnt = "image[0,1;5,0.75;fnt_"..name..".png]"
fnt = "image[0,1;5,0.75;mcl_inventory_fnt_"..name..".png]"
end
formspec = "size[10,9.3]"..
mcl_vars.inventory_header..