Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix commandblock minecart
Dieser Commit ist enthalten in:
Ursprung
8d7ef29d3e
Commit
7335c8ea98
@ -675,6 +675,7 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
|||||||
@Override
|
@Override
|
||||||
public void write(PacketWrapper wrapper) throws Exception {
|
public void write(PacketWrapper wrapper) throws Exception {
|
||||||
wrapper.write(Type.STRING, "MC|AdvCmd");
|
wrapper.write(Type.STRING, "MC|AdvCmd");
|
||||||
|
wrapper.write(Type.BYTE, (byte) 1); // Type 1 for Entity
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
map(Type.VAR_INT, Type.INT); // Entity Id
|
map(Type.VAR_INT, Type.INT); // Entity Id
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren