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

@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
version = 1.21.5-R0.1-SNAPSHOT
mcVersion = 1.21.5
paperCommit = 89cdcba5730ae2197b32788f8c3bf1aa9f472531
paperCommit = 5f0b82925e06c90400b4069631b15c8f2c47c76d
org.gradle.configuration-cache = true
org.gradle.caching = true

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) {