Skip to content

Commit 3b30b06

Browse files
committed
Merge branch '1.19.4' into 1.20.1
2 parents 5a45001 + e492e5f commit 3b30b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 {
@@ -141,4 +141,4 @@ javadoc {
141141
options.encoding "UTF-8" // allow emoji in comments :^)
142142
source = sourceSets.api.allJava
143143
classpath += sourceSets.api.compileClasspath
144-
}
144+
}

0 commit comments

Comments
 (0)