mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-04-12 19:46:09 +02:00
Fix 1.14 lightning tracking
Fixes https://github.com/ViaVersion/ViaRewind/issues/145
This commit is contained in:
parent
e40300d0b1
commit
d3ecce71fa
@ -224,6 +224,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
|
||||
@Override
|
||||
public void registerMap() {
|
||||
map(Type.VAR_INT); // 0 - Entity id
|
||||
map(Type.BYTE);
|
||||
map(Type.DOUBLE); // Needs to be mapped for the position cache
|
||||
map(Type.DOUBLE);
|
||||
map(Type.DOUBLE);
|
||||
|
Loading…
Reference in New Issue
Block a user