mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
26c9150591
This reverts commit 3ca01c3149
.
6 lines
222 B
Lua
6 lines
222 B
Lua
minetest.register_on_joinplayer(function(player)
|
|
local bg = ""--"bgcolor[#080808BB;true]"
|
|
local slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
|
local prepend = bg .. slots
|
|
-- player:set_formspec_prepend(prepend)
|
|
end)
|