From 08b18e1fc6cdf630b45405d9d2119b9899a857fc Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:06:41 -0500 Subject: [PATCH] another element --- mods/random_things.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index 3ca54fda..43f21d27 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -11,7 +11,7 @@ elements.legendary_energy = { stateLow: "liquid_legend", category: "energy", state: "gas", - density: 1000, + density: 3000, hardness: 1, excludeRandom: true, noMix: true, @@ -49,7 +49,7 @@ elements.wine = { temp: 30, category: "liquids", state: "liquid", - density: 200, + density: 20, excludeRandom: true, },