A simple Minecraft automation script for apple farming. Built with Python and CustomTkinter for a sleek, modern interface.
- Auto Block Placing - Automatically switches slots and places blocks
- Slot Rotation - Rotates through slots 2-9 (or 3-9 with eating) every N cycles
- Auto Repair - Runs
/repaircommand at configurable intervals - Free Repair (Crafting) - Automatically crafts new shears for players without
/repair - Auto Eating - Automatically eats from slot 2 to keep hunger full
- Minecraft Detection - Smart window detection (ignores browsers, focuses on game)
- Config Saving - Saves your settings to JSON file
- Modern UI - Minimalist black & gray design
- Download the repository (Code -> Download ZIP) and extract it.
- Double click
install_requirements.bat.- It will automatically install Python (if missing) and all dependencies.
- Double click
start_bot.bat(created by the installer) to run the bot.
-
Clone the repository
git clone https://github.com/xqbkubiak/mc-apple.git cd mc-apple -
Install dependencies
pip install -r requirements.txt
-
Run the script
python mc-apple.py
| Option | Description | Default |
|---|---|---|
| Enable /repair | Automatically run repair command | On |
| Free Repair (Crafting) | Craft new shears (for non-ranked players) | Off |
| Repair every | Cycles between repairs/crafting | 100 / 238 |
| Slot Rotation | Rotate through slots 2-9 | Off |
| Rotate every | Cycles between slot changes | 500 |
| Eating (slot 2) | Reserve slot 2 for food, auto eat | Off |
| Eat every | Cycles between eating | 1000 |
| Key | Action |
|---|---|
F8 |
Start/Stop |
F9 |
Exit |
mc-apple.py- Main scriptrequirements.txt- Python dependenciesicon.ico- Application icon
- Switch to slot 2 (or slot 3 if eating enabled, or current rotation slot)
- Right click (place block)
- Switch back to slot 1
- Left click
- Repeat cycle
- Run
/repairOR Craft Shears every N cycles (if enabled) - Rotate slot every N cycles (if enabled)
- Eat from slot 2 every N cycles (if eating enabled) - holds right click for 2.5s
If you don't have access to /repair, enable Free Repair.
- Have a stack of Iron Ingots in your inventory.
- The bot will automatically open inventory, craft new shears, and resume farming.
This script is for educational purposes only. Use at your own risk. (sometimes they can ban u)
MIT License - feel free to use and modify.
Created by ru.su • Discord