Merge pull request #4252 from wagyourtail/1.19/fix/build-fail
fix 1.19 build failing
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
common sourceSet.output
|
||||
shadowCommon sourceSet.output
|
||||
}
|
||||
include 'dev.babbaj:nether-pathfinder:1.3.0'
|
||||
include "dev.babbaj:nether-pathfinder:${project.nether_pathfinder_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
@@ -56,7 +56,7 @@ dependencies {
|
||||
common sourceSet.output
|
||||
shadowCommon sourceSet.output
|
||||
}
|
||||
shadowCommon 'dev.babbaj:nether-pathfinder:1.3.0'
|
||||
shadowCommon "dev.babbaj:nether-pathfinder:${project.nether_pathfinder_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
@@ -7,3 +7,5 @@ archives_base_name=baritone
|
||||
minecraft_version=1.19.4
|
||||
forge_version=45.0.43
|
||||
fabric_version=0.14.11
|
||||
|
||||
nether_pathfinder_version=1.4.1
|
||||
Reference in New Issue
Block a user