diff --git a/src/client/site/news_page/news_page.jade b/src/client/site/news_page/news_page.jade
index b08f126b6..7f0632655 100644
--- a/src/client/site/news_page/news_page.jade
+++ b/src/client/site/news_page/news_page.jade
@@ -11,6 +11,17 @@
.right
include ../common/twitter/twitter.jade
+ section
+ h3 2016-09-15
+ .panel
+ p.
+ Boy, this is a lot faster! I've updated Thermal Expansion,
+ Thermal Foundation, and Thermal Dynamics to the latest version, and I've added Redstone Arsenal and Solar
+ Expansion just in the last couple of days! My plan for now is to get all the currently
+ supported mods refreshed using the new exporter mod, and then move on to adding new ones.
+
section
h3 2016-09-10
.panel
diff --git a/src/common/constants.coffee b/src/common/constants.coffee
index 4af1ec9f1..e14156acf 100644
--- a/src/common/constants.coffee
+++ b/src/common/constants.coffee
@@ -61,6 +61,7 @@ defaultMods.project_red = { defaultVersion: '4.5.16.77' }
defaultMods.redstone_arsenal = { defaultVersion: '9.5.0' }
defaultMods.railcraft = { defaultVersion: '9.5.0' }
defaultMods.simply_jetpacks = { defaultVersion: '1.4.1' }
+defaultMods.solar_expansion = { defaultVersion: '1.6a' }
defaultMods.solar_flux = { defaultVersion: '0.5b' }
defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' }
defaultMods.thermal_dynamics = { defaultVersion: '1.7.10r1.2.0' }