Make item tooltips white on black again

This commit is contained in:
Wuzzy 2017-01-05 23:44:47 +01:00
parent 3500008981
commit c488b1b0ce
3 changed files with 10 additions and 14 deletions

View file

@ -8,8 +8,10 @@ LAVA_VISC = 7
-- Definitions made by this mod that other mods can use too
default = {}
default.gui_slots = "listcolors[#808080FF;#CFCFCFFF;#00000000;#000000FF;#FFFFFFFF]"
default.inventory_header = default.gui_slots
default.gui_slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
default.gui_bg = "bgcolor[#080808BB;true]"
default.inventory_header = default.gui_slots .. default.gui_bg
minetest.nodedef_default.stack_max = 64
minetest.craftitemdef_default.stack_max = 64