Make the block scanner requirement more clear

This commit is contained in:
RubenHetKonijn
2021-01-02 09:31:51 +01:00
committed by GitHub
parent 0272d2a303
commit d813a48841

View File

@@ -33,7 +33,7 @@ if not modules then
elseif not modules.canvas then elseif not modules.canvas then
showRequirements('Overlay glasses') showRequirements('Overlay glasses')
elseif not modules.scan then elseif not modules.scan then
showRequirements('Scanner module') showRequirements('Block Scanner module')
end end
local projecting = { } local projecting = { }