Working away at the spell blocks

This commit is contained in:
WayofTime 2014-02-09 12:20:02 -05:00
parent 0716155b7d
commit 92e097eaa2
10 changed files with 535 additions and 116 deletions

View file

@ -49,7 +49,7 @@ public class BlockSpellEffect extends BlockOrientable
{
if (this.blockID == ModBlocks.blockSpellEffect.blockID)
{
for(int i=0; i<2; i++)
for(int i=0; i<4; i++)
{
par3List.add(new ItemStack(par1, 1, i));
}