Fixed the music disc song files.

This commit is contained in:
Matt Caughey 2013-05-11 10:17:57 -04:00
parent 092c6c180c
commit d95b2ab829
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)
{