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
|
@ -7,7 +7,6 @@ local chest = minetest.get_content_id("mcl_chests:chest")
|
|||
local mcl_hoppers_formspec =
|
||||
"size[9,7]"..
|
||||
"background[-0.19,-0.25;9.41,10.48;mcl_hoppers_inventory.png]"..
|
||||
mcl_vars.inventory_header..
|
||||
"label[2,0;"..minetest.formspec_escape(minetest.colorize("#313131", S("Hopper"))).."]"..
|
||||
"list[current_name;main;2,0.5;5,1;]"..
|
||||
"label[0,2;"..minetest.formspec_escape(minetest.colorize("#313131", S("Inventory"))).."]"..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue