fix: change Y_OFFSET from protected to public in SpellRay class

This commit is contained in:
WinDanesz
2025-06-09 14:26:21 +02:00
parent 550b600424
commit 1c1e6d1e00
@@ -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