Skip to content

Commit

Permalink
Fix nether-pathfinder on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Jun 17, 2023
1 parent 800cb2e commit 071e616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 071e616

Please sign in to comment.