6 changed files with 62 additions and 59 deletions
-2
View File
@@ -2,8 +2,6 @@
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. 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!**
## Adding new features ## Adding new features
If there's something you'd like to see Crafting Guide do, feel free to open an issue against this project. Be sure to describe exactly what you have in mind, and explain why you think it would benefit everyone who uses Crafting Guide. If you like, you can even clone the repository and get started on implementing it yourself! If there's something you'd like to see Crafting Guide do, feel free to open an issue against this project. Be sure to describe exactly what you have in mind, and explain why you think it would benefit everyone who uses Crafting Guide. If you like, you can even clone the repository and get started on implementing it yourself!
@@ -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")
-10
View File
@@ -1,10 +0,0 @@
//
// Crafting Guide - amazon.scss
//
// Copyright © 2014-2017 by Redwood Labs
// All rights reserved.
//
.view__amazon {
}
-2
View File
@@ -32,8 +32,6 @@
h2 Videos h2 Videos
.panel .panel
include ../common/amazon/amazon.jade
section.view__item_group.usedToMake section.view__item_group.usedToMake
section.view__item_group.usedAsToolToMake section.view__item_group.usedAsToolToMake
+25
View File
@@ -12,6 +12,31 @@
.right .right
include ../common/twitter/twitter.jade 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 section
h3 2017-03-31 h3 2017-03-31
.panel .panel
+1
View File
@@ -66,6 +66,7 @@ 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_expansion = { defaultVersion: '1.6a' }
defaultMods.solar_flux = { defaultVersion: '0.5b' } defaultMods.solar_flux = { defaultVersion: '0.5b' }
defaultMods.steve_s_factory_manager = { defaultVersion: 'A93' }
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' }
defaultMods.thermal_expansion = { defaultVersion: '1.7.10r4.1.4' } defaultMods.thermal_expansion = { defaultVersion: '1.7.10r4.1.4' }