mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add /entity cmd (#1129)
* Update MinecraftClient.csproj * Create Entitycmd.cs * Update MinecraftClient.csproj * Update Protocol18PacketTypes.cs * Update Protocol18PacketTypes.cs
This commit is contained in:
parent
9370064072
commit
835df9b1fc
3 changed files with 66 additions and 3 deletions
|
|
@ -73,6 +73,8 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AutoTimeout.cs" />
|
||||
<Compile Include="Commands\Entitycmd.cs" />
|
||||
<Compile Include="Commands\Entitycmd.cs" />
|
||||
<Compile Include="ChatBots\Alerts.cs" />
|
||||
<Compile Include="ChatBots\AntiAFK.cs" />
|
||||
<Compile Include="ChatBots\AutoAttack.cs" />
|
||||
|
|
@ -319,4 +321,4 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue