Minecraft-Console-Client/MinecraftClient
ReinforceZwei 6bbb7236e3
Add support for Minecraft 1.16.2 (#1214)
* Implement MC version 1.16.2 basic support
All packets ID update done
Tested in 1.16.2 craftbukkit server
* Implement MC 1.16.2 entity handling
New EntityPalette
* Add back protocol version checking for entity handling
Was removed during testing and forgot to add it back
* Implement inventory handling for MC 1.16+
Item ID got changed in 1.16+ so a palette is needed.
* Fix ChangeSlot command
What a joke
* Handle 1.16 new entity properties name
Convert new naming style to old style
* Revert "Handle 1.16 new entity properties name"
This reverts commit 52c7d29062.
* Update AutoAttack to use the new entity properties key
* Fix item type to ID conversion
* Sort item types by name
* Remove ZombiePigmanSpawnEgg
User ZombifiedPiglinSpawnEgg instead (new name for same item)
* Add missing 1.16.2 version strings
* Remove old ItemTypeGenerator
* Sort entity types by name
* Palette loading, instructions, NotImplemented err
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-08-17 17:08:50 +02:00
..
ChatBots Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
Commands Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
config Update VkMessager.cs (#1203) 2020-08-14 20:43:59 +02:00
Crypto fix some doc strings 2019-10-03 09:48:40 +02:00
Inventory Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
Mapping Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
Proxy Use SocketException when proxy connection fails 2019-04-17 05:59:02 +02:00
Resources Fix Resources folder 2014-05-31 02:01:53 +02:00
WinAPI Player head icon fixes (#1049) 2020-06-09 23:31:37 +02:00
.gitignore BouncyCastle reference is still there 2013-11-04 18:48:48 +11:00
AutoTimeout.cs Fix BungeeCord 1.8 (2nd attempt) 2015-01-31 11:21:06 +01:00
ChatBot.cs Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +02:00
Command.cs Rename McTcpClient to McClient for clarity 2020-06-20 15:01:17 +02:00
ConsoleIO.cs Strip Minecraft Color Codes (§) in BasicIO-NoColor mode (#995) 2020-05-14 19:36:56 +02:00
CSharpRunner.cs Allow DLLs in scripts, Update VKAPI (#1158) 2020-08-01 13:02:58 +02:00
FileMonitor.cs Fix FileMonitor.WriteAllLinesWithRetries (#1186) 2020-08-08 14:08:12 +02:00
INIFile.cs Use FileMonitor to synchronize Mailer bot (#1108) (v2) 2020-08-07 11:58:44 +02:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McClient.cs Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
MinecraftClient.csproj Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
MinecraftClient.csproj.user Add GetShort() method in dataTypes 2020-03-27 13:10:37 +01:00
Program.cs Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
Settings.cs Mailer: Fix case insensitivity for recipient (#1176) 2020-08-04 18:18:30 +02:00