From 8c9eabe71de04a6deb85cdafe7b4914c25178d0b Mon Sep 17 00:00:00 2001 From: SethanJoseph <99520487+SethanJoseph@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:21:34 -0700 Subject: [PATCH] Add files via upload --- mods/wine.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mods/wine.js diff --git a/mods/wine.js b/mods/wine.js new file mode 100644 index 00000000..2b51e8d0 --- /dev/null +++ b/mods/wine.js @@ -0,0 +1,8 @@ + elements.wine = { + color: "#006e05", + behavior: behaviors.LIQUID, + category: "food", + viscosity: 20000, + state: "liquid", + density: 380, +}; \ No newline at end of file