Add Solar Expansion

This commit is contained in:
Andrew Miner
2016-09-15 19:30:19 -07:00
parent d7743285cb
commit 016c61e983
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -11,6 +11,17 @@
.right .right
include ../common/twitter/twitter.jade include ../common/twitter/twitter.jade
section
h3 2016-09-15
.panel
p.
Boy, this is a lot faster! I've updated <a href="/browse/thermal_expansion/">Thermal Expansion</a>,
<a href="/browse/thermal_foundation/">Thermal Foundation</a>, and <a
href="/browse/thermal_dynamics/">Thermal Dynamics</a> to the latest version, and I've added <a
href="/browse/redstone_arsenal/">Redstone Arsenal</a> and <a href="/browse/solar_expansion/">Solar
Expansion</a> 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 section
h3 2016-09-10 h3 2016-09-10
.panel .panel
+1
View File
@@ -61,6 +61,7 @@ defaultMods.project_red = { defaultVersion: '4.5.16.77' }
defaultMods.redstone_arsenal = { defaultVersion: '9.5.0' } defaultMods.redstone_arsenal = { defaultVersion: '9.5.0' }
defaultMods.railcraft = { defaultVersion: '9.5.0' } defaultMods.railcraft = { defaultVersion: '9.5.0' }
defaultMods.simply_jetpacks = { defaultVersion: '1.4.1' } defaultMods.simply_jetpacks = { defaultVersion: '1.4.1' }
defaultMods.solar_expansion = { defaultVersion: '1.6a' }
defaultMods.solar_flux = { defaultVersion: '0.5b' } defaultMods.solar_flux = { defaultVersion: '0.5b' }
defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' } defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' }
defaultMods.thermal_dynamics = { defaultVersion: '1.7.10r1.2.0' } defaultMods.thermal_dynamics = { defaultVersion: '1.7.10r1.2.0' }