From 2137a54fc43347a6f325c290f765239b34905647 Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:05:59 +0800 Subject: [PATCH] Update aChefsDream.js --- mods/aChefsDream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 765e8b44..f146f4c1 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -7071,7 +7071,7 @@ elements.food_coloring = { stainSelf: true, ignore: ["glass", "porcelain", "wall"], desc: "coloring for food. color may fade when diluting with water.", - tick: function (pixel) { + /*tick: function (pixel) { for (var i = 0; i < squareCoords.length; i++) { var coord = squareCoords[i]; var x = pixel.x + coord[0]; @@ -7086,7 +7086,7 @@ elements.food_coloring = { }, onSelect: function () { logMessage("Tip: You can spread food coloring using water."); - }, + },*/ } elements.cooked_meat.behavior = behaviors.STURDYPOWDER;