From c85bb530626767b80eaaedbbc0b554bc7d8c6228 Mon Sep 17 00:00:00 2001 From: RubenHetKonijn <64010592+RubenHetKonijn@users.noreply.github.com> Date: Sun, 3 Jan 2021 03:41:42 +0100 Subject: [PATCH] Make the block scanner requirement more clear (#49) --- 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 = { }