Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@5f0b8292 Re-add chunk position check to regionfile recalculation patch
This commit is contained in:
granny
2025-04-19 15:18:52 -07:00
parent f2f682fb48
commit bdeba761ac
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/world/level/chunk/storage/RegionFileStorage.java
+++ b/net/minecraft/world/level/chunk/storage/RegionFileStorage.java
@@ -283,7 +_,7 @@
@@ -308,7 +_,7 @@
// Paper start
private static void printOversizedLog(String msg, Path file, int x, int z) {