From 7140edaebb97e00359cbfe62524142942885b0ff Mon Sep 17 00:00:00 2001 From: brachy84 Date: Mon, 4 May 2026 08:46:00 +0200 Subject: [PATCH] add cf and modrinth project ids --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 99fd279f7..86998b9eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -160,7 +160,7 @@ usesMavenPublishing = true # # The project's ID on Modrinth. Can be either the slug or the ID. # Leave this empty if you don't want to publish to Modrinth. -modrinthProjectId = +modrinthProjectId = Ecvd12QC # The project's relations on Modrinth. You can use this to refer to other projects on Modrinth. # Syntax: scope1-type1:name1;scope2-type2:name2;... @@ -175,7 +175,7 @@ modrinthRelations = # # The project's numeric ID on CurseForge. You can find this in the About Project box. # Leave this empty if you don't want to publish on CurseForge. -curseForgeProjectId = +curseForgeProjectId = 624243 # The project's relations on CurseForge. You can use this to refer to other projects on CurseForge. # Syntax: type1:name1;type2:name2;...