mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-21 08:11:06 +00:00
fix typo
This commit is contained in:
@@ -111,7 +111,7 @@ fun Project.configureDistribution() {
|
|||||||
|
|
||||||
metaPacksDir.walkTopDown().forEach {
|
metaPacksDir.walkTopDown().forEach {
|
||||||
if (it.isDirectory || !it.name.endsWith(".zip")) return@forEach
|
if (it.isDirectory || !it.name.endsWith(".zip")) return@forEach
|
||||||
resources.computeIfAbsent("metappacks") { ArrayList() }.add(it.name)
|
resources.computeIfAbsent("metapacks") { ArrayList() }.add(it.name)
|
||||||
}
|
}
|
||||||
|
|
||||||
val langDir = File("${project(":common:implementation").buildDir}/resources/main/lang/")
|
val langDir = File("${project(":common:implementation").buildDir}/resources/main/lang/")
|
||||||
|
|||||||
Reference in New Issue
Block a user