> // This new crashtestdummy mod will be more used for code that I'm not sure will actually work

Added sand replacer for a test
This commit is contained in:
StellarX20 2022-02-11 16:40:45 -05:00 committed by GitHub
parent 3a9e685423
commit 2612f74043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
mods/CrashTestDummy.js Normal file
View File

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