From: shedaniel Date: Fri, 2 Oct 2020 17:05:58 +0000 (+0800) Subject: We need an extra line here X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=4feebdf8537dddee25e47e10eff3b976af4f5c63;p=LightOverlay.git We need an extra line here Signed-off-by: shedaniel --- diff --git a/architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt b/architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt index e6a62b0..4843f98 100644 --- a/architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt +++ b/architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt @@ -51,6 +51,7 @@ open class RemapMCPTask : Jar() { manifestFile.writeText(""" Manifest-Version: 1.0 FMLModType: LIBRARY + """.trimIndent()) val remapper = remapperBuilder.build()