We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f33b7 commit e492e5fCopy full SHA for e492e5f
1 file changed
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 {
@@ -142,4 +142,4 @@ javadoc {
142
options.encoding "UTF-8" // allow emoji in comments :^)
143
source = sourceSets.api.allJava
144
classpath += sourceSets.api.compileClasspath
145
-}
+}
0 commit comments