From d813a4884145d058abd48da8f1709853fcd6324f Mon Sep 17 00:00:00 2001 From: RubenHetKonijn <64010592+RubenHetKonijn@users.noreply.github.com> Date: Sat, 2 Jan 2021 09:31:51 +0100 Subject: [PATCH] Make the block scanner requirement more clear --- neural/ores.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural/ores.lua b/neural/ores.lua index fe31b0b..a55fe4b 100644 --- a/neural/ores.lua +++ b/neural/ores.lua @@ -33,7 +33,7 @@ if not modules then elseif not modules.canvas then showRequirements('Overlay glasses') elseif not modules.scan then - showRequirements('Scanner module') + showRequirements('Block Scanner module') end local projecting = { }