From a4c8686c6684335e8e66a49b814a6c625aa1e003 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:52:05 -0400 Subject: [PATCH] huh --- mods/ores.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/ores.js b/mods/ores.js index 38cd5ce7..3d208ef4 100644 --- a/mods/ores.js +++ b/mods/ores.js @@ -143,6 +143,9 @@ renderEachPixel(function(pixel, ctx) { } } } + if (oreMap.length < 2){ + clearAll(); + } }); let validGroundElements = []