9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

Updated Upstream (Paper/Gale/Purpur)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@645a677 Make max interaction range configurable (#11164)
PaperMC/Paper@66165f7 Fix PickupStatus getting reset (#11154)
PaperMC/Paper@dcbd99d Fix Owen's typos (#11179)
PaperMC/Paper@f82bea6 Add argument for FinePosition to brig API (#11094)
PaperMC/Paper@694b120 Remove Entity tracker field
PaperMC/Paper@f774787 Copy missed changes to chunk system from Folia
PaperMC/Paper@50bdfc3 Null check tracker in Entity#resendPossiblyDesyncedEntityData
PaperMC/Paper@3234b20 Do not allow chunk unloading outside of the regular tick loop
PaperMC/Paper@0246a9d Add mob bucket items to item id to entity map in DataConverter
PaperMC/Paper@438863c Shutdown L4J cordially if the server stops before it's even started (#11172)
PaperMC/Paper@100d75a Don't entirely die just because a plugin jar was bad

Gale Changes:
Dreeam-qwq/Gale@0e82dc2 Updated Upstream (Paper)
Dreeam-qwq/Gale@a6f7132 Updated Upstream (Paper)
Dreeam-qwq/Gale@dc88322 Completely remove /perf command
Dreeam-qwq/Gale@0a50015 Use vanilla values for hopper checking nearby items
Dreeam-qwq/Gale@169d56c Updated Upstream (Paper)

Purpur Changes:
PurpurMC/Purpur@72ccfbd Updated Upstream (Paper)
This commit is contained in:
Dreeam
2024-07-30 00:05:32 +08:00
parent bb7c919caa
commit 8b6170a774
16 changed files with 91 additions and 91 deletions

View File

@@ -71,10 +71,10 @@ index 3218cbf84f54daf06e84442d5eb1a36d8da6b215..ec9b27177dc526510e86d85f48f167b4
synchronized (cache) {
regionFile = ((ChunkSystemRegionFileStorage)(Object)cache).moonrise$getRegionFileIfLoaded(chunkX, chunkZ);
diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
index 0efdd09dea7e43264fe764b92f1de250df421866..8a628ba3edda27a2d39e6212463f80746c71ffc8 100644
index 64792ae9fd6ca979c51980ce23697d9dc29b396a..efd29f9d2417c9483b0aa2c521109a9e20f6990c 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
@@ -968,10 +968,10 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
@@ -969,10 +969,10 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
while (iterator1.hasNext()) {
ServerLevel worldserver2 = (ServerLevel) iterator1.next();