Merge pull request #760 from JustAGenericUsername/main

ore fix
This commit is contained in:
slweeb 2024-08-08 16:53:59 -04:00 committed by GitHub
commit ba15b7089a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = []