Skip to content

Commit 4b5029e

Browse files
authored
use -1 for type instead
1 parent 389e042 commit 4b5029e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/showBlocks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ registerCommand("findBlock", function(arguments)
3535

3636
local text = ""
3737

38-
local worldBlocks = dimension.findBlock(arguments, 0, radius or 50)
38+
local worldBlocks = dimension.findBlock(arguments, -1, radius or 50)
3939
for i, block in ipairs(worldBlocks) do
4040
text = text .. (arguments .. ": " .. block[1] .. " " .. block[2] .. " " .. block[3] .. "\n")
4141
table.insert(blockPos, { block[1], block[2], block[3] })

0 commit comments

Comments
 (0)