From 2612f74043b03dbb50b557e3fed48d0c0ded90ca Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:40:45 -0500 Subject: [PATCH] > // This new crashtestdummy mod will be more used for code that I'm not sure will actually work Added sand replacer for a test --- mods/CrashTestDummy.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mods/CrashTestDummy.js diff --git a/mods/CrashTestDummy.js b/mods/CrashTestDummy.js new file mode 100644 index 00000000..9f818c65 --- /dev/null +++ b/mods/CrashTestDummy.js @@ -0,0 +1,7 @@ +// This new crashtestdummy mod will be more used for code that I'm not sure will actually work +elements.sandreplacer = { + color: "#ff2f2f", + tool: function(pixel) { + pixel.type = "sand" + }, + category: "tools",