Fixed Enchantment mappings for 1.19.

Added Swift Sneak.
This commit is contained in:
Milutinke 2022-10-14 16:29:08 +02:00
parent c47add39a4
commit 6365e12735
4 changed files with 53 additions and 4 deletions

View file

@ -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)