mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-15 22:55:33 +01:00
Fix multi block change reading
This commit is contained in:
parent
424e855d72
commit
721c52e3f5
@ -71,6 +71,7 @@ public class BlockRewriter {
|
||||
@Override
|
||||
public void registerMap() {
|
||||
map(Type.LONG); // Chunk position
|
||||
map(Type.BOOLEAN); // Suppress light updates
|
||||
handler(wrapper -> {
|
||||
for (BlockChangeRecord record : wrapper.passthrough(Type.VAR_LONG_BLOCK_CHANGE_RECORD_ARRAY)) {
|
||||
record.setBlockId(protocol.getMappingData().getNewBlockStateId(record.getBlockId()));
|
||||
|
Loading…
Reference in New Issue
Block a user