mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Update to Minecraft Server 1.2
This commit is contained in:
@@ -83,7 +83,6 @@ public class Explosion {
|
||||
} while (true);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
f *= 2.0F;
|
||||
@@ -166,7 +165,7 @@ public class Explosion {
|
||||
int j5 = i.a(i2, k4 - 1, l4);
|
||||
|
||||
if (i5 == 0 && Block.o[j5] && h.nextInt(3) == 0) {
|
||||
i.d(i2, k4, l4, Block.ar.bh);
|
||||
i.e(i2, k4, l4, Block.ar.bi);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -208,8 +207,8 @@ public class Explosion {
|
||||
|
||||
if (j1 > 0) {
|
||||
Block.m[j1].a(i, k, l, i1, i.b(k, l, i1), 0.3F);
|
||||
i.d(k, l, i1, 0);
|
||||
Block.m[j1].c(i, k, l, i1);
|
||||
i.e(k, l, i1, 0);
|
||||
Block.m[j1].a_(i, k, l, i1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user