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
src/CollectBlock.ts:71:59 - error TS2538: Type 'undefined' cannot be used as an index type.
71 bot.registry.blocksByName[closest.name];
~~~~~~~~~~~~
src/CollectBlock.ts:75:61 - error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'.
75 const item = bot.registry.items[leastTool];
~~~~~~~~~
Found 2 errors in the same file, starting at: src/CollectBlock.ts:71
I use node v22.11.0 and v18.20
The text was updated successfully, but these errors were encountered:
when I ran the command
I got the errors as follow:
I use node v22.11.0 and v18.20
The text was updated successfully, but these errors were encountered: