From e297a46ba8cd14840e2cc89abaed503e4f4d3b01 Mon Sep 17 00:00:00 2001 From: Clarth Date: Tue, 23 Jan 2024 17:22:22 -0500 Subject: [PATCH] Update Clarths-Instructions.md --- Clarths-Instructions.md | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/Clarths-Instructions.md b/Clarths-Instructions.md index 8a4249c..107a97a 100644 --- a/Clarths-Instructions.md +++ b/Clarths-Instructions.md @@ -1,9 +1,8 @@ # Instructions ## Notes -- Steps 1-6 only needs done the 1st time you place down a turtle. -- Steps 5 & 6 are optional. -- Step 7 is what you run each time you place down a previsouly configured turtle. +- Steps 1-4 only needs done the 1st time you place down a turtle. +- Step 5 is what you run each time you place down a previsouly configured turtle. ## Usage 1. Place a turtle with a chest to the left of it. @@ -14,29 +13,9 @@ `set name ` 4. Download the script to the turtle using: -```wget https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/raw/branch/main/quarry.lua quarry``` +`wget https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/raw/branch/main/quarry.lua quarry` -5. Create black-list -`edit no-mine-me` - -6. Paste in blacklisted mats. This step is only needed it you want the turtle to drop specific blocks and not bring the back to the chest. I have edited the script and already added most common/useless blocks to the backlist. ***You can probably skip steps 5 & 6.*** - -Examples you might want to add to the blacklist: -Note: All of these are already blacklisted and will not be brought back to the chest. -``` -minecraft:stone -minecraft:chest -minecraft:sand -minecraft:torch -ThermalExpansion:Sponge -ThermalFoundation:Storage -minecraft:diorite -minecraft:andesite -minecraft:granite -``` - - -7. Run `quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true` +5. Run `quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true` ### Notes: