Skip to content

Commit

Permalink
Update reach-entity-attributes
Browse files Browse the repository at this point in the history
- Fixes players within reach being miscalculated
  • Loading branch information
ChloeDawn committed Mar 15, 2021
1 parent e552e54 commit f950d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.sapphic"
version = "1.3.0+1.17"
version = "1.3.1+1.17"

java {
withSourcesJar()
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.jetbrains:annotations:20.1.0")
implementation("org.checkerframework:checker-qual:3.9.0")
modImplementation(include("net.fabricmc.fabric-api:fabric-resource-loader-v0:0.4.3+36b77c3eeb")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:2.0.0")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:2.0.1")!!)
modRuntime("com.terraformersmc:modmenu:2.0.0-beta.2")
}

Expand Down

0 comments on commit f950d63

Please sign in to comment.