Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +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
|
||||
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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren