mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
test impl of the new block atlas maker
This commit is contained in:
@@ -173,7 +173,7 @@ object ModMgr {
|
||||
}
|
||||
}
|
||||
|
||||
/** Get a common file from all the installed mods. Files are guaranteed to exist. If a mod does not
|
||||
/** Get a common file (literal file or directory) from all the installed mods. Files are guaranteed to exist. If a mod does not
|
||||
* contain the file, the mod will be skipped. */
|
||||
fun getFilesFromEveryMod(path: String): List<File> {
|
||||
val path = path.sanitisePath()
|
||||
@@ -189,7 +189,7 @@ object ModMgr {
|
||||
return filesList.toList()
|
||||
}
|
||||
|
||||
/** Get a common file from all the installed mods. Files are guaranteed to exist. If a mod does not
|
||||
/** Get a common file (literal file or directory) from all the installed mods. Files are guaranteed to exist. If a mod does not
|
||||
* contain the file, the mod will be skipped.
|
||||
*
|
||||
* Returning files are read-only. */
|
||||
|
||||
Reference in New Issue
Block a user