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 905262067dabc7cbe5b08639fcefd3a996a937e0..c0608731dd7a352628a1e31997d0658dfa9f2ea8 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") } @@ -75,7 +75,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,