mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -19,6 +19,7 @@ mt_color_grey = "#AAAAAA"
|
|||
mt_color_blue = "#6389FF"
|
||||
mt_color_green = "#72FF63"
|
||||
mt_color_dark_green = "#25C191"
|
||||
mt_color_orange = "#FF8800"
|
||||
|
||||
local menupath = core.get_mainmenu_path()
|
||||
local basepath = core.get_builtin_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue