mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add dependency resolution to ContentDB (#9997)
This commit is contained in:
parent
535557cc2e
commit
d2bbf13dfe
4 changed files with 300 additions and 5 deletions
|
@ -98,7 +98,7 @@ local function create_world_formspec(dialogdata)
|
|||
-- Error out when no games found
|
||||
if #pkgmgr.games == 0 then
|
||||
return "size[12.25,3,true]" ..
|
||||
"box[0,0;12,2;#ff8800]" ..
|
||||
"box[0,0;12,2;" .. mt_color_orange .. "]" ..
|
||||
"textarea[0.3,0;11.7,2;;;"..
|
||||
fgettext("You have no games installed.") .. "\n" ..
|
||||
fgettext("Download one from minetest.net") .. "]" ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue