Revert "Move mcl_formspec_prepend"

This reverts commit 581f0fa2dd.
This commit is contained in:
Wuzzy 2019-03-07 12:41:59 +01:00
parent dcba7e2325
commit 720bc6a56f
2 changed files with 0 additions and 0 deletions

View 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)

View file

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