From 6969939d8af010164a04f88a214dcb5b16f5be43 Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:17:52 +0800 Subject: [PATCH] Update aChefsDream.js --- mods/aChefsDream.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 765e8b44..4004faad 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -7053,16 +7053,8 @@ elements.burnt_marshmallow = { elements.food_coloring = { color: ["#ff0000", "#ff8800", "#ffff00", "#00ff00", "#00ffff", "#0000ff", "#ff00ff"], behavior: behaviors.LIQUID, - reactions: { - "water": { elem2: null, chance: 0.05 }, - "salt_water": { elem1: null, chance: 0.05 }, - "sugar_water": { elem1: null, chance: 0.05 }, - "seltzer": { elem1: null, chance: 0.05 }, - "dirty_water": { elem1: null, chance: 0.05 }, - "pool_water": { elem1: null, chance: 0.05 } - }, customColor: true, - stain: 1, + stain: 0.5, tempHigh: 100, stateHigh: "steam", category: "food",