fix build failing, by making nether pathfinder version consistent

This commit is contained in:
Wagyourtail
2024-01-23 08:18:58 -07:00
parent be1203fabb
commit 078b3909b3
4 changed files with 5 additions and 3 deletions

View File

@@ -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.1'
implementation "dev.babbaj:nether-pathfinder:${project.nether_pathfinder_version}"
}
unimined.minecraft(sourceSets.main, true) {