Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
ReinforceZwei 2017d5d652
Add support of language files (#1273)
* Basic support of language file
Only mapped main part of MCC.
* Translations function imporve
* Change translation file naming
* Fix default translation file naming
* Complete translation file mapping for main part
Command and ChatBot not done yet
* Complete translation mapping for commands
Except Entitycmd
* Complete translation mapping for ChatBots
* Add new method for replacing translation key
Just for Entitycmd. Be proud of yourself. We have a convenient method now.
* Complete all translation mapping
* Add default config and translation file to resource
* Remove untranslatable messages from default translation file
2020-10-17 13:41:31 +02:00
..
Compression Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00
Forge Implement Forge FML2 protocol (MC 1.13+) (#1184) 2020-08-11 12:52:38 +02:00
PacketPalettes Fix 1.13 packet palette duplicated packet type 2020-08-27 19:33:08 +02:00
DataTypes.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00
PacketType18Handler.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
PacketTypesIn.cs Add packet palettes (#1236) 2020-08-26 19:19:59 +02:00
PacketTypesOut.cs Add packet palettes (#1236) 2020-08-26 19:19:59 +02:00
Protocol16.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
Protocol18.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
Protocol18Forge.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
Protocol18Terrain.cs Replace List to Queue 2020-05-24 14:47:40 +02:00
SocketWrapper.cs Split Protocol18 protocol into several classes 2019-04-29 22:30:43 +02:00
ZlibUtils.cs Fix packet compression 2017-09-09 17:07:26 +02:00