mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Adjust dig block API
Attempt to automate dig start and dig complete (#1077)
This commit is contained in:
parent
6df5076d19
commit
4cc29a6ee6
11 changed files with 113 additions and 48 deletions
|
|
@ -30,7 +30,7 @@ namespace MinecraftClient.Inventory
|
|||
/// </summary>
|
||||
/// <param name="ID">Item Type ID</param>
|
||||
/// <param name="Count">Item Count</param>
|
||||
/// <param name="NBT">Item Metadata</param>
|
||||
/// <param name="nbt">Item Metadata</param>
|
||||
public Item(int id, int count, Dictionary<string, object> nbt)
|
||||
{
|
||||
this.Type = (ItemType)id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue