From 4d8399ff4d769def62e6a8241327c4f2dac47e71 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 15 Nov 2025 23:13:50 +0100 Subject: snapshot: main source set compile --- src/main/kotlin/repo/RepoModResourcePack.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/kotlin/repo') 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 ) } -- cgit