1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +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

@@ -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()