This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ========================================== | |
| -- ATM10 Mining Turtle - Auto Miner | |
| -- Treibstoff: Slot 1 (Kohle) | |
| -- Fackeln: Slot 2 | |
| -- Items: Slot 3-16 | |
| -- ========================================== | |
| local FUEL_SLOT = 1 | |
| local TORCH_SLOT = 2 | |
| local TORCH_EVERY = 8 -- Fackel alle X Blöcke setzen |