diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-28 10:44:46 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-28 10:44:46 +0000 |
| commit | 95fc41ea66993f9a247fd7cbc0ec568d78fc5871 (patch) | |
| tree | 9813f43ee770652e741dc4cd175212ded4d37dbe | |
| parent | 59b5c5a342384ad1fc59648d7d3c2063bda4c4ed (diff) | |
ore.lua
| -rw-r--r-- | ore.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ local interesting_blocks = { } local function go() + p.canvas3d().clear() local canvas = p.canvas3d().create() local scan = p.scan() for _, block in ipairs(scan) do |
