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, + }