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 af0d9b4 commit 4287949
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.16"
version = "1.3.1+1.16"

java {
withSourcesJar()
Expand All @@ -34,7 +34,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.2+ca58154a7d")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:1.1.0")!!)
modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:1.1.1")!!)
modRuntime("io.github.prospector:modmenu:1.14.13+build.22")
}

Expand Down

0 comments on commit 4287949

Please sign in to comment.