Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.

This commit is contained in:
Nathan Adams
2012-03-22 20:39:39 +00:00
parent 8dc7417a3d
commit 9d09e7d016
94 changed files with 647 additions and 1944 deletions

View File

@@ -104,8 +104,8 @@ public class EntityArrow extends Entity {
this.k = 0;
}
public void G_() {
super.G_();
public void F_() {
super.F_();
if (this.lastPitch == 0.0F && this.lastYaw == 0.0F) {
float f = MathHelper.sqrt(this.motX * this.motX + this.motZ * this.motZ);
@@ -298,7 +298,7 @@ public class EntityArrow extends Entity {
float f4 = 0.99F;
f1 = 0.05F;
if (this.aT()) {
if (this.aU()) {
for (int i1 = 0; i1 < 4; ++i1) {
float f5 = 0.25F;