diff --git a/build.gradle b/build.gradle index bf8b33c82..fb9650a7d 100644 --- a/build.gradle +++ b/build.gradle @@ -431,9 +431,11 @@ subprojects { p -> jar { from "LICENSE.txt" manifest { - attributes 'Implementation-Title': rootProject.mod_name, - 'Implementation-Version': rootProject.mod_version, - 'Main-Class': 'com.seibel.distanthorizons.core.jar.JarMain' // When changing the main of the jar change this line + attributes( + 'Implementation-Title': rootProject.mod_name, + 'Implementation-Version': rootProject.mod_version, + 'Main-Class': 'com.seibel.distanthorizons.core.jar.JarMain' // When changing the main of the jar change this line + ) } } diff --git a/neoforge/src/main/resources/META-INF/NeoForge.mods.toml b/neoforge/src/main/resources/META-INF/neoforge.mods.toml similarity index 100% rename from neoforge/src/main/resources/META-INF/NeoForge.mods.toml rename to neoforge/src/main/resources/META-INF/neoforge.mods.toml