From 909f1a62d425f279903c5ee29657164b929dc139 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 14:04:35 -0500 Subject: [PATCH] Fixed code so it doesn't error out --- mods/Neutronium_Mod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 6a463e07..43feca2d 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -80,3 +80,4 @@ elements.Neutronium = { density: 0.08375, tempLow: 9726.85, stateLow: "hydrogen" +};