From 42e3fe60080b8577fafff786bc09a247a730a6c7 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:48:17 -0500 Subject: [PATCH] Update CrashTestDummy.js --- mods/CrashTestDummy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CrashTestDummy.js b/mods/CrashTestDummy.js index 31f28134..5ddddb92 100644 --- a/mods/CrashTestDummy.js +++ b/mods/CrashTestDummy.js @@ -1,6 +1,6 @@ // This new crashtestdummy mod will be more used for code that I'm not sure will actually work elements.sandreplacer = { - color: "#ff2f2f", + color: "#ff80ff", tool: function(pixel) { pixel.element = "sand" },