From 1a8533fb0ce967574cf55067c0a56e8d7b03264e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 28 Jun 2022 00:01:28 +0100 Subject: hole --- hole.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hole.lua b/hole.lua index 461cebf..339ef86 100644 --- a/hole.lua +++ b/hole.lua @@ -12,7 +12,7 @@ while true do local scanned = scanner.scan() local targets = {} for _,s in ipairs(scanned) do - if s.name ~= "minecraft:air" and v.y < 0 then + if s.name ~= "minecraft:air" and s.y < 0 then local should_add = true for i,t in ipairs(targets) do -- cgit v1.2.3