forked from VoxeLibre/VoxeLibre
Add default.gui_bg_img for compability
This commit is contained in:
parent
36dd4f32a0
commit
2779cd761c
|
@ -10,6 +10,7 @@ LAVA_VISC = 7
|
||||||
default = {}
|
default = {}
|
||||||
default.gui_slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
default.gui_slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
||||||
default.gui_bg = "bgcolor[#080808BB;true]"
|
default.gui_bg = "bgcolor[#080808BB;true]"
|
||||||
|
default.gui_bg_img = ""
|
||||||
|
|
||||||
default.inventory_header = default.gui_slots .. default.gui_bg
|
default.inventory_header = default.gui_slots .. default.gui_bg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue