From 42879492de02df8949ccfd101b73b15d27064585 Mon Sep 17 00:00:00 2001 From: Chloe Dawn Date: Mon, 15 Mar 2021 20:07:07 +0000 Subject: [PATCH] Update reach-entity-attributes - Fixes players within reach being miscalculated --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 212b664..c2e9a2a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "dev.sapphic" -version = "1.3.0+1.16" +version = "1.3.1+1.16" java { withSourcesJar() @@ -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") }