summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 22:29:15 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 22:29:15 +0100
commitaa682065c263b936cab1d30055993072093525ab (patch)
treec4e2d447442a124fa1348197457525c01588ce2b
parentf02d1049745bdca4a58cad3b512e3fb502f138c0 (diff)
launch echest
-rw-r--r--echest.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/echest.lua b/echest.lua
index 4468c8c..b115323 100644
--- a/echest.lua
+++ b/echest.lua
@@ -24,7 +24,8 @@ local p = assert((peripheral.find"ender_storage"))
-- end
-- end
-for x=1,16 do for y=1,16 do for z=1,16 do
+for x=0,15 do for y=0,15 do for z=0,15 do
+ print(x,y,z)
p.setFrequency(2^x, 2^y, 2^z)
local name = p.getName()
if name ~= nil then