Add minimal formspec prepend
This commit is contained in:
parent
a84f7935fa
commit
3edf880301
5 changed files with 12 additions and 4 deletions
3
mods/HUD/mcl_formspec_prepend/init.lua
Normal file
3
mods/HUD/mcl_formspec_prepend/init.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
minetest.register_on_joinplayer(function(player)
|
||||
player:set_formspec_prepend(mcl_vars.gui_nonbg)
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue