From fa0e392162f40ec4aafcf458bd0c1043c5760300 Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:01:03 -0500 Subject: [PATCH] Update random_things.js --- mods/random_things.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index 9a540094..285b6d4d 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -35,5 +35,16 @@ elements.liquid_legend = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, - } -}; + }, +}, + +elements.banana_juice = { + name: "banana juice", + color: "#e0f542", + behavior: behaviors.LIQUID, + temp: 800, + category: "food", + state: "liquid", + density: 200, + excludeRandom: true, + }