We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389e042 commit 4b5029eCopy full SHA for 4b5029e
Modules/showBlocks.lua
@@ -35,7 +35,7 @@ registerCommand("findBlock", function(arguments)
35
36
local text = ""
37
38
- local worldBlocks = dimension.findBlock(arguments, 0, radius or 50)
+ local worldBlocks = dimension.findBlock(arguments, -1, radius or 50)
39
for i, block in ipairs(worldBlocks) do
40
text = text .. (arguments .. ": " .. block[1] .. " " .. block[2] .. " " .. block[3] .. "\n")
41
table.insert(blockPos, { block[1], block[2], block[3] })
0 commit comments