forked from VoxeLibre/VoxeLibre
Make item tooltips white on black again
This commit is contained in:
parent
3500008981
commit
c488b1b0ce
|
@ -1,8 +1,7 @@
|
||||||
default.furnace_inactive_formspec =
|
default.furnace_inactive_formspec =
|
||||||
"size[9,8.75]"..
|
"size[9,8.75]"..
|
||||||
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_furnace.png]"..
|
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_furnace.png]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
"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_name;src;2.75,0.5;1,1;]"..
|
"list[current_name;src;2.75,0.5;1,1;]"..
|
||||||
|
@ -14,8 +13,7 @@ function default.get_furnace_active_formspec(pos, percent)
|
||||||
local formspec =
|
local formspec =
|
||||||
"size[9,8.75]"..
|
"size[9,8.75]"..
|
||||||
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_furnace.png]"..
|
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_furnace.png]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
"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_name;src;2.75,0.5;1,1;]"..
|
"list[current_name;src;2.75,0.5;1,1;]"..
|
||||||
|
@ -34,8 +32,7 @@ end
|
||||||
default.chest_formspec =
|
default.chest_formspec =
|
||||||
"size[9,9.75]"..
|
"size[9,9.75]"..
|
||||||
"background[-0.19,-0.25;9.41,10.48;crafting_inventory_chest.png]"..
|
"background[-0.19,-0.25;9.41,10.48;crafting_inventory_chest.png]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
"list[current_name;main;0,0.5;9,4;]"..
|
"list[current_name;main;0,0.5;9,4;]"..
|
||||||
"list[current_player;main;0,5.5;9,3;9]"..
|
"list[current_player;main;0,5.5;9,3;9]"..
|
||||||
"list[current_player;main;0,8.74;9,1;]"
|
"list[current_player;main;0,8.74;9,1;]"
|
||||||
|
@ -55,8 +52,7 @@ function default.get_locked_chest_formspec(pos)
|
||||||
local formspec =
|
local formspec =
|
||||||
"size[9,9.75]"..
|
"size[9,9.75]"..
|
||||||
"background[-0.19,-0.25;9.41,10.48;crafting_inventory_chest.png]"..
|
"background[-0.19,-0.25;9.41,10.48;crafting_inventory_chest.png]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
"list[nodemeta:".. spos .. ";main;0,0.5;9,4;]"..
|
"list[nodemeta:".. spos .. ";main;0,0.5;9,4;]"..
|
||||||
"list[current_player;main;0,5.5;9,3;9]"..
|
"list[current_player;main;0,5.5;9,3;9]"..
|
||||||
"list[current_player;main;0,8.74;9,1;]"
|
"list[current_player;main;0,8.74;9,1;]"
|
||||||
|
|
|
@ -87,8 +87,7 @@ local function set_inventory(player)
|
||||||
|
|
||||||
local form = "size[9,8.75]"..
|
local form = "size[9,8.75]"..
|
||||||
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory.png"..armor_img.."]"..
|
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory.png"..armor_img.."]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
img_element
|
img_element
|
||||||
--armor
|
--armor
|
||||||
if show_armor then
|
if show_armor then
|
||||||
|
@ -124,8 +123,7 @@ local function set_workbench(player)
|
||||||
|
|
||||||
local form = "size[9,8.75]"..
|
local form = "size[9,8.75]"..
|
||||||
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_workbench.png]"..
|
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png^crafting_inventory_workbench.png]"..
|
||||||
"bgcolor[#080808BB;true]"..
|
default.inventory_header..
|
||||||
"listcolors[#9990;#FFF7;#FFF0;#160816;#D4D2FF]"..
|
|
||||||
"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;]"..
|
||||||
|
|
|
@ -8,8 +8,10 @@ LAVA_VISC = 7
|
||||||
|
|
||||||
-- Definitions made by this mod that other mods can use too
|
-- Definitions made by this mod that other mods can use too
|
||||||
default = {}
|
default = {}
|
||||||
default.gui_slots = "listcolors[#808080FF;#CFCFCFFF;#00000000;#000000FF;#FFFFFFFF]"
|
default.gui_slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
||||||
default.inventory_header = default.gui_slots
|
default.gui_bg = "bgcolor[#080808BB;true]"
|
||||||
|
|
||||||
|
default.inventory_header = default.gui_slots .. default.gui_bg
|
||||||
|
|
||||||
minetest.nodedef_default.stack_max = 64
|
minetest.nodedef_default.stack_max = 64
|
||||||
minetest.craftitemdef_default.stack_max = 64
|
minetest.craftitemdef_default.stack_max = 64
|
||||||
|
|
Loading…
Reference in New Issue