Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local geoscanner = peripheral.find("geoScanner")
- local scan = geoscanner.scan(1)
- for i, block_data in ipairs(scan) do
- if block_data.tag == "forge:ores" or block_data.tag == "tfc_ie_addon:ore" then
- print(block_data.name"found at:", block_data.x, block_data.y, block_data.z)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment