TheDudeFromCI

Results 69 comments of TheDudeFromCI

Oh? Maybe I installed the 3.34 version instead. I just clicked the lastest version and didn't really think about it. It installed fine, so I just assumed it was 3.36.

You probably want to use png. Png is lossless and significantly smaller file size than bmp.

Added to my to-do list! I got a request today for one of my next tutorials to be on this plugin, so I'll add those while preparing the example bots.

Thanks! I'll probably message you on Discord when I start working on that part to see what features should be covered and the proper way to do things.

Might be good to wait on https://github.com/PrismarineJS/mineflayer/issues/1422, first

Added 'collectBlock_finished' event.

Part of the error message is cut off, so I can't read the cause.

@MichaelLykkeStrand Should be fixed when https://github.com/PrismarineJS/mineflayer-collectblock/pull/42 is finished,

> Hi, just checking in to see if there are workarounds for this? > > This is because I want to have two or more bots interact with each other...

This is caused by how your pathfinder plugin is configured. CollectBlock uses the Pathfinder plugin to control movement. If the pathfinder is configured to not place blocks, it will get...