From 7f80da4f05496e3635fba5e042a87f62e88fe0a5 Mon Sep 17 00:00:00 2001 From: Nekonico <163950752+DBNekonico@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:04:53 -0700 Subject: [PATCH] desand tool bugfix --- mods/nekonicos_stuff.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/mods/nekonicos_stuff.js b/mods/nekonicos_stuff.js index d2473836..4b28ec1f 100644 --- a/mods/nekonicos_stuff.js +++ b/mods/nekonicos_stuff.js @@ -190,9 +190,6 @@ elements.desand = { changePixel(pixel,"water") } } - else if ([pixel.element].startsWith("sand_")) { - deletePixel(pixel.x,pixel.y) - } }, category: "tools", }