Releases: MCCTeam/Minecraft-Console-Client
Releases · MCCTeam/Minecraft-Console-Client
20220816-28: AuotoAttack: add support for multiple interact modes (#2044)
* Adds support for multiple interact modes * Entity interaction: Implement enum Co-authored-by: ORelio <[email protected]>
20220816-27: Scripting Hotfix for .NET (#2061)
* fix scripting being broken scripting got broken due to being compiled as a single file application. * move invoke to a helper function also move MinecraftClient assembly fetch into the main assembly fetch loop * Downgrade version of SingleFileExtractor 1.1.0 changed their internal API, so we use 1.0.1 to reduce the amount of reflection we need to do * add exception messages
20220816-26
Rework of MineCube.cs and further improvements to CalculatePath() (#2…
20220816-25: Fix automated build for .NET releases (#2059)
* Fix automated build for .NET releases * Update build-and-release.yml * update submodule for building * Update build-and-release.yml * update consoleinteractive build * Update build-and-release.yml * set PublishSingleFile as true by default * update csproj file to include compile flag setting IncludeNativeLibrariesForSelfExtract to true removes the sni.dll output file. * update build instructions on README * move compile flags into env variable - disable compilation of PDB files - enable OSX builds
20220506-20: CalculatePath: Fix offset calculation, improve approaching (#2013)
* Square minOffset and maxOffset to match DistanceSquared * Rewrite squaring * Add minOffset * Implement h-score selection
20220430-19: Improve pathfinding capabilities (#1999)
* Add `ClientIsMoving()` API to determine if currently walking/falling * Improve `MoveToLocation()` performance and allow approaching location Co-authored-by: ORelio <[email protected]>
20220423-18: Add thead safety to terrain data (#1999)
Allow safely reading terrain data from other threads
20220407-17
Settings: Make Microsoft as default account type
20220403-16
Update and improve translation. (#1987)
20220403-15: Updated Russian Language (#1985)
* Updated Russian Language Removed bad spaces Удалены лишние пробелы * Update ru.ini * Update MinecraftClient/Resources/lang/ru.ini