Major default formspec style update
- Uses formspec_prepend to set e.g. button style - Make all formspecs use the MCL2 style consistently
This commit is contained in:
parent
0e867e5247
commit
03ad3cca29
49 changed files with 38 additions and 32 deletions
|
@ -90,7 +90,6 @@ local function set_inventory(player, armor_change_only)
|
|||
|
||||
local form = "size[9,8.75]"..
|
||||
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png]"..
|
||||
mcl_vars.inventory_header..
|
||||
player_preview..
|
||||
--armor
|
||||
"list[detached:"..player_name.."_armor;armor;0,0;1,1;1]"..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue