]> git.lizzy.rs Git - LightOverlay.git/commitdiff
We need an extra line here
authorshedaniel <daniel@shedaniel.me>
Fri, 2 Oct 2020 17:05:58 +0000 (01:05 +0800)
committershedaniel <daniel@shedaniel.me>
Fri, 2 Oct 2020 17:05:58 +0000 (01:05 +0800)
Signed-off-by: shedaniel <daniel@shedaniel.me>
architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt

index e6a62b09b0bad6217f95b57bb666b9f1df1a6865..4843f9804fbf23561b574c87a006ba34ca121604 100644 (file)
@@ -51,6 +51,7 @@ open class RemapMCPTask : Jar() {
         manifestFile.writeText("""
 Manifest-Version: 1.0
 FMLModType: LIBRARY
+
         """.trimIndent())
 
         val remapper = remapperBuilder.build()