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