MayorLeon20
MayorLeon20
but sometimes it displays this, but the nicknames listed here are incorrect Example: LeanBlock transformed to 5LeanBlockA in error ```js "C:\Program Files\nodejs\node.exe" C:\Users\petru\WebstormProjects\yagodki-logistic-bot\main.js connected PartialReadError: Read error for undefined :...
> Confirmed bug on 1.20.5+ due to incorrect holderset data type implementation. Will be fixed with #1347. when is the release?
this helped me: ``` bot._client.on('add_resource_pack', (data) => { bot._client.write('resource_pack_receive', { uuid: data.uuid, result: 3 }) bot._client.write('resource_pack_receive', { uuid: data.uuid, result: 0 }) }) ```