Skip to content

Commit

Permalink
Started to fix Meteors from Meteor Sword
Browse files Browse the repository at this point in the history
  • Loading branch information
MustangXPress7 committed May 9, 2015
1 parent f640a25 commit 2e52d15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public ItemStack onItemRightClick(ItemStack itemstack, World world, EntityPlayer
if (!world.isRemote)
{
Vec3 look = entity.getLookVec();
EntityLargeFireball fireball2 = new EntityLargeFireball(world, entity, 1, 1, 1);
EntityLargeFireball fireball2 = new EntityLargeFireball(world, entity, 0, 0, 0);
fireball2.setPosition(entity.posX + look.xCoord * 5, entity.posY + look.yCoord * 5, entity.posZ + look.zCoord * 5);
fireball2.accelerationX = look.xCoord * 0.5;
fireball2.accelerationY = look.yCoord * 0.5;
Expand Down

0 comments on commit 2e52d15

Please sign in to comment.