From 7c52c7f800e9ef97fc7c9767c8ea40b345ab763c Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:36:23 -0500 Subject: [PATCH] Fixed Molten Neutronium's spawning temperature. --- mods/Neutronium_Mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 32b64e74..4342dcf3 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -17,7 +17,7 @@ elements.Neutronium = { elements.Molten_Neutronium = { color: "#ffffaa", behavior: behaviors.LIQUID, - temp: 6000, + temp: 2500, tempHigh: 5000, stateHigh: "Neutronium_Gas", tempLow: 1000,