Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c553924dd8 | ||
|
|
248cb30703 | ||
|
|
40218c6a16 | ||
|
|
7fdec4720e | ||
|
|
510bd27742 | ||
|
|
3192c50870 | ||
|
|
6fc9a83948 | ||
|
|
5056708bdc | ||
|
|
df3dd8d9ef | ||
|
|
526af52b07 | ||
|
|
c9bc7371d9 | ||
|
|
ac87fedca8 |
@@ -1,8 +1,6 @@
|
||||
# Crafting Guide
|
||||
|
||||
Crafting Guide is the ultimate step-by-step guide for making anything in Minecraft. From the your first [crafting table](http://crafting-guide.com/item/crafting_table) all the way up to your IndustrialCraft2 [QuantumSuit Bodyarmor](http://crafting-guide.com/item/quantumsuit_bodyarmor), Crafting Guide breaks down the recipes to raw ingredients and displays step-by-step instructions for what to craft, how much to craft, and in what order. It also supports crafting multiple items at once, and can even include crafting the necessary tools in the step-by-step instructions.
|
||||
|
||||
**Check out the [Trello Board](https://trello.com/b/s9N0aTYd/crafting-guide) to see what's coming up!**
|
||||
Crafting Guide is the ultimate step-by-step guide for making anything in Minecraft. From your first [crafting table](http://crafting-guide.com/item/crafting_table) all the way up to your IndustrialCraft2 [QuantumSuit Bodyarmor](http://crafting-guide.com/item/quantumsuit_bodyarmor), Crafting Guide breaks down the recipes to raw ingredients and displays step-by-step instructions for what to craft, how much to craft, and in what order. It also supports crafting multiple items at once, and can even include crafting the necessary tools in the step-by-step instructions.
|
||||
|
||||
## Adding new features
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
//-
|
||||
//- Crafting Guide - amazon.jade
|
||||
//-
|
||||
//- Copyright © 2014-2017 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
#amzn_assoc_ad_div_adunit0_0
|
||||
script(src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=357573bb-98d8-4294-8cdf-4361dbf11cee")
|
||||
@@ -1,10 +0,0 @@
|
||||
//
|
||||
// Crafting Guide - amazon.scss
|
||||
//
|
||||
// Copyright © 2014-2017 by Redwood Labs
|
||||
// All rights reserved.
|
||||
//
|
||||
|
||||
.view__amazon {
|
||||
|
||||
}
|
||||
@@ -32,8 +32,6 @@
|
||||
h2 Videos
|
||||
.panel
|
||||
|
||||
include ../common/amazon/amazon.jade
|
||||
|
||||
section.view__item_group.usedToMake
|
||||
|
||||
section.view__item_group.usedAsToolToMake
|
||||
|
||||
@@ -12,6 +12,31 @@
|
||||
.right
|
||||
include ../common/twitter/twitter.jade
|
||||
|
||||
section
|
||||
h3 2018-03-27
|
||||
.panel
|
||||
p.
|
||||
Many thanks to <a href="http://github.com/Cooltimmetje">Cooltimmetje</a> for contributing data for
|
||||
<a href="http://crafting-guide.com/browse/steve_s_factory_manager/">Steve's Factory Manager</a>!
|
||||
|
||||
section
|
||||
h3 2017-07-24
|
||||
.panel
|
||||
p.
|
||||
Since my last update, I've been hard at work on rebuilding the guts of the core feature of the
|
||||
website: the crafting algorithm. I'm happy to announce that as of yesterday evening, it's finally
|
||||
complete! The new algorithm is <i>blazing</i> fast! Like... crafting plans which used to take so
|
||||
long that they never completed will finish in well under a second. Super fast.
|
||||
p.
|
||||
An added benefit is that the algorithm change also required a change to the way mod data is stored.
|
||||
Without getting into too much detail, the old way went back to the very earliest version of the site
|
||||
which assumed people would be adding files for their own recipe lists, and therefore had to look up
|
||||
each item and each recipe each time it was needed because it could never be sure what something like
|
||||
"Copper Ingot" referred to until running the algorithm. Very, very slow.
|
||||
p. Of course, it's been ages since that was actually a feature on the site. So, the new way sends all
|
||||
the data for an entire modpack up all at once, and in a format where everything is directly
|
||||
connected to everything else. Much, much faster!
|
||||
|
||||
section
|
||||
h3 2017-03-31
|
||||
.panel
|
||||
|
||||
@@ -66,6 +66,7 @@ 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.steve_s_factory_manager = { defaultVersion: 'A93' }
|
||||
defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' }
|
||||
defaultMods.thermal_dynamics = { defaultVersion: '1.7.10r1.2.0' }
|
||||
defaultMods.thermal_expansion = { defaultVersion: '1.7.10r4.1.4' }
|
||||
|
||||
Reference in New Issue
Block a user