From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: MrHua269 Date: Mon, 1 Jan 2024 07:59:27 +0000 Subject: [PATCH] Fix build diff --git a/build.gradle.kts b/build.gradle.kts index 38352926640d97449256d50ebdec619ce9e695a0..e8421c841d20855eaa262b55115584f14d0f25cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val alsoShade: Configuration by configurations.creating dependencies { // Folia start - implementation(project(":folia-api")) + implementation(project(":luminol-api"))//Luminol implementation("io.papermc.paper:paper-mojangapi:${project.version}") { exclude("io.papermc.paper", "paper-api") } @@ -74,7 +74,7 @@ tasks.jar { attributes( "Main-Class" to "org.bukkit.craftbukkit.Main", "Implementation-Title" to "CraftBukkit", - "Implementation-Version" to "git-Folia-$implementationVersion", // Folia + "Implementation-Version" to "git-Luminol-$implementationVersion", // Folia //Luminol "Implementation-Vendor" to date, // Paper "Specification-Title" to "Bukkit", "Specification-Version" to project.version,