Add centrifuge distribution programs
This commit is contained in:
parent
46f9ef0df6
commit
0ead4d6084
BIN
images/centrifuge_turtle_setup.png
(Stored with Git LFS)
Normal file
BIN
images/centrifuge_turtle_setup.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,6 @@
|
|||||||
# Original Programs
|
# Original Programs
|
||||||
|
|
||||||
The code in this directory is not by me and only here for reference.
|
The code in this directory is not written by me and only here for reference.
|
||||||
|
|
||||||
|
## quarry program
|
||||||
|
`quarry -oreQuarry true -enderChest 16 -doRefuel false -dumpCompareItems false -invert false -rednet false -dim 16 16 70`
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
## grindstone turtle
|
||||||
|
|
||||||
|
Place an engineering turtle (turtle with crescent hammer, 3 iron + 1 silver) facing the crank of a grindstone
|
||||||
|
|
||||||
|
**execute commands**:
|
||||||
|
- `pastebin get pRPJkvnv startup`
|
||||||
|
- `startup`
|
||||||
|
|
||||||
|
same for the killing turtles in xp farm
|
||||||
|
|
||||||
|
## lava refuel setup
|
||||||
|
|
||||||
|
- place at edge of lava lake in the nether
|
||||||
|
- place 1 bucket of lava in first slot
|
||||||
|
|
||||||
|
**execute commands**:
|
||||||
|
- `label set <name>`
|
||||||
|
- `pastebin get nFSUKiYE lava`
|
||||||
|
- `refuel`
|
||||||
|
- `lava 10`
|
||||||
|
|
||||||
## miner setup
|
## miner setup
|
||||||
- place one ender chest, then 4 turtles facing away from it around it, with fuel and preferably labels set, like this:
|
- place one ender chest, then 4 turtles facing away from it around it, with fuel and preferably labels set, like this:
|
||||||
|
|
||||||
@ -14,6 +35,7 @@
|
|||||||
## boiler builder
|
## boiler builder
|
||||||
|
|
||||||
- **give the turtle fuel beforehand**
|
- **give the turtle fuel beforehand**
|
||||||
|
- give the turtle a **resupply module on its right side**
|
||||||
- place turtle infront (facing away) from a resupply station like this:
|
- place turtle infront (facing away) from a resupply station like this:
|
||||||
|
|
||||||

|

|
||||||
@ -29,18 +51,7 @@
|
|||||||
- `pastebin get ZJt5uwjW boiler`
|
- `pastebin get ZJt5uwjW boiler`
|
||||||
- `boiler`
|
- `boiler`
|
||||||
|
|
||||||
## lava refuel setup
|
## IBF distribution turtle
|
||||||
|
|
||||||
- place at edge of lava lake in the nether
|
|
||||||
- place 1 bucket of lava in first slot
|
|
||||||
|
|
||||||
**execute commands**:
|
|
||||||
- `label set <name>`
|
|
||||||
- `pastebin get nFSUKiYE lava`
|
|
||||||
- `refuel`
|
|
||||||
- `lava 10`
|
|
||||||
|
|
||||||
## IBF Distribution turtle
|
|
||||||
|
|
||||||
- **give the turtle fuel beforehand**
|
- **give the turtle fuel beforehand**
|
||||||
- place above me interface, set the interface to keep 4 dust (titanium/chrome/tungsten)
|
- place above me interface, set the interface to keep 4 dust (titanium/chrome/tungsten)
|
||||||
@ -53,23 +64,19 @@ Like this:
|
|||||||
- `pastebin get iq0Xe2KF ibf`
|
- `pastebin get iq0Xe2KF ibf`
|
||||||
- `ibf`
|
- `ibf`
|
||||||
|
|
||||||
## IBF Distribution turtle
|
## centrifuge turtle
|
||||||
|
|
||||||
- place above me interface with the dust to smelt set to 4
|
Place a turtle with an **inventory module** connected on the right like in the following image:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The leftmost interface should have a stack of cells, the middle one a stack of ingredients, e.g., redstone dust, and the rightmost should be empty.
|
||||||
|
|
||||||
|
This program **does not** survive reboots/unloading! Keep it chunk-loaded and do not restart the server after starting the turtle.
|
||||||
|
|
||||||
|
Make sure the turtle always has enough resources to keep going. If it has to wait too long, it will break eventually!! If this happens, manually take out all products from the centrifuges to fix it.
|
||||||
|
|
||||||
**execute commands**:
|
**execute commands**:
|
||||||
- pastebin get iq0Xe2KF ibf
|
- `pastebin get 1reqCa4x cent` (for **redstone**)
|
||||||
- ibf
|
- `pastebin get 793PtXnD cent` (for **platinum**)
|
||||||
|
- `cent`
|
||||||
## grindstone turtle
|
|
||||||
|
|
||||||
Place an engineering turtle (turtle with crescent hammer, 3 iron + 1 silver) facing the crank of a grindstone
|
|
||||||
|
|
||||||
**execute commands**:
|
|
||||||
- `pastebin get pRPJkvnv startup`
|
|
||||||
- `startup`
|
|
||||||
|
|
||||||
same for the killing turtles in xp farm
|
|
||||||
|
|
||||||
# quarry program
|
|
||||||
quarry -oreQuarry true -enderChest 16 -doRefuel false -dumpCompareItems false -invert false -rednet false -dim 16 16 70
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user