diff --git a/src/client/site/news_page/news_page.jade b/src/client/site/news_page/news_page.jade
index 34ab09467..cb80b11ce 100644
--- a/src/client/site/news_page/news_page.jade
+++ b/src/client/site/news_page/news_page.jade
@@ -10,6 +10,28 @@
.view__adsense
.right
+ section
+ h3 2016-04-21
+ .panel
+ p.
+ The most highly-requested mod currently on my list is Tinker's
+ Construct, and I'm pleased to announce that it is now available on Crafting Guide! In case you
+ aren't familiar with it, it adds the ability to create tools by crafting together individual parts
+ made from different materials, and adds a complex smelting mechanic which allows you to create a
+ variety of useful metal alloys. This smelting has the side-effect of producing two ingots for every
+ block of ore as well, so you can very rapidly get to ore-doubling without having to have already got
+ a complex power system up and running.
+ p.
+ There is one thing missing. I didn't include any recipes for the actual tools themselves.
+ The problem, of course, is that you can mix and match parts made from any of the supported
+ materials, and that leads to thousands upon thousands of possible tools: way more than would ever be
+ practical to include in Crafting Guide in the obvious way other items are included.
+ p.
+ The plan, then, is to create a feature just for Tinker's Construct which allows you to select a tool
+ to create, and then pick and choose the material types for each part. You'll then be able to make a
+ crafting plan for those parts. If that sounds like something you'd use, head over to GitHub and add your vote!
+
section
h3 2016-04-16
.panel
@@ -101,54 +123,3 @@
p.
With many thanks to Mike Caron, I'm pleased to announce
support for Storage Drawers!
-
- section
- h3 2015-12-13
- .panel
- p.
- I'm super excited to announce that I've added full multi-block support for Crafting Guide! For
- example, check out a 5-Core Reactor
- from Big Reactors, or the 5x5x5 Steel Tank from
- Railcraft. I'm really pleased with how it turned out!
-
- section
- h3 2015-11-17
- .panel
- p.
- And today, it's Extra Cells!
-
- section
- h3 2015-11-16
- .panel
- p.
- It's a small one, but also highly requested... Here's ComputerCraft!
-
- section
- h3 2015-11-14
- .panel
- p.
- One more small one over the weekend... Advanced Solar
- Panels has been added to crafting guide!
-
- section
- h3 2015-11-14
- .panel
- p.
- For a long while now, Galacticraft has been the most
- requested mod, and it's finally here! Enjoy!
-
- section
- h3 2015-11-10
- .panel
- p.
- Remember me? They guy who runs the site. Yeah, I'm back, and with big news! The site now has
- a completely new crafting algorithm. Instead of just taking the first crafting plan it comes up
- with, it tries to compute every possible plan, rates them, and then picks the best one. This
- also clears up a lot of bugs related to the old algorithm. The one drawback is that some items
- can take a bit longer to compute than with the old way, but I think you'll find it's worth it!
- p.
- On a personal note, I think it's clear that I don't have nearly as much time to dedicate to the
- site as I used to. That's mostly because I started a new job which keeps me away from working
- on the site so much. I hope to be able to get into a more regular pace now things my personal
- life has settled down again.
diff --git a/src/common/constants.coffee b/src/common/constants.coffee
index f71bce4bf..e4134b7db 100644
--- a/src/common/constants.coffee
+++ b/src/common/constants.coffee
@@ -49,6 +49,7 @@ defaultMods.solar_flux = { defaultVersion: '0.5b' }
defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' }
defaultMods.thermal_dynamics = { defaultVersion: '1.0.0RC7-98' }
defaultMods.thermal_expansion = { defaultVersion: '4.0.0B8-23' }
+defaultMods.tinkers_construct = { defaultVersion: '1.7.10-1.8.8' }
exports.duration = duration = {}
duration.snap = 100