Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 08:10:10 +01:00
1.16.2-pre2
Dieser Commit ist enthalten in:
Ursprung
d6d6307550
Commit
6e01a0affd
@ -71,6 +71,7 @@ public class BlockItemPackets1_16_2 extends nl.matsv.viabackwards.api.rewriters.
|
|||||||
Chunk chunk = wrapper.read(new Chunk1_16_2Type(clientWorld));
|
Chunk chunk = wrapper.read(new Chunk1_16_2Type(clientWorld));
|
||||||
wrapper.write(new Chunk1_16Type(clientWorld), chunk);
|
wrapper.write(new Chunk1_16Type(clientWorld), chunk);
|
||||||
|
|
||||||
|
chunk.setIgnoreOldLightData(true);
|
||||||
for (int i = 0; i < chunk.getSections().length; i++) {
|
for (int i = 0; i < chunk.getSections().length; i++) {
|
||||||
ChunkSection section = chunk.getSections()[i];
|
ChunkSection section = chunk.getSections()[i];
|
||||||
if (section == null) continue;
|
if (section == null) continue;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren