Skip to content

Commit

Permalink
Update 0013-Linear-region-file-format.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodredX authored Aug 28, 2024
1 parent d4c4c8f commit 43759e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/server/0013-Linear-region-file-format.patch
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ index eb0389ad86300665b6e057bcfa1d7c068dc6c6ab..66fadf8b6e01624272bcf303979687f9
try (DataInputStream out = new DataInputStream(new java.io.BufferedInputStream(new InflaterInputStream(Files.newInputStream(file))))) {
return NbtIo.read((java.io.DataInput) out);
diff --git a/src/main/java/net/minecraft/world/level/chunk/storage/RegionFileStorage.java b/src/main/java/net/minecraft/world/level/chunk/storage/RegionFileStorage.java
index 23917b903a978a3ac25c397080e92642f1674107..7c4b81e97562bb158478c70dae082526413cd534 100644
index 40689256711cc94a806ca1da346f4f62eda31526..7c4b81e97562bb158478c70dae082526413cd534 100644
--- a/src/main/java/net/minecraft/world/level/chunk/storage/RegionFileStorage.java
+++ b/src/main/java/net/minecraft/world/level/chunk/storage/RegionFileStorage.java
@@ -21,7 +21,7 @@ public class RegionFileStorage implements AutoCloseable, ca.spottedleaf.moonrise
Expand Down

0 comments on commit 43759e9

Please sign in to comment.