Minecraft-Console-Client/MinecraftClient
OverHash 770a82e2d2 Check player is in range each entity attack
This commit should make it so that MCC will check that the player is in range before attacking entities each iteration of the cooldown.

This was problematic before, because, if the entities were still they would be added to the attack list, and then if they stayed still and the client teleported away, it would still attempt to attack the entities, even though it is now out of range.
2020-04-27 18:35:59 +02:00
..
ChatBots Check player is in range each entity attack 2020-04-27 18:35:59 +02:00
Commands Update Inventory.cs 2020-04-09 20:50:34 +02:00
config ConsoleIO: Rewrite backspace handling 2020-04-15 14:54:36 +02:00
Crypto fix some doc strings 2019-10-03 09:48:40 +02:00
Inventory Remove IsFood method from Item class 2020-04-09 20:50:34 +02:00
Mapping Implement item types 2020-03-28 23:30:42 +01:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Fix "Failed to check session cache" Add range between 200-300 2020-04-19 17:09:11 +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 Fix AutoAttack stop working with AutoEat enabled and no food on hotbar 2020-04-13 17:49:24 +02:00
Command.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
ConsoleIO.cs ConsoleIO: Rewrite backspace handling 2020-04-15 14:54:36 +02:00
CSharpRunner.cs Add build instructions 2020-03-28 00:00:48 +01:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McTcpClient.cs Move AutoEat to a ChatBot 2020-04-09 20:50:34 +02:00
MinecraftClient.csproj Add Item type extension 2020-04-09 20:50:34 +02:00
MinecraftClient.csproj.user Add GetShort() method in dataTypes 2020-03-27 13:10:37 +01:00
Program.cs Catch exceptions from ChatBots for new API events 2020-04-02 23:31:00 +02:00
Settings.cs Move AutoEat to a ChatBot 2020-04-09 20:50:34 +02:00