From 0521bc33815b766a43933b709b0f8e526183430d Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:42:31 -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 9f818c65..d49f7135 100644 --- a/mods/CrashTestDummy.js +++ b/mods/CrashTestDummy.js @@ -2,6 +2,6 @@ elements.sandreplacer = { color: "#ff2f2f", tool: function(pixel) { - pixel.type = "sand" + pixel.element = "sand" }, category: "tools",