Minecraft-Console-Client/MinecraftClient
ORelio c04b17cabc Implement Terrain and Movements for MC 1.13
Special thanks to @TheSnoozer and @vkorn for their help!

 - Implement global block Palette mechanism
 - Add class generation tool from blocks.json
 - Regenerate Material.cs and redefine solid blocks
 - Migrate previous Material.cs into Palette112
 - Generate Palette113 from MC 1.13.2 blocks.json
 - Improve Block class to handle up to 65535 block states
 - Adjust terrain parsing, small fixes in packets
 - Remove unused snapshot-related protocol cases

Solves #599
2019-04-25 22:19:50 +02:00
..
ChatBots ConsoleIO: Sync with SharpTools 2018-05-28 22:09:50 +02:00
Commands Update player look when using pathfinding 2019-04-12 17:11:41 +02:00
config Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Crypto Remove padding mechanism 2015-06-19 19:40:18 +02:00
Mapping Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Properties Add build info inside MCC executable 2018-05-28 20:54:58 +02:00
Protocol Implement Terrain and Movements for MC 1.13 2019-04-25 22:19: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 Fix Windows version detection for UTF-8 console 2018-02-11 15:43:58 +01: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 https://github.com/ORelio/Minecraft-Console-Client/issues/625: add GetOnlinePlayersWithUUID() which allows to retrive a UUID <-> playerName relation 2019-04-22 14:22:14 +02:00
Command.cs Several fixes 2014-07-01 14:10:29 +02:00
ConsoleIO.cs ConsoleIO: Sync with SharpTools 2018-05-28 22:09:50 +02:00
CSharpRunner.cs https://github.com/ORelio/Minecraft-Console-Client/issues/625: add GetOnlinePlayersWithUUID() which allows to retrive a UUID <-> playerName relation 2019-04-22 14:22:14 +02:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McTcpClient.cs https://github.com/ORelio/Minecraft-Console-Client/issues/625: add GetOnlinePlayersWithUUID() which allows to retrive a UUID <-> playerName relation 2019-04-22 14:22:14 +02:00
MinecraftClient.csproj Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
MinecraftClient.csproj.user Last minute changes for 1.6.0 + Changes from #13 2013-08-12 13:06:07 +02:00
Program.cs Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Settings.cs https://github.com/ORelio/Minecraft-Console-Client/issues/525: general 1.13 support (v393 protocol). Note that terrainandmovements might cause some issues 2018-10-07 08:27:31 +02:00