Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-27 00:22:53 +01:00
Fix 1.14 lightning tracking
Fixes https://github.com/ViaVersion/ViaRewind/issues/145
Dieser Commit ist enthalten in:
Ursprung
e40300d0b1
Commit
d3ecce71fa
@ -224,6 +224,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
|
|||||||
@Override
|
@Override
|
||||||
public void registerMap() {
|
public void registerMap() {
|
||||||
map(Type.VAR_INT); // 0 - Entity id
|
map(Type.VAR_INT); // 0 - Entity id
|
||||||
|
map(Type.BYTE);
|
||||||
map(Type.DOUBLE); // Needs to be mapped for the position cache
|
map(Type.DOUBLE); // Needs to be mapped for the position cache
|
||||||
map(Type.DOUBLE);
|
map(Type.DOUBLE);
|
||||||
map(Type.DOUBLE);
|
map(Type.DOUBLE);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren