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
when I ran the command
I got the errors as follow:
I use node v22.11.0 and v18.20