(FIRST 1.16.3): Update Paper to 1.16.3
This is a pretty tiny update with very little changed. Recommended to update from 1.16.2 ASAP as 1.16.2 is now no longer supported. Plugins should mostly remain working as the NMS revision did not change.
This commit is contained in:
@@ -7,7 +7,7 @@ Prevents pathfinding from spamming failures for things such as
|
||||
arrow attacks.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/NavigationAbstract.java b/src/main/java/net/minecraft/server/NavigationAbstract.java
|
||||
index 7645fc16c3393364389562899d460ea6670a070d..a85154aa216c19b1629097c76158922292fa4afc 100644
|
||||
index 81c88c6bf737945c6cbd659d2feaf3f763b7df73..921b60469d5b66eb69648af30da6e51f23d02ba5 100644
|
||||
--- a/src/main/java/net/minecraft/server/NavigationAbstract.java
|
||||
+++ b/src/main/java/net/minecraft/server/NavigationAbstract.java
|
||||
@@ -11,7 +11,7 @@ public abstract class NavigationAbstract {
|
||||
@@ -19,7 +19,7 @@ index 7645fc16c3393364389562899d460ea6670a070d..a85154aa216c19b1629097c761589222
|
||||
protected double d;
|
||||
protected int e;
|
||||
protected int f;
|
||||
@@ -162,10 +162,30 @@ public abstract class NavigationAbstract {
|
||||
@@ -163,10 +163,30 @@ public abstract class NavigationAbstract {
|
||||
return this.a(this.a(d0, d1, d2, 1), d3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user