2023-10-01 01:40:37 +02:00
|
|
|
## miner setup
|
|
|
|
|
|
|
|
- place one ender chest, then 4 turtles facing away from it around it, with fuel and preferably labels set
|
|
|
|
|
|
|
|
execute commands:
|
|
|
|
- pastebin get gGy2HWcF mine
|
|
|
|
- mine
|
|
|
|
|
|
|
|
## lava refuel setup
|
|
|
|
|
|
|
|
- place at edge of lava lake in the nether
|
|
|
|
- place 1 bucket of lava in first slot
|
|
|
|
|
|
|
|
execute commands:
|
|
|
|
- label set miner<x>
|
|
|
|
- pastebin get nFSUKiYE lava
|
|
|
|
- refuel
|
|
|
|
- lava 10
|
|
|
|
|
|
|
|
## grindstone turtle
|
|
|
|
|
|
|
|
program code:
|
|
|
|
```lua
|
|
|
|
while true do
|
|
|
|
turtle.attack()
|
|
|
|
end
|
|
|
|
```
|
|
|
|
same for the killing turtles in xp farm
|
2023-05-28 14:07:39 +02:00
|
|
|
|
|
|
|
# quarry program
|
|
|
|
quarry -oreQuarry true -enderChest 16 -doRefuel false -dumpCompareItems false -invert false -rednet false -dim 16 16 70
|