diff options
author | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
commit | 0af4e84eff5e8f2819c12cd656d04b64664abb3c (patch) | |
tree | f1b04b4f705fa22f8c7414c1b6dac4aad7bbdcd2 /patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch | |
parent | 17dbf74ccfa7f306174d6ec9ab8c31b47aed45a5 (diff) | |
download | Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.tar.gz Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.zip |
[ci skip] Add identifying line to some larger/optimization patches
Diffstat (limited to 'patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch')
-rw-r--r-- | patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch b/patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch index 7d1ee992f1..59ac229e5b 100644 --- a/patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch +++ b/patches/server/0976-Allow-Saving-of-Oversized-Chunks.patch @@ -32,6 +32,8 @@ This fix also maintains compatability if someone switches server jars to one wit this fix, as the data will remain in the oversized file. Once the server returns to a jar with this fix, the data will be restored. +Feature patch + diff --git a/src/main/java/net/minecraft/world/level/chunk/storage/RegionFile.java b/src/main/java/net/minecraft/world/level/chunk/storage/RegionFile.java index e858436bcf1b234d4bc6e6a117f5224d5c2d9f90..e761b63eebc1e76b2bb1cb887d83d0b63ad6ec90 100644 --- a/src/main/java/net/minecraft/world/level/chunk/storage/RegionFile.java |