Anon
b74364d465
Fix AutoDig mining timing
2026-05-23 10:56:06 +02:00
copilot-swe-agent[bot]
737a94475a
fix: clarify autodig switch log formatting
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e83f9c2a-a85c-4763-821b-c5b4a0db75a6
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-03-31 08:50:43 +00:00
copilot-swe-agent[bot]
1a86655dfb
feat: add autodig tool switching
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e83f9c2a-a85c-4763-821b-c5b4a0db75a6
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-03-31 08:44:23 +00:00
copilot-swe-agent[bot]
74def7c512
Modernize lock object declarations from object to System.Threading.Lock
...
Replace all lock object declarations using 'object' type with the C# 13
System.Threading.Lock type across 12 files. The Lock type provides a
more efficient locking mechanism - when used with lock(), the compiler
automatically uses Lock.EnterScope() instead of Monitor.Enter/Exit.
Also made two previously non-readonly lock fields readonly:
- McClient.DigLock
- Protocol18.MessageSigningLock
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 00:15:21 +00:00
Anon
5b9cc4aa0e
Tested the client against 1.21.11 on .net 10. Created a integration testing skill (end-to-end).
2026-03-21 21:02:13 +01:00
Roman Danilov
fde50c1728
AntiCheat fix prevent Block Breaking
2024-03-05 18:54:29 +05:00
BruceChen
7900108763
Bug fix
2022-12-11 17:31:37 +08:00
BruceChen
94a3c92b36
Bug fix
2022-12-11 16:30:45 +08:00
BruceChen
5e11ed3896
Tooltip support & Bug fix
2022-12-11 13:00:19 +08:00
BruceChen
892999ac98
Merge into master
2022-12-06 20:32:46 +08:00
BruceChen
84cf749344
Implement command completion suggestions.
2022-12-06 15:50:17 +08:00
BruceChen
2331590588
Store the text resources of the setting file separately.
2022-11-30 16:22:48 +08:00
BruceChen
e954801a0d
Fix AutoDig
2022-11-01 16:37:50 +08:00
BruceChen
077e3a5e9f
Crowdin localization support ( #2310 )
...
* Switching to use resource files
* Update Crowdin configuration file
* Code cleanup
2022-10-28 11:13:20 +08:00
BruceChen
117a38b5f9
Better translation
2022-10-17 20:00:33 +08:00
BruceChen
625612909e
Bug fix
2022-10-10 10:56:12 +08:00
BruceChen
2f5914dd6f
Add Location_Order config for AutoDig
2022-10-08 18:47:16 +08:00
BruceChen
c57ac183d5
Add AutoDig ChatBot
2022-10-08 17:56:32 +08:00