From c66b247b42ef021fb703dd47dbaf81de73ad0bc2 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Tue, 3 Sep 2024 17:44:06 -0400 Subject: [PATCH 1/2] Update deps --- dependencies.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 0bcf4a95..d79dbc2f 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,6 +1,6 @@ // Add your dependencies here dependencies { - compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.6.2:api") - implementation('com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev') + compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.7.0:api") + implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev') } diff --git a/settings.gradle b/settings.gradle index c52d518d..3d3ba12c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.19' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27' } From 7073b6f63c7897f22e3862732d7ac10747d1b33b Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Tue, 3 Sep 2024 17:44:21 -0400 Subject: [PATCH 2/2] Add curseforge and modrinth project IDs --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index eadb9b36..76480466 100644 --- a/gradle.properties +++ b/gradle.properties @@ -132,7 +132,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 = VNJFvdp5 # The project's relations on Modrinth. You can use this to refer to other projects on Modrinth. # Syntax: scope1-type1:name1;scope2-type2:name2;... @@ -147,7 +147,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 = 1095442 # The project's relations on CurseForge. You can use this to refer to other projects on CurseForge. # Syntax: type1:name1;type2:name2;...