michaelzangl / minebot

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

Support placing cactus #164

Open couldbejake opened 7 years ago

couldbejake commented 7 years ago

Just wondering if theres any way to make the bot shift while placing or place without creating a vertical stack.

I'm trying to automate a bot for creating a cactus farm. It's alright making the stone and sand parts to it, but after that I have issues placing cactus. I've tried added Blocks.Cactus to the BlockSets.java file and I can now place cactus, but the only problem is the dumb bot will stand and die on it.

Help greatly appreciated, Jake.

Note: I think the other solution might be to use AutoHotKey or to make my own Bot (Although that is a ton of work and this bot is amazing).

michaelzangl commented 7 years ago

There is no such build task at the moment.

You need a new build task that just lets the bot stand on a position and then clicks on the floor next to it.