From e492e5f830aeefd0105d877e6d53f988b484bbc2 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 20 Aug 2023 13:36:45 -0700 Subject: [PATCH] bump nether pathfinder --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 75d17fb02..9371211b0 100755 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ allprojects { // The following line declares the yarn mappings you may select this one as well. // mappings "net.fabricmc:yarn:1.17.1+build.32:v2" //launchImplementation('dev.babbaj:nether-pathfinder:1.3.0') - implementation 'dev.babbaj:nether-pathfinder:1.4' + implementation 'dev.babbaj:nether-pathfinder:1.4.1' } tasks.withType(JavaCompile).configureEach { @@ -142,4 +142,4 @@ javadoc { options.encoding "UTF-8" // allow emoji in comments :^) source = sourceSets.api.allJava classpath += sourceSets.api.compileClasspath -} \ No newline at end of file +}