Fix nether-pathfinder on Windows

This commit is contained in:
Brady 2023-06-16 21:55:08 -05:00
parent 800cb2e747
commit 071e6164fe
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@ dependencies {
exclude module: 'commons-io'
exclude module: 'log4j-core'
}
runtime launchCompile('dev.babbaj:nether-pathfinder:0.2')
runtime launchCompile('dev.babbaj:nether-pathfinder:0.4')
testImplementation 'junit:junit:4.12'
implementation 'dev.babbaj:nether-pathfinder:0.2'
implementation 'dev.babbaj:nether-pathfinder:0.4'
}
mixin {