Update to Minecraft 1.12-pre2

This commit is contained in:
md_5
2017-05-14 12:00:00 +10:00
parent 6e3cec8bc7
commit 5195487ec6
210 changed files with 2280 additions and 1974 deletions

View File

@@ -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() {