This commit is contained in:
Adubbz 2013-05-12 10:07:58 +10:00
commit 870d5aef05
3 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class EntityDart extends EntityArrow
private boolean inGround = false;
private int ticksInGround;
private int ticksInAir = 0;
private double damage = 0.5D;
private double damage = 0.1D;
public EntityDart(World par1World)
{