[ci skip] Use ComfreyWeight instead of HyacinthusWeight

This commit is contained in:
Helvetica Volubi
2026-07-27 03:32:49 +08:00
parent 4e277ad91e
commit 2f93769135
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java // TODO java launcher tasks
id("moe.luminolmc.hyacinthusweight.patcher")
id("fun.bm.comfreyweight.patcher")
}
paperweight {
+1 -1
View File
@@ -3,7 +3,7 @@ mcVersion=26.2
apiVersion=26.2
channel=BETA
clipVersion=1.0.1
weightVersion=2.0.15
weightVersion=1.0.0
# true for release, false for skip release, pre for pre-release
release=pre
# true for push to repo, false for skip push repo, auto for detect by release value
+2 -2
View File
@@ -5,7 +5,7 @@
`maven-publish`
idea
- id("io.papermc.paperweight.core")
+ id("moe.luminolmc.hyacinthusweight.core") // TODO Later - rebrand
+ id("fun.bm.comfreyweight.core")
id("io.papermc.fill.gradle") version "1.0.12"
}
@@ -15,7 +15,7 @@
dependencies {
mache("io.papermc:mache:26.2+build.1")
- paperclip("io.papermc:paperclip:3.0.4")
+ hyacinthusclip("fun.bm:morninggloryclip:${providers.gradleProperty("clipVersion").get()}") // TODO Later - rebrand
+ comfreyclip("fun.bm:morninggloryclip:${providers.gradleProperty("clipVersion").get()}")
}
paperweight {
+2 -2
View File
@@ -9,8 +9,8 @@ pluginManagement {
}
plugins {
id("moe.luminolmc.hyacinthusweight.patcher") version weightVersion
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
id("fun.bm.comfreyweight.patcher") version weightVersion
id("fun.bm.comfreyweight.core") version weightVersion
}
}