Utilize formspec prepend
This commit is contained in:
parent
98b3003e07
commit
ea0c2e9568
21 changed files with 9 additions and 31 deletions
6
mods/CORE/mcl_formspec_prepend/init.lua
Normal file
6
mods/CORE/mcl_formspec_prepend/init.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue