Additions during new speedrun
This commit is contained in:
@ -1,6 +1,31 @@
|
||||
pastebin get gGy2HWcF mine
|
||||
refuel all
|
||||
mine
|
||||
## 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
|
||||
|
||||
# quarry program
|
||||
quarry -oreQuarry true -enderChest 16 -doRefuel false -dumpCompareItems false -invert false -rednet false -dim 16 16 70
|
||||
|
Reference in New Issue
Block a user