diff --git a/src/minecraft/biomesoplenty/items/projectiles/EntityDart.java b/src/minecraft/biomesoplenty/items/projectiles/EntityDart.java index f5c94d6fb..96d0c0f1d 100644 --- a/src/minecraft/biomesoplenty/items/projectiles/EntityDart.java +++ b/src/minecraft/biomesoplenty/items/projectiles/EntityDart.java @@ -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) { diff --git a/src/minecraft/mods/BiomesOPlenty/audio/bopdisc.ogg b/src/minecraft/mods/BiomesOPlenty/audio/bopdisc.ogg index f6b34ebcb..34e90893b 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/audio/bopdisc.ogg and b/src/minecraft/mods/BiomesOPlenty/audio/bopdisc.ogg differ diff --git a/src/minecraft/mods/BiomesOPlenty/audio/bopdiscmud.ogg b/src/minecraft/mods/BiomesOPlenty/audio/bopdiscmud.ogg index d7c3f0bc6..995b1ebd5 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/audio/bopdiscmud.ogg and b/src/minecraft/mods/BiomesOPlenty/audio/bopdiscmud.ogg differ