diff --git a/dependencies.gradle b/dependencies.gradle index d34ddce..d7bdf06 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,14 +35,14 @@ */ dependencies { annotationProcessor(project(":processor")) - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-346-GTNH:dev') - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.136:dev') - compileOnly("com.github.GTNewHorizons:EnderIO:2.7.1:dev") - runtimeOnlyNonPublishable("com.github.GTNewHorizons:ae2stuff:0.7.0-GTNH:dev") - runtimeOnlyNonPublishable("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.43:dev") + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-405-GTNH:dev') + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.56:dev') + compileOnly("com.github.GTNewHorizons:EnderIO:2.8.6:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:ae2stuff:0.8.2-GTNH:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:NewHorizonsCoreMod:2.5.16:dev") compileOnly("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - compileOnly("com.github.GTNewHorizons:Botania:1.10.12-GTNH:dev") - compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.13-GTNH:dev") + compileOnly("com.github.GTNewHorizons:Botania:1.11.3-GTNH:dev") + compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.12.4-GTNH:dev") compileOnly("com.github.GTNewHorizons:TinkersMechworks:0.3.1:dev") - compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.51:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.12.11:dev") } diff --git a/gradle.properties b/gradle.properties index caa970a..7cc9576 100644 --- a/gradle.properties +++ b/gradle.properties @@ -117,7 +117,7 @@ minimizeShadowedDependencies = true # If disabled, won't rename the shadowed classes. relocateShadowedDependencies = true -# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories. +# Adds the GTNH maven, CurseMaven, Modrinth, and some more well-known 1.7.10 repositories. includeWellKnownRepositories = true # Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven. diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index d64cd49..e644113 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22c..a441313 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a4..b740cf1 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. diff --git a/settings.gradle b/settings.gradle index 829971e..f6d0f12 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,7 +16,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.19' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.23' }