diff --git a/mods/the_ground.js b/mods/the_ground.js index 94deeb26..21917f7b 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -947,6 +947,8 @@ if(!enabledMods.includes(libraryMod)) { "temp": Math.max(phaneriteMeltingPoint,aphaniteMeltingPoint,vesiculiteMeltingPoint,vitriteMeltingPoint) + 100, "tempLow": -Infinity, //cosmetic info "stateLow": [aphaniteName,phaneriteName,vitriteName], + "tempHigh": magmaBoilingPoint, + "stateHigh": "vaporized_" + magmaName, "viscosity": magmaViscosity, "hidden": true, "state": "liquid",