From e482c86896e9595f065fb8bcbff9793866763afb Mon Sep 17 00:00:00 2001 From: Dream Master Date: Tue, 9 Jul 2024 22:15:15 +0700 Subject: [PATCH] update --- dependencies.gradle | 2 +- gradlew | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 4513e22..3b04bd1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:Enklume:2.1.0:dev') - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.56:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.70:dev') api(rfg.deobf('maven.modrinth:journeymap:5.2.3')) devOnlyNonPublishable('com.github.GTNewHorizons:TCNodeTracker:1.3.0:dev') 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/.