mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Integration of the Mojang API (#1709)
* Add Mojang API integration * Addition in MinecraftClient.csproj * Move Mojang API to Protocol namespace * Add changes of MinecraftClient.csproj * Add rate limit warning * Improve rate limit warning
This commit is contained in:
parent
b3b9a26288
commit
6a361ed674
2 changed files with 147 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
<Compile Include="AutoTimeout.cs" />
|
||||
<Compile Include="ChatBots\AutoDrop.cs" />
|
||||
<Compile Include="ChatBots\Mailer.cs" />
|
||||
<Compile Include="Protocol\MojangAPI.cs" />
|
||||
<Compile Include="Mapping\CubeFromWorld.cs" />
|
||||
<Compile Include="Mapping\Material2Tool.cs" />
|
||||
<Compile Include="ChatBots\ReplayCapture.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue