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