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",