mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 11:53:52 -07:00
Update to Minecraft 1.12-pre2
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
public EntityTNTPrimed(World world) {
|
||||
super(world);
|
||||
@@ -63,10 +66,13 @@
|
||||
@@ -64,10 +67,13 @@
|
||||
|
||||
--this.c;
|
||||
if (this.c <= 0) {
|
||||
@@ -30,9 +30,9 @@
|
||||
+ this.die();
|
||||
+ // CraftBukkit end
|
||||
} else {
|
||||
this.ak();
|
||||
this.aq();
|
||||
this.world.addParticle(EnumParticle.SMOKE_NORMAL, this.locX, this.locY + 0.5D, this.locZ, 0.0D, 0.0D, 0.0D, new int[0]);
|
||||
@@ -75,9 +81,17 @@
|
||||
@@ -76,9 +82,17 @@
|
||||
}
|
||||
|
||||
private void explode() {
|
||||
|
Reference in New Issue
Block a user