Add Tinker's Construct
This commit is contained in:
@@ -10,6 +10,28 @@
|
|||||||
.view__adsense
|
.view__adsense
|
||||||
|
|
||||||
.right
|
.right
|
||||||
|
section
|
||||||
|
h3 2016-04-21
|
||||||
|
.panel
|
||||||
|
p.
|
||||||
|
The most highly-requested mod currently on my list is <a href="/browse/tinkers_construct">Tinker's
|
||||||
|
Construct</a>, 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 <i>one</i> 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 <a
|
||||||
|
href="https://github.com/andrewminer/crafting-guide/issues/214">GitHub</a> and add your vote!
|
||||||
|
|
||||||
section
|
section
|
||||||
h3 2016-04-16
|
h3 2016-04-16
|
||||||
.panel
|
.panel
|
||||||
@@ -101,54 +123,3 @@
|
|||||||
p.
|
p.
|
||||||
With many thanks to <a href="https://github.com/pkmnfrk">Mike Caron</a>, I'm pleased to announce
|
With many thanks to <a href="https://github.com/pkmnfrk">Mike Caron</a>, I'm pleased to announce
|
||||||
support for <a href="/browse/storage_drawers">Storage Drawers</a>!
|
support for <a href="/browse/storage_drawers">Storage Drawers</a>!
|
||||||
|
|
||||||
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 <a href="/browse/big_reactors/5_core_passive_reactor">5-Core Reactor</a>
|
|
||||||
from Big Reactors, or the <a href="/browse/railcraft/steel_tank_5x5x5">5x5x5 Steel Tank</a> from
|
|
||||||
Railcraft. I'm really pleased with how it turned out!
|
|
||||||
|
|
||||||
section
|
|
||||||
h3 2015-11-17
|
|
||||||
.panel
|
|
||||||
p.
|
|
||||||
And today, it's <a href="/browse/extra_cells">Extra Cells</a>!
|
|
||||||
|
|
||||||
section
|
|
||||||
h3 2015-11-16
|
|
||||||
.panel
|
|
||||||
p.
|
|
||||||
It's a small one, but also highly requested... Here's <a
|
|
||||||
href="/browse/computercraft">ComputerCraft</a>!
|
|
||||||
|
|
||||||
section
|
|
||||||
h3 2015-11-14
|
|
||||||
.panel
|
|
||||||
p.
|
|
||||||
One more small one over the weekend... <a href="/browse/advanced_solar_panels">Advanced Solar
|
|
||||||
Panels</a> has been added to crafting guide!
|
|
||||||
|
|
||||||
section
|
|
||||||
h3 2015-11-14
|
|
||||||
.panel
|
|
||||||
p.
|
|
||||||
For a long while now, <a href="/browse/galacticraft">Galacticraft</a> 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.
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ 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.0.0RC7-98' }
|
defaultMods.thermal_dynamics = { defaultVersion: '1.0.0RC7-98' }
|
||||||
defaultMods.thermal_expansion = { defaultVersion: '4.0.0B8-23' }
|
defaultMods.thermal_expansion = { defaultVersion: '4.0.0B8-23' }
|
||||||
|
defaultMods.tinkers_construct = { defaultVersion: '1.7.10-1.8.8' }
|
||||||
|
|
||||||
exports.duration = duration = {}
|
exports.duration = duration = {}
|
||||||
duration.snap = 100
|
duration.snap = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user