This commit is contained in:
JustAGenericUsername 2024-08-08 16:52:05 -04:00
parent 1523c31dda
commit a4c8686c66
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ renderEachPixel(function(pixel, ctx) {
}
}
}
if (oreMap.length < 2){
clearAll();
}
});
let validGroundElements = []