mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-27 04:25:12 +01:00
it should work
This commit is contained in:
parent
251f8bccaa
commit
9ac3110d3e
@ -489,6 +489,11 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
registerIncoming(State.PLAY, 0x05, 0x06);
|
||||||
|
registerIncoming(State.PLAY, 0x06, 0x07);
|
||||||
|
registerIncoming(State.PLAY, 0x07, 0x08);
|
||||||
|
registerIncoming(State.PLAY, 0x08, 0x09);
|
||||||
|
|
||||||
// InventoryPackets 0x09 -> 0x0A
|
// InventoryPackets 0x09 -> 0x0A
|
||||||
// New 0x0A - Edit book -> Plugin Message
|
// New 0x0A - Edit book -> Plugin Message
|
||||||
registerIncoming(State.PLAY, 0x09, 0x0B, new PacketRemapper() {
|
registerIncoming(State.PLAY, 0x09, 0x0B, new PacketRemapper() {
|
||||||
|
Loading…
Reference in New Issue
Block a user