Add note on removed patch

This commit is contained in:
KennyTV 2021-06-15 19:34:04 +02:00
parent 9abef9c805
commit 4cbb187af5
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -11,7 +11,7 @@ This patch basically serves as a workaround by sending light maps
to the client, so that it doesn't attempt to calculate them. to the client, so that it doesn't attempt to calculate them.
This mitigates the frametime impact to a minimum (but it's still there). This mitigates the frametime impact to a minimum (but it's still there).
1.17 update note: Line sending the light update packet needs updating, rest seems to be mostly fine 1.17 UPDATE NOTE: More or less untested, mapped version of the patch: https://paste.gg/p/anonymous/594123c7ce7d4d398d8834af6ba386d1
diff --git a/src/main/java/net/minecraft/server/level/ChunkMap.java b/src/main/java/net/minecraft/server/level/ChunkMap.java diff --git a/src/main/java/net/minecraft/server/level/ChunkMap.java b/src/main/java/net/minecraft/server/level/ChunkMap.java
index d8f99f7f5ca0e1dbbb9b760af3a4b4f9c52ef6c7..f700ac973ebc3037a5a44eac3c9d505b98adce41 100644 index d8f99f7f5ca0e1dbbb9b760af3a4b4f9c52ef6c7..f700ac973ebc3037a5a44eac3c9d505b98adce41 100644