Move mcl_formspec_prepend

This commit is contained in:
Wuzzy 2019-03-06 07:32:13 +01:00
parent 0b9c0d177c
commit 581f0fa2dd
2 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
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)

View file

@ -1,2 +0,0 @@
name = mcl_formspec_prepend
description = Set formspec prepend string for all players