Skip to content

Commit b78136a

Browse files
authored
Update gradle.properties
1 parent dd23800 commit b78136a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,30 +103,30 @@ versionDisplayFormat = $MOD_NAME \u2212 $VERSION
103103
# The project's ID on Modrinth. Can be either the slug or the ID.
104104
# Leave this empty if you don't want to publish on Modrinth.
105105
# Alternatively this can be set with the 'MODRINTH_PROJECT_ID' environment variable.
106-
modrinthProjectId =
106+
modrinthProjectId = visualclaiming
107107

108108
# The project's relations on Modrinth. You can use this to refer to other projects on Modrinth.
109109
# Syntax: scope1-type1:name1;scope2-type2:name2;...
110110
# Where scope can be one of [required, optional, incompatible, embedded],
111111
# type can be one of [project, version],
112112
# and the name is the Modrinth project or version slug/id of the other mod.
113113
# Example: required-project:jei;optional-project:top;incompatible-project:gregtech
114-
modrinthRelations =
114+
modrinthRelations =required-project:visualores;
115115

116116

117117
# Publishing to CurseForge requires you to set the CURSEFORGE_API_KEY environment variable to one of your CurseForge API tokens.
118118

119119
# The project's numeric ID on CurseForge. You can find this in the About Project box.
120120
# Leave this empty if you don't want to publish on CurseForge.
121121
# Alternatively this can be set with the 'CURSEFORGE_PROJECT_ID' environment variable.
122-
curseForgeProjectId =
122+
curseForgeProjectId = 1254583
123123

124124
# The project's relations on CurseForge. You can use this to refer to other projects on CurseForge.
125125
# Syntax: type1:name1;type2:name2;...
126126
# Where type can be one of [requiredDependency, embeddedLibrary, optionalDependency, tool, incompatible],
127127
# and the name is the CurseForge project slug of the other mod.
128128
# Example: requiredDependency:railcraft;embeddedLibrary:cofhlib;incompatible:buildcraft
129-
curseForgeRelations =
129+
curseForgeRelations =requiredDependency:visualores;requiredDependency:ftb-utilities-forge;
130130

131131
# This project's release type on CurseForge and/or Modrinth
132132
# Alternatively this can be set with the 'RELEASE_TYPE' environment variable.

0 commit comments

Comments
 (0)