mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix "TODO read modinfo" in modmanager to improve ui usability
This commit is contained in:
@@ -100,6 +100,8 @@ Mod directory structure
|
||||
mods
|
||||
|-- modname
|
||||
| |-- depends.txt
|
||||
| |-- screenshot.png
|
||||
| |-- description.txt
|
||||
| |-- init.lua
|
||||
| |-- textures
|
||||
| | |-- modname_stuff.png
|
||||
@@ -121,6 +123,12 @@ depends.txt:
|
||||
to a single modname. Their meaning is that if the specified mod
|
||||
is missing, that does not prevent this mod from being loaded.
|
||||
|
||||
screenshot.png:
|
||||
A screenshot shown in modmanager within mainmenu.
|
||||
|
||||
description.txt:
|
||||
File containing desctiption to be shown within mainmenu.
|
||||
|
||||
optdepends.txt:
|
||||
An alternative way of specifying optional dependencies.
|
||||
Like depends.txt, a single line contains a single modname.
|
||||
|
Reference in New Issue
Block a user