Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@4be1a310 Add EntityScheduler#scheduleOrExecute
PaperMC/Paper@9b1dd571 Do not empty beehives from worldgen threads
PaperMC/Paper@6bac3c95 Delay open/close callbacks for chests
This commit is contained in:
granny
2026-04-20 14:07:08 -07:00
parent 1e0b569c1d
commit b106a98825
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
private static final int MIN_TICKS_BEFORE_REENTERING_HIVE = 400;
private static final int MIN_OCCUPATION_TICKS_NECTAR = 2400;
public static final int MIN_OCCUPATION_TICKS_NECTARLESS = 600;
@@ -156,11 +_,33 @@
@@ -157,11 +_,33 @@
return spawned;
}
@@ -43,7 +43,7 @@
// Paper start - Add EntityBlockStorage clearEntities
public void clearBees() {
this.stored.clear();
@@ -399,8 +_,8 @@
@@ -400,8 +_,8 @@
registration.register(DebugSubscriptions.BEE_HIVES, () -> DebugHiveInfo.pack(this));
}