1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-21 01:24:55 +00:00

reorganization

This commit is contained in:
kepler155c@gmail.com
2017-09-15 01:08:04 -04:00
parent b5ee5db16b
commit 64c68f2662
54 changed files with 175 additions and 15800 deletions

View File

@@ -28,7 +28,7 @@ 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
if turtle.select('minecraft:water_bucket') then
while true do
if turtle.up() then
break
@@ -84,7 +84,7 @@ local s, m = turtle.run(function()
end
findObsidian()
if not turtle.selectSlot('minecraft:water_bucket') then
if not turtle.select('minecraft:water_bucket') then
break
end
turtle.goto(0, 0)