From 7a4e784701b88d7b5b02e4b6a41c333a25309a9c Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 18 Sep 2022 15:31:07 +0930 Subject: [PATCH] Added some api notes and moved JarMain to the jar folder --- build.gradle | 6 +++--- coreSubProjects | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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