Posted September 2, 201411 yr I am creating a tool that is intended to be something of a "mining bot" This will basically be a block of code that makes the player strip mine for materials and under the right conditions (usually inv. full, return to designated drop off location) However, I am unfamiliar with how one would go about Making the Player perform such an action, such as walk, mine a block, and interact with a container automatically. Any help would be appreciated, as there seems to be very little to no documentation on this specific issue, and I have looked a great deal.
September 2, 201411 yr For walking: player.moveEntity(0,0,1); futher I don't know. But do you want a robot or do you want to control the player?
September 3, 201411 yr Author Thank you for that info. I want to control the player automatically via code.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.