mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed Enchantment mappings for 1.19.
Added Swift Sneak.
This commit is contained in:
parent
c47add39a4
commit
6365e12735
4 changed files with 53 additions and 4 deletions
|
|
@ -2671,8 +2671,6 @@ namespace MinecraftClient
|
|||
|
||||
inventory.Properties.Add(propertyId, propertyValue);
|
||||
|
||||
Log.Info("Got a property " + propertyId + " with value: " + propertyValue);
|
||||
|
||||
DispatchBotEvent(bot => bot.OnInventoryProperties(inventoryID, propertyId, propertyValue));
|
||||
|
||||
if (inventory.Type == ContainerType.Enchantment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue