more 1.14 stuffs yay!
This commit is contained in:
@@ -5,20 +5,20 @@ Subject: [PATCH] Reset players airTicks on respawn
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
|
||||
index de45e3c7a8..f745ed8fee 100644
|
||||
index 464e1d2d9..4bdeba399 100644
|
||||
--- a/src/main/java/net/minecraft/server/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/server/Entity.java
|
||||
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
|
||||
|
||||
}
|
||||
|
||||
- public int bf() {
|
||||
+ public int getMaxAirTicks() { return bf(); } public int bf() { // Paper - OBF HELPER
|
||||
- public int bo() {
|
||||
+ public int getMaxAirTicks() { return bo(); } public int bo() {
|
||||
return 300;
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
index f1b7353cf8..5b1bbc7724 100644
|
||||
index 8d18c51c9..c71e4dfbe 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
@@ -0,0 +0,0 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||
|
||||
Reference in New Issue
Block a user