Some work on spells, etc.

This commit is contained in:
WayofTime 2014-01-24 10:21:10 -05:00
parent 51897c6923
commit adf6876144
9 changed files with 298 additions and 21 deletions

View file

@ -0,0 +1,12 @@
package WayofTime.alchemicalWizardry.common.block;
public class BlockSpellEffect extends BlockOrientable
{
public BlockSpellEffect(int id)
{
super(id);
setUnlocalizedName("blockSpellEffect");
}
}