We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2173c1a commit 3fcf53fCopy full SHA for 3fcf53f
3 files changed
build.gradle.kts
@@ -89,7 +89,7 @@ publishMods {
89
90
modrinth {
91
accessToken.set(providers.environmentVariable("MODRINTH_TOKEN"))
92
- projectId.set("nbkDyHgy")
+ projectId.set(property("modrinth.id") as String)
93
minecraftVersions.add(stonecutter.current.version)
94
requires("fabric-api")
95
requires("yacl")
gradle.properties
@@ -9,3 +9,5 @@ mod.name=HitBox+
9
mod.description=A client-side Fabric mod for customizing entity hitbox colors.
10
11
deps.fabric_loader=0.18.5
12
+
13
+modrinth.id=nbkDyHgy
versions/26.1/gradle.properties
@@ -1,6 +1,6 @@
1
deps.fabric_api=0.145.1+26.1
2
3
-mod.mc_dep=>=26.1 <=26.1
+mod.mc_dep=~26.1
4
mod.mc_title=26.1
5
mod.mc_targets=26.1
6
0 commit comments