michaelzangl / minebot

Minebot
GNU General Public License v3.0
146 stars 48 forks source link

Bot won't open chests with slabs on top of them #268

Closed ascentfevers closed 4 years ago

ascentfevers commented 5 years ago

I tried to store some items with /minebot store. There is a chest with a slab on top of it. I can open it, so the bot should be able to open it too. But it thinks that the container is blocked and it can't be opened. I already checked that there is an item frame with the desired item on the chest, and that I have the item in my inventory.

xpr0legendx commented 5 years ago

Am unable to reproduce this. Tested with both trapped chests and normal ones, with slabs at the bottem and top. Either you do not have the right item in the item frame you wish to store or there are blocks in the way that obstruct the path to the chest. In some scenarios it will think it is obstructed when it's not, there are a few criteria that must be met in order for the bug to occur. In most cases, this is simply fixed by having atleast 2 blocks of free space at the side of the chests of which you are opening it from.

michaelzangl commented 4 years ago

Fixed now - bot will use the same test as minecraft does if a chest may be opened.