From 660b1599f508623ea7f37c78c9286d387b272a3a Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:18:50 -0500 Subject: [PATCH] random_things.js --- mods/random_things.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index bb1a94ad..2ef020d1 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -37,6 +37,18 @@ elements.liquid_legend = { "void": { "elem1": "light", "elm2": null }, }, }, + +elements.wine = { + name: "wine", + color: "#f02263", + behavior: behaviors.LIQUID, + temp: 30, + category: "liquids", + state: "liquid", + density: 200, + excludeRandom: true, + }, + if (enabledMods.includes("bananas.js")) { runAfterLoad(function() { elements.banana_juice = { @@ -44,9 +56,9 @@ if (enabledMods.includes("bananas.js")) { color: "#e0f542", behavior: behaviors.LIQUID, temp: 800, - category: "food", + category: "liquids", state: "liquid", - density: 200, + density: 20, excludeRandom: true, } }