mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-15 05:30:15 +02:00
extend compatibility for brand name
This commit is contained in:
parent
0dda88d649
commit
016794cba8
@ -82,7 +82,9 @@ public enum State {
|
|||||||
);
|
);
|
||||||
// to do
|
// to do
|
||||||
clientBound.register(PacketPluginMessage::new,
|
clientBound.register(PacketPluginMessage::new,
|
||||||
map(0x18, V1_18, V1_18)
|
map(0x19, V1_13, V1_13_2),
|
||||||
|
map(0x18, V1_14, V1_14_4),
|
||||||
|
map(0x19, V1_15, V1_18)
|
||||||
);
|
);
|
||||||
clientBound.register(PacketPlayerAbilities::new,
|
clientBound.register(PacketPlayerAbilities::new,
|
||||||
map(0x39, V1_8, V1_8),
|
map(0x39, V1_8, V1_8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user