Skip to content

Commit

Permalink
Revert "Revert "Added display of brand name under f3""
Browse files Browse the repository at this point in the history
This reverts commit bcfbb2a.
  • Loading branch information
MiGoYAm committed Dec 11, 2021
1 parent bcfbb2a commit d2c2987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/ru/nanit/limbo/protocol/registry/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ public enum State {
map(0x24, V1_16_2, V1_16_4),
map(0x26, V1_17, V1_18)
);
// to do
clientBound.register(PacketPluginMessage::new,
map(0x18, V1_18, V1_18)
);
clientBound.register(PacketPlayerAbilities::new,
map(0x39, V1_8, V1_8),
map(0x2B, V1_9, V1_12),
Expand Down

0 comments on commit d2c2987

Please sign in to comment.