michaelzangl / minebot

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

Stop building the road if bot did run out of material #290

Open michaelzangl opened 4 years ago

michaelzangl commented 4 years ago

If there are no more required blocks (especially floor slabs), the bot currently continues walking the road and complains at every position about this.

The bot should just stop building when this happens.