mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
feat(DeclareCommands.cs): Add 1.20.3+ version check
This commit is contained in:
parent
79910b50f7
commit
4bb25c377e
1 changed files with 2 additions and 1 deletions
|
|
@ -124,6 +124,7 @@ namespace MinecraftClient.Protocol.Handlers.packet.s2c
|
|||
43 => new ParserResourceOrTag(dataTypes, packetData),
|
||||
44 => new ParserResource(dataTypes, packetData),
|
||||
45 => new ParserResource(dataTypes, packetData),
|
||||
52 => new ParserForgeEnum(dataTypes, packetData),
|
||||
_ => new ParserEmpty(dataTypes, packetData),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue