From 0257183445a0c75c3c4dadba52349e95cbca793e Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Sat, 18 May 2024 17:54:23 -0400 Subject: [PATCH] fix fatal bug --- mods/a_mod_by_alice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index bd368aa8..d746f287 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -7504,7 +7504,7 @@ color1 and color2 spread through striped paint like dye does with itself. col "XX|XX|XX", "XX|M1|XX", ], - tick: function() { //alias for velvet that is red + tick: function(pixel) { //alias for velvet that is red pixel.element = "silk_velvet"; }, burnInto: "ash",