aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/repo/RepoModResourcePack.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/repo/RepoModResourcePack.kt')
-rw-r--r--src/main/kotlin/repo/RepoModResourcePack.kt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/kotlin/repo/RepoModResourcePack.kt b/src/main/kotlin/repo/RepoModResourcePack.kt
index 6c06a67..8b201af 100644
--- a/src/main/kotlin/repo/RepoModResourcePack.kt
+++ b/src/main/kotlin/repo/RepoModResourcePack.kt
@@ -91,7 +91,8 @@ class RepoModResourcePack(val basePath: Path) : ModResourcePack {
.forEach {
consumer.accept(
Identifier.tryParse("neurepo", it.toString()) ?: return@forEach,
- InputSupplier.create(it))
+ InputSupplier.create(it)
+ )
}
}
@@ -109,7 +110,7 @@ class RepoModResourcePack(val basePath: Path) : ModResourcePack {
"description": "NEU Repo Resources"
}
}
-""".trimIndent().byteInputStream()
+""".trimIndent().byteInputStream(), info
)
}