Skip to content

Commit e492e5f

Browse files
committed
bump nether pathfinder
1 parent c4f33b7 commit e492e5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ allprojects {
7777
// The following line declares the yarn mappings you may select this one as well.
7878
// mappings "net.fabricmc:yarn:1.17.1+build.32:v2"
7979
//launchImplementation('dev.babbaj:nether-pathfinder:1.3.0')
80-
implementation 'dev.babbaj:nether-pathfinder:1.4'
80+
implementation 'dev.babbaj:nether-pathfinder:1.4.1'
8181
}
8282

8383
tasks.withType(JavaCompile).configureEach {
@@ -142,4 +142,4 @@ javadoc {
142142
options.encoding "UTF-8" // allow emoji in comments :^)
143143
source = sourceSets.api.allJava
144144
classpath += sourceSets.api.compileClasspath
145-
}
145+
}

0 commit comments

Comments
 (0)