Skip to content

A bot that can mine in Minecraft. It only mine in a straight way an puts torchs every 15 seconds.

Notifications You must be signed in to change notification settings

TeDsWeb/bot-mining-minecraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bot Mining Minecraft

A simple bot that mine in a straight way putting torches to the sides of the cave. Also, you can mine without putting torches.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For now, this just works in Windows.

Prerequisites

What things you need to install the software and how to install them

  • Python 3+

  • PyAutoGUI to control the mouse movement.

    pip install pyautogui
    

    Check this link to get por information about the installation.

Running the bot

  • You have to setup your inventory like this:

  • Run the main file

    python main.py
    
  • Indicate the number of pickaxes you will use and if you want to mine with torchs or not.

  • Enjoy!

Demo

If you want to check how does it work, see this video

Built With

  • Python 3
  • PyAutoGUI - PyAutoGUI lets your Python scripts control the mouse and keyboard

Authors

License

This project is licensed under the GNU General Public License v3 (GPL-3) License - see the LICENSE.md file for details

About

A bot that can mine in Minecraft. It only mine in a straight way an puts torchs every 15 seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%