readd removal cause for thrown eggs

This commit is contained in:
Lulu13022002
2024-12-15 23:07:15 +01:00
parent f5cd5989a4
commit ec57b99bf5
22 changed files with 96 additions and 82 deletions

View File

@@ -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;
+