mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 23:50:26 +00:00
obsidian
This commit is contained in:
parent
9a0c584cba
commit
87aed4dc01
@ -27,7 +27,10 @@ local function findObsidian()
|
||||
local _,b = turtle.inspectDown()
|
||||
if b and (b.name == 'minecraft:lava' or b.name == 'minecraft:flowing_lava') then
|
||||
if turtle.selectSlot('minecraft:water_bucket') then
|
||||
while not turtle.up() do
|
||||
while true do
|
||||
if turtle.up() then
|
||||
break
|
||||
end
|
||||
print('stuck')
|
||||
end
|
||||
turtle.placeDown()
|
||||
|
Loading…
Reference in New Issue
Block a user