Skip to content

Commit 3fcf53f

Browse files
committed
Update publishing & 26.1 dep
1 parent 2173c1a commit 3fcf53f

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ publishMods {
8989

9090
modrinth {
9191
accessToken.set(providers.environmentVariable("MODRINTH_TOKEN"))
92-
projectId.set("nbkDyHgy")
92+
projectId.set(property("modrinth.id") as String)
9393
minecraftVersions.add(stonecutter.current.version)
9494
requires("fabric-api")
9595
requires("yacl")

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ mod.name=HitBox+
99
mod.description=A client-side Fabric mod for customizing entity hitbox colors.
1010

1111
deps.fabric_loader=0.18.5
12+
13+
modrinth.id=nbkDyHgy

versions/26.1/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
deps.fabric_api=0.145.1+26.1
22

3-
mod.mc_dep=>=26.1 <=26.1
3+
mod.mc_dep=~26.1
44
mod.mc_title=26.1
55
mod.mc_targets=26.1
66

0 commit comments

Comments
 (0)