Fix nether-pathfinder version in subprojects

This commit is contained in:
ZacSharp 2024-01-21 00:19:21 +01:00
parent be1203fabb
commit 7dad000df7
No known key found for this signature in database
GPG Key ID: 9453647B005083A3
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:${nether_pathfinder_version}"
}
unimined.minecraft(sourceSets.main, true) {

View File

@ -45,7 +45,7 @@ dependencies {
common sourceSet.output
shadowCommon sourceSet.output
}
include 'dev.babbaj:nether-pathfinder:1.3.0'
include "dev.babbaj:nether-pathfinder:${nether_pathfinder_version}"
}
processResources {

View File

@ -56,7 +56,7 @@ dependencies {
common sourceSet.output
shadowCommon sourceSet.output
}
shadowCommon 'dev.babbaj:nether-pathfinder:1.3.0'
shadowCommon "dev.babbaj:nether-pathfinder:${nether_pathfinder_version}"
}
processResources {

View File

@ -4,6 +4,8 @@ mod_version=1.9.3
maven_group=baritone
archives_base_name=baritone
nether_pathfinder_version=1.4.1
minecraft_version=1.19.4
forge_version=45.0.43
fabric_version=0.14.11