Update `nether-pathfinder` to 0.21

This commit is contained in:
Brady 2023-07-02 01:03:34 -05:00
parent dee7df1534
commit fc209599af
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 2 additions and 2 deletions

View File

@ -175,9 +175,9 @@ dependencies {
transitive = false
}
launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
launchImplementation('dev.babbaj:nether-pathfinder:0.20')
launchImplementation('dev.babbaj:nether-pathfinder:0.21')
testImplementation 'junit:junit:4.12'
implementation 'dev.babbaj:nether-pathfinder:0.20'
implementation 'dev.babbaj:nether-pathfinder:0.21'
}
mixin {