diff --git a/build.gradle b/build.gradle index 7ac7165a1..3b1e1f0dc 100644 --- a/build.gradle +++ b/build.gradle @@ -168,11 +168,11 @@ subprojects { p -> minecraft { version("${rootProject.minecraft_version}") } - + // Set the standalone jar entrypoint // (This will point to a non-existent class in all sub-projects except "Core") application { - mainClass.set('com.seibel.lod.core.JarMain') + mainClass.set('com.seibel.lod.core.jar.JarMain') } } @@ -257,7 +257,7 @@ subprojects { p -> manifest { attributes 'Implementation-Title': rootProject.archives_base_name, 'Implementation-Version': rootProject.mod_version, - 'Main-Class': 'com.seibel.lod.core.JarMain' // When changing the main of the jar change this line + 'Main-Class': 'com.seibel.lod.core.jar.JarMain' // When changing the main of the jar change this line } } diff --git a/coreSubProjects b/coreSubProjects index f91629bf2..afd88470d 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit f91629bf21af60a21fa4208c3859fe0dfcb70e57 +Subproject commit afd88470d801a9fd20432d65ec822ba2909309cd