Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
games:minecraft:public:computer_craft:quarry_script [2023/11/06 21:22] – [Lua script] clay | games:minecraft:public:computer_craft:quarry_script [2024/01/23 21:59] (current) – clay | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== MOVED TO THE CLAYTONIA GIT SERVER ====== | ||
+ | ===== This is an outdated archive! ===== | ||
+ | |||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
====== Quarry Miner ====== | ====== Quarry Miner ====== | ||
Line 12: | Line 27: | ||
==== Instructions ==== | ==== Instructions ==== | ||
+ | * Steps 1-4 only needs done the 1st time you place down a turtle. | ||
+ | * Step 5 is optional | ||
+ | * Step 6 is what you run each time you place down a previsouly configured turtle. | ||
1. Place turtle, and a chest to the left of it. | 1. Place turtle, and a chest to the left of it. | ||
Line 59: | Line 77: | ||
6. Run quarry | 6. Run quarry | ||
- | 6a. Skips stone, | + | 6a. Skips everything on the blacklist |
< | < | ||
6b. Mines everything, makes a big hole! | 6b. Mines everything, makes a big hole! | ||
Line 72: | Line 90: | ||
< | < | ||
Welcome!: Welcome to quarry help. Below are help entries for all parameters. Examples and tips are at the bottom. | Welcome!: Welcome to quarry help. Below are help entries for all parameters. Examples and tips are at the bottom. | ||
- | - -default: This will force no prompts. If you use this and nothing else, only defaults will be used. | + | - **-dim**: [length] [width] [height] This sets the dimensions for the quarry |
- | - -dim: [length] [width] [height] This sets the dimensions for the quarry | + | - **-invert**: [t/f] If true, quarry will be inverted (go up instead of down) |
- | - -invert: [t/f] If true, quarry will be inverted (go up instead of down) | + | - **-rednet**: [t/f] If true and you have a wireless modem on the turtle, will attempt to make a rednet connection for sending important information to a screen |
- | - -rednet: [t/f] If true and you have a wireless modem on the turtle, will attempt to make a rednet connection for sending important information to a screen | + | - **-restore / -resume**: If your quarry stopped in the middle of its run, use this to resume at the point where the turtle was. Not guarenteed to work properly. For more accurate location finding, check out the -GPS parameter |
- | - -restore / -resume: If your quarry stopped in the middle of its run, use this to resume at the point where the turtle was. Not guarenteed to work properly. For more accurate location finding, check out the -GPS parameter | + | |
- -autoResume / autoRestore: | - -autoResume / autoRestore: | ||
- -oreQuarry: [t/f] If true, the turtle will use ore quarry mode. It will not mine the blocks that are placed in the turtle initially. So if you put in stone, it will ignore stone blocks and only mine ores. | - -oreQuarry: [t/f] If true, the turtle will use ore quarry mode. It will not mine the blocks that are placed in the turtle initially. So if you put in stone, it will ignore stone blocks and only mine ores. | ||
Line 109: | Line 126: | ||
- -logExtension: | - -logExtension: | ||
- -keepOpen: [number] This is the number of the slots the turtle will make sure are open. It will check every time it mines | - -keepOpen: [number] This is the number of the slots the turtle will make sure are open. It will check every time it mines | ||
- | - -careAboutResources: | + | - __**-careAboutResources**__: [t/f] Who cares about the materials! If set to false, it will just keep mining when its inventory is full |
- -startDown: [number] If you set this, the turtle will go down this many blocks from the start before starting its quarry | - -startDown: [number] If you set this, the turtle will go down this many blocks from the start before starting its quarry | ||
- -promptAll: This is the opposite of -Default, it prompts for everything | - -promptAll: This is the opposite of -Default, it prompts for everything | ||
Line 149: | Line 166: | ||
==== Lua script ==== | ==== Lua script ==== | ||
+ | [[games: | ||