Update CraftBukkit to Minecraft 1.4(.2).
This commit is contained in:
@@ -14,15 +14,15 @@ public class EntityThrownExpBottle extends EntityProjectile {
|
||||
super(world, d0, d1, d2);
|
||||
}
|
||||
|
||||
protected float h() {
|
||||
protected float g() {
|
||||
return 0.07F;
|
||||
}
|
||||
|
||||
protected float d() {
|
||||
protected float c() {
|
||||
return 0.7F;
|
||||
}
|
||||
|
||||
protected float g() {
|
||||
protected float d() {
|
||||
return -20.0F;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user