Add firestorm spell

This commit is contained in:
Electroblob77
2020-06-25 13:21:26 +01:00
parent 43690ace29
commit 5dc3ebed4f
8 changed files with 142 additions and 1 deletions
@@ -244,6 +244,7 @@ public final class Spells {
public static final Spell stormcloud = placeholder();
public static final Spell firestorm = placeholder();
public static final Spell zombie_apocalypse = placeholder();
@SubscribeEvent
@@ -451,6 +452,7 @@ public final class Spells {
registry.register(new Stormcloud());
registry.register(new Firestorm());
registry.register(new ZombieApocalypse());
}