Skip to content

Instantly share code, notes, and snippets.

@owen5280
owen5280 / OreScanner.lua
Last active November 3, 2025 15:17 — forked from SorcerioTheWizard/OreScanner.lua
A ComputerCraft and Advanced Peripherals script to scan for ores around the player and display the results in a radar.
-- Sorcerio's ComputerCraft Ore Scanner
-- Requires an Advanced Geo Pocket Computer from Advanced Peripherals
-- To import: open the Advanced Geo Pocket Computer, type `import`, and drag this file into Minecraft.
-- MARK: Configuration
-- The initial radius for local scans.
local SCAN_RADIUS = 16