Improve craft table screen and player inventory
|
@ -53,7 +53,7 @@ local function set_inventory(player)
|
||||||
img = img .. player_armor[player_name]
|
img = img .. player_armor[player_name]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local img_element = "image[1,0;3,4;"..img.."]"
|
local img_element = "image[0.6,0.2;3,4;"..img.."]"
|
||||||
if show_armor and armor.textures[player_name] and armor.textures[player_name].preview then
|
if show_armor and armor.textures[player_name] and armor.textures[player_name].preview then
|
||||||
img = armor.textures[player_name].preview
|
img = armor.textures[player_name].preview
|
||||||
local s1 = img:find("character_preview")
|
local s1 = img:find("character_preview")
|
||||||
|
@ -61,7 +61,7 @@ local function set_inventory(player)
|
||||||
s1 = img:sub(s1+21)
|
s1 = img:sub(s1+21)
|
||||||
img = "crafting_player2d.png"..s1
|
img = "crafting_player2d.png"..s1
|
||||||
end
|
end
|
||||||
img_element = "image[1.5,0;2,4;"..img.."]"
|
img_element = "image[1.1,0.2;2,4;"..img.."]"
|
||||||
end
|
end
|
||||||
|
|
||||||
local form = "size[9,8.75]"..
|
local form = "size[9,8.75]"..
|
||||||
|
@ -69,6 +69,10 @@ local function set_inventory(player)
|
||||||
mcl_vars.inventory_header..
|
mcl_vars.inventory_header..
|
||||||
img_element..
|
img_element..
|
||||||
--armor
|
--armor
|
||||||
|
"image[0,0;1,1;crafting_slot_head.png]"..
|
||||||
|
"image[0,1;1,1;crafting_slot_torso.png]"..
|
||||||
|
"image[0,2;1,1;crafting_slot_legs.png]"..
|
||||||
|
"image[0,3;1,1;crafting_slot_feet.png]"..
|
||||||
"list[detached:"..player_name.."_armor;armor;0,0;1,1;1]"..
|
"list[detached:"..player_name.."_armor;armor;0,0;1,1;1]"..
|
||||||
"list[detached:"..player_name.."_armor;armor;0,1;1,1;2]"..
|
"list[detached:"..player_name.."_armor;armor;0,1;1,1;2]"..
|
||||||
"list[detached:"..player_name.."_armor;armor;0,2;1,1;3]"..
|
"list[detached:"..player_name.."_armor;armor;0,2;1,1;3]"..
|
||||||
|
@ -105,7 +109,7 @@ local function set_workbench(player)
|
||||||
"list[current_player;main;0,4.5;9,3;9]"..
|
"list[current_player;main;0,4.5;9,3;9]"..
|
||||||
"list[current_player;main;0,7.74;9,1;]"..
|
"list[current_player;main;0,7.74;9,1;]"..
|
||||||
"list[current_player;craft;1.75,0.5;3,3;]"..
|
"list[current_player;craft;1.75,0.5;3,3;]"..
|
||||||
"list[current_player;craftpreview;5.75,1.5;1,1;]"..
|
"list[current_player;craftpreview;6.1,1.5;1,1;]"..
|
||||||
"image_button[8,0;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
"image_button[8,0;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||||
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
"tooltip[__mcl_craftguide;Show crafting recipes]"..
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 431 B |
After Width: | Height: | Size: 406 B |
After Width: | Height: | Size: 389 B |
After Width: | Height: | Size: 455 B |