From 7cdbe4dcbb8ae7e31dc9b881f347cd54662c845a Mon Sep 17 00:00:00 2001 From: Appability Date: Sun, 13 Nov 2022 23:39:33 -0800 Subject: render on top of wither shield actually --- src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/com/ambientaddons/features/misc') diff --git a/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt b/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt index ce468eb..f850a36 100644 --- a/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt +++ b/src/main/kotlin/com/ambientaddons/features/misc/Trapper.kt @@ -73,7 +73,7 @@ object Trapper { val display = "§a${ceil(diff).roundToInt()}" val resolution = ScaledResolution(mc) val x = resolution.scaledWidth / 2 + 1 - val y = resolution.scaledHeight / 2 - 20 + val y = resolution.scaledHeight / 2 + 10 val style = TextStyle.fromInt(config.trapperCooldown - 1) ?: return OverlayUtils.drawString(x, y, display, style, Alignment.Center) } -- cgit