More spells
This commit is contained in:
parent
5c6a5d0c0b
commit
ba19b04154
14 changed files with 233 additions and 45 deletions
|
@ -0,0 +1,9 @@
|
|||
package WayofTime.alchemicalWizardry.common.spell.complex;
|
||||
|
||||
public class SpellModifierDefault extends SpellModifier
|
||||
{
|
||||
public SpellModifierDefault()
|
||||
{
|
||||
super(SpellModifier.DEFAULT);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue