Working away at the spell blocks
This commit is contained in:
parent
0716155b7d
commit
92e097eaa2
10 changed files with 535 additions and 116 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue