From cd73247461e662a03937b5b66f7bb11fbd5c734d Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:03:04 -0500 Subject: [PATCH] random_things.js --- mods/random_things.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index b8f59b1a..9a540094 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -17,7 +17,7 @@ elements.legendary_energy = { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, }, -} +}, elements.liquid_legend = { name: "liquid legend", @@ -35,6 +35,5 @@ elements.liquid_legend = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, - }, - } -}); + } +};