From 371a5d82b03d88c9a7b4133f4e5ae2499e24e5a9 Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:10:44 +0800 Subject: [PATCH] dried seaweed color --- mods/aChefsDream.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 01a7927f..41b76be5 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -33,6 +33,7 @@ Upcoming Features: - curry/chicken tikka masala - raisins - peaches +- cucumber and eggplant Changelog (v1.0) - added chickens @@ -5546,7 +5547,7 @@ elements.seaweed = { density: 997, } elements.dried_seaweed = { - color: "#142e13", + color: ["#142e13","#041e03"], behavior: behaviors.STURDYPOWDER, category:"food", tempHigh: 400,