Add guardian beam spell
This commit is contained in:
@@ -249,6 +249,7 @@ public final class Spells {
|
||||
public static final Spell stormcloud = placeholder();
|
||||
public static final Spell withering_totem = placeholder();
|
||||
public static final Spell fangs = placeholder();
|
||||
public static final Spell guardian_beam = placeholder();
|
||||
public static final Spell radiant_totem = placeholder();
|
||||
|
||||
public static final Spell firestorm = placeholder();
|
||||
@@ -465,6 +466,7 @@ public final class Spells {
|
||||
registry.register(new Stormcloud());
|
||||
registry.register(new WitheringTotem());
|
||||
registry.register(new Fangs());
|
||||
registry.register(new GuardianBeam());
|
||||
registry.register(new RadiantTotem());
|
||||
|
||||
registry.register(new Firestorm());
|
||||
|
||||
Reference in New Issue
Block a user