From 1c1e6d1e00f85012aabe36e1c26fb07b3ee81a69 Mon Sep 17 00:00:00 2001 From: WinDanesz <31292708+WinDanesz@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:26:21 +0200 Subject: [PATCH] fix: change Y_OFFSET from protected to public in SpellRay class --- src/main/java/electroblob/wizardry/spell/SpellRay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/electroblob/wizardry/spell/SpellRay.java b/src/main/java/electroblob/wizardry/spell/SpellRay.java index 5bf14fb9..82354475 100644 --- a/src/main/java/electroblob/wizardry/spell/SpellRay.java +++ b/src/main/java/electroblob/wizardry/spell/SpellRay.java @@ -47,7 +47,7 @@ import javax.annotation.Nullable; public abstract class SpellRay extends Spell { /** The distance below the caster's eyes that the bolt particles start from. */ - protected static final double Y_OFFSET = 0.25; + public static final double Y_OFFSET = 0.25; /** The distance between spawned particles. Defaults to 0.85. */ // 0.85 was chosen to keep it similar to the most common method used previously, which gave an effective spacing of