We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a45001 + e492e5f commit 3b30b06Copy full SHA for 3b30b06
build.gradle
@@ -77,7 +77,7 @@ allprojects {
77
// The following line declares the yarn mappings you may select this one as well.
78
// mappings "net.fabricmc:yarn:1.17.1+build.32:v2"
79
//launchImplementation('dev.babbaj:nether-pathfinder:1.3.0')
80
- implementation 'dev.babbaj:nether-pathfinder:1.4'
+ implementation 'dev.babbaj:nether-pathfinder:1.4.1'
81
}
82
83
tasks.withType(JavaCompile).configureEach {
@@ -141,4 +141,4 @@ javadoc {
141
options.encoding "UTF-8" // allow emoji in comments :^)
142
source = sourceSets.api.allJava
143
classpath += sourceSets.api.compileClasspath
144
-}
+}
0 commit comments