瀏覽代碼

We need an extra line here

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 年之前
父節點
當前提交
4feebdf853
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      architectPlugin/src/main/kotlin/me/shedaniel/plugin/architect/RemapMCPTask.kt

+ 1 - 0
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()