mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-04-22 19:28:16 +02:00
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:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user