1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add dependency resolution to ContentDB (#9997)

This commit is contained in:
rubenwardy
2020-12-23 14:42:18 +00:00
committed by GitHub
parent 535557cc2e
commit d2bbf13dfe
4 changed files with 300 additions and 5 deletions

View File

@@ -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") .. "]" ..