Add zombie apocalypse spell

This commit is contained in:
Electroblob77
2020-05-31 17:16:55 +01:00
parent 05aac02966
commit a33715ad51
13 changed files with 250 additions and 2 deletions
@@ -52,7 +52,7 @@ public class SpellMinion<T extends EntityLiving & ISummonedCreature> extends Spe
* entity attribute modifier. */
public static final String HEALTH_MODIFIER = "minion_health";
/** The string identifier for the potency attribute modifier. */
private static final String POTENCY_ATTRIBUTE_MODIFIER = "potency";
public static final String POTENCY_ATTRIBUTE_MODIFIER = "potency";
/** A factory that creates summoned creature entities. */
protected final Function<World, T> minionFactory;