readd removal cause for thrown eggs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
default -> 0;
|
||||
};
|
||||
}
|
||||
@@ -57,14 +_,50 @@
|
||||
@@ -57,14 +_,49 @@
|
||||
break;
|
||||
case 1:
|
||||
BrewingStandBlockEntity.this.fuel = value;
|
||||
@@ -36,7 +36,6 @@
|
||||
}
|
||||
};
|
||||
+ // CraftBukkit start - add fields and methods
|
||||
+ // private int lastTick = MinecraftServer.currentTick; // Paper - remove anti tick skipping measures / wall time
|
||||
+ public java.util.List<org.bukkit.entity.HumanEntity> transaction = new java.util.ArrayList<>();
|
||||
+ private int maxStack = MAX_STACK;
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user