SPIGOT-2864: Make Arrow / Item setTicksLived behave like FallingBlock

This commit is contained in:
md_5
2018-12-27 12:02:17 +11:00
parent 79ded7a8ca
commit b54b9409e0
4 changed files with 31 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/EntityItem.java
+++ b/net/minecraft/server/EntityItem.java
@@ -3,6 +3,10 @@
@@ -3,16 +3,21 @@
import java.util.Iterator;
import java.util.UUID;
import javax.annotation.Nullable;
@@ -11,7 +11,11 @@
public class EntityItem extends Entity {
@@ -13,6 +17,7 @@
private static final DataWatcherObject<ItemStack> b = DataWatcher.a(EntityItem.class, DataWatcherRegistry.g);
- private int age;
+ public int age; // PAIL
public int pickupDelay;
private int e;
private UUID f;
private UUID g;
public float a;