From f59830dcd0c04ce86855638c527307a9e78fcba8 Mon Sep 17 00:00:00 2001 From: SethanJoseph <99520487+SethanJoseph@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:47:23 -0700 Subject: [PATCH] Update wine.js --- mods/wine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/wine.js b/mods/wine.js index 2b51e8d0..a75f8d0f 100644 --- a/mods/wine.js +++ b/mods/wine.js @@ -1,8 +1,8 @@ elements.wine = { - color: "#006e05", + color: "#89281D", behavior: behaviors.LIQUID, category: "food", viscosity: 20000, state: "liquid", density: 380, -}; \ No newline at end of file +};