Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Add comments
Dieser Commit ist enthalten in:
Ursprung
c172091944
Commit
04fedd2892
@ -140,6 +140,8 @@ public class WorldPackets {
|
|||||||
if (!chunk.isFullChunk()) {
|
if (!chunk.isFullChunk()) {
|
||||||
// All chunks are full chunk packets now (1.16 already stopped sending non-full chunks)
|
// All chunks are full chunk packets now (1.16 already stopped sending non-full chunks)
|
||||||
// Construct multi block change packets instead
|
// Construct multi block change packets instead
|
||||||
|
// Height map updates are lost (unless we want to fully cache and resend entire chunks)
|
||||||
|
// Block entities are always empty for non-full chunks in Vanilla
|
||||||
writeMultiBlockChangePacket(wrapper, chunk);
|
writeMultiBlockChangePacket(wrapper, chunk);
|
||||||
wrapper.cancel();
|
wrapper.cancel();
|
||||||
return;
|
return;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren