diff --git a/gradle.properties b/gradle.properties index 4a4de3c..30060e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -134,7 +134,7 @@ excludeWellKnownRepositories = # Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven. # Authenticate with the MAVEN_USER and MAVEN_PASSWORD environment variables. # If you need a more complex setup disable maven publishing here and add a publishing repository to addon.gradle. -usesMavenPublishing = true +usesMavenPublishing = false # Maven repository to publish the mod to. # mavenPublishUrl = https\://nexus.gtnewhorizons.com/repository/releases/ @@ -143,7 +143,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 = ifG4OZxi # The project's relations on Modrinth. You can use this to refer to other projects on Modrinth. # Syntax: scope1-type1:name1;scope2-type2:name2;... @@ -152,13 +152,13 @@ modrinthProjectId = # and the name is the Modrinth project or version slug/id of the other mod. # Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech # Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true -modrinthRelations = +modrinthRelations = required-project:notenoughitems-unofficial # Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens. # # 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 = 879914 # The project's relations on CurseForge. You can use this to refer to other projects on CurseForge. # Syntax: type1:name1;type2:name2;... @@ -166,7 +166,7 @@ curseForgeProjectId = # and the name is the CurseForge project slug of the other mod. # Example: requiredDependency:railcraft;embeddedLibrary:cofhlib;incompatible:buildcraft # Note: UniMixins is automatically set as a required dependency if usesMixins = true. -curseForgeRelations = +curseForgeRelations = requiredDependency:notenoughitems-gtnh # Optional parameter to customize the produced artifacts. Use this to preserve artifact naming when migrating older # projects. New projects should not use this parameter.