mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-09 19:40:14 +02:00
Revert "Revert "Added display of brand name under f3""
This reverts commit bcfbb2a7192754b6fb60634c5f8def12a96b3b07.
This commit is contained in:
parent
bcfbb2a719
commit
d2c2987111
@ -87,6 +87,10 @@ public enum State {
|
|||||||
map(0x24, V1_16_2, V1_16_4),
|
map(0x24, V1_16_2, V1_16_4),
|
||||||
map(0x26, V1_17, V1_18)
|
map(0x26, V1_17, V1_18)
|
||||||
);
|
);
|
||||||
|
// to do
|
||||||
|
clientBound.register(PacketPluginMessage::new,
|
||||||
|
map(0x18, V1_18, V1_18)
|
||||||
|
);
|
||||||
clientBound.register(PacketPlayerAbilities::new,
|
clientBound.register(PacketPlayerAbilities::new,
|
||||||
map(0x39, V1_8, V1_8),
|
map(0x39, V1_8, V1_8),
|
||||||
map(0x2B, V1_9, V1_12),
|
map(0x2B, V1_9, V1_12),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user