From 5d9f0e9301799adf17f7c2fbd64ec1bc7cee7836 Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:15:10 +0800 Subject: [PATCH] seaweed color --- mods/aChefsDream.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 986a7260..01a7927f 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -5400,7 +5400,8 @@ elements.mochi_dough = { burnInto:"ash", state: "solid", density: 526.9, - isFood: true + isFood: true, + hidden:true }, elements.mochi = { color: "#f2e2a7", @@ -5523,7 +5524,7 @@ elements.seaweed_stem = { density: 1050, } elements.seaweed = { - color: "#2e8021", + color: ["#2e8021","#3e9031","#4ea041"], behavior: behaviors.STURDYPOWDER, reactions: { "vinegar": { elem1:"dead_plant", elem2:null, chance:0.035 },