Skip to content

Commit 920700f

Browse files
Add curseforge and modrinth project IDs (#8)
Co-authored-by: Martin Robertz <[email protected]>
1 parent 10bbeda commit 920700f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ usesMavenPublishing = true
128128
# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
129129
#
130130
# The project's ID on Modrinth. Can be either the slug or the ID.
131-
# Leave this empty if you don't want to publish to Modrinth.
132-
modrinthProjectId =
131+
# Leave this empty if you don't want to publish on Modrinth.
132+
modrinthProjectId = 3ta7xO35
133133

134134
# The project's relations on Modrinth. You can use this to refer to other projects on Modrinth.
135135
# Syntax: scope1-type1:name1;scope2-type2:name2;...
@@ -144,7 +144,7 @@ modrinthRelations =
144144
#
145145
# The project's numeric ID on CurseForge. You can find this in the About Project box.
146146
# Leave this empty if you don't want to publish on CurseForge.
147-
curseForgeProjectId =
147+
curseForgeProjectId = 961344
148148

149149
# The project's relations on CurseForge. You can use this to refer to other projects on CurseForge.
150150
# Syntax: type1:name1;type2:name2;...

0 commit comments

Comments
 (0)