Add boulder spell

This commit is contained in:
Electroblob77
2020-07-05 00:39:06 +01:00
parent 8ae6bc9102
commit 22a125d720
16 changed files with 441 additions and 8 deletions
@@ -248,6 +248,7 @@ public final class Spells {
public static final Spell firestorm = placeholder();
public static final Spell zombie_apocalypse = placeholder();
public static final Spell boulder = placeholder();
@SubscribeEvent
public static void register(RegistryEvent.Register<Spell> event){
@@ -458,6 +459,7 @@ public final class Spells {
registry.register(new Firestorm());
registry.register(new ZombieApocalypse());
registry.register(new Boulder());
}