You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web Inventory only works when the bot has no items. If it has an item it crashes.
I tried it on Minecraft 1.18.2
Error message
mineflayer-web-inventory error. trying to continue
TypeError: mcData.version.<= is not a function
at addItemData (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\utils.js:47:29)
at emitWindow (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\index.js:96:40)
at Namespace.<anonymous> (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\index.js:103:5)
at Namespace.emit (node:events:527:28)
at C:\projects\discord-minecraft-bot\node_modules\socket.io\dist\namespace.js:135:27
at processTicksAndRejections (node:internal/process/task_queues:78:11)
C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\utils.js:82
if ((itemMaxDurability = mcData.itemsByName[item.name].maxDurability) && item.durabilityUsed != null) {
^
TypeError: Cannot read properties of undefined (reading 'azure_bluet')
at addItemData (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\utils.js:82:46)
at emitWindow (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\index.js:96:40)
at Namespace.<anonymous> (C:\projects\discord-minecraft-bot\node_modules\mineflayer-web-inventory\index.js:103:5)
at Namespace.emit (node:events:527:28)
at C:\projects\discord-minecraft-bot\node_modules\socket.io\dist\namespace.js:135:27
at processTicksAndRejections (node:internal/process/task_queues:78:11)
Web Inventory only works when the bot has no items. If it has an item it crashes.
I tried it on Minecraft 1.18.2
Error message
Mineflayer versions:
The text was updated successfully, but these errors were encountered: