mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update to Minecraft 1.12-pre2
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
+ // CraftBukkit end
|
||||
this.e(-this.u());
|
||||
this.d(10);
|
||||
this.ap();
|
||||
this.av();
|
||||
@@ -108,6 +141,15 @@
|
||||
boolean flag = damagesource.getEntity() instanceof EntityHuman && ((EntityHuman) damagesource.getEntity()).abilities.canInstantlyBuild;
|
||||
|
||||
@@ -67,13 +67,13 @@
|
||||
+ return true;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
this.az();
|
||||
this.aF();
|
||||
if (flag && !this.hasCustomName()) {
|
||||
this.die();
|
||||
@@ -146,6 +188,14 @@
|
||||
}
|
||||
|
||||
public void A_() {
|
||||
public void B_() {
|
||||
+ // CraftBukkit start
|
||||
+ double prevX = this.locX;
|
||||
+ double prevY = this.locY;
|
||||
@@ -87,13 +87,13 @@
|
||||
}
|
||||
@@ -166,7 +216,7 @@
|
||||
|
||||
i = this.V();
|
||||
i = this.Z();
|
||||
if (this.ak) {
|
||||
- if (minecraftserver.getAllowNether()) {
|
||||
+ if (true || minecraftserver.getAllowNether()) { // CraftBukkit - multi-world should still allow teleport even if default vanilla nether disabled
|
||||
if (!this.isPassenger() && this.al++ >= i) {
|
||||
this.al = i;
|
||||
this.portalCooldown = this.aE();
|
||||
this.portalCooldown = this.aK();
|
||||
@@ -266,6 +316,18 @@
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
@@ -297,7 +383,7 @@
|
||||
}
|
||||
|
||||
protected double o() {
|
||||
protected double p() {
|
||||
- return 0.4D;
|
||||
+ return this.maxSpeed; // CraftBukkit
|
||||
}
|
||||
|
Reference in New Issue
Block a user