diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 22:29:15 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 22:29:15 +0100 |
commit | aa682065c263b936cab1d30055993072093525ab (patch) | |
tree | c4e2d447442a124fa1348197457525c01588ce2b | |
parent | f02d1049745bdca4a58cad3b512e3fb502f138c0 (diff) |
launch echest
-rw-r--r-- | echest.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |