Fun testing stuff
Added some basic fire effect stuff to test how well the system works. So far so good!
This commit is contained in:
parent
dc775435bf
commit
091bb3db3f
13 changed files with 131 additions and 18 deletions
|
@ -28,6 +28,8 @@ public class SpellParadigmSelf extends SpellParadigm
|
|||
@Override
|
||||
public void castSpell(World world, EntityPlayer entityPlayer, ItemStack itemStack)
|
||||
{
|
||||
this.applyAllSpellEffects();
|
||||
|
||||
for(ISelfSpellEffect eff : selfSpellEffectList)
|
||||
{
|
||||
eff.onSelfUse(world, entityPlayer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue