var jade = jade || require('jade').runtime; this["JST"] = this["JST"] || {}; this["JST"]["browse_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
\n\n\n\n

Active Mods

");;return buf.join(""); }; this["JST"]["configure_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
\n\n\n\n
");;return buf.join(""); }; this["JST"]["craft_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
");;return buf.join(""); }; this["JST"]["crafting_grid"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
");;return buf.join(""); }; this["JST"]["crafting_table"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

Crafting Plan

");;return buf.join(""); }; this["JST"]["feedback"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

Sending failed. Please try again later.

Feedback

");;return buf.join(""); }; this["JST"]["full_recipe"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

Ingredients

Produces

");;return buf.join(""); }; this["JST"]["home_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
\n\n\n\n

What's new?

2015-03-01

2015-02-26

This release adds a new section to the item pages called \"Used as Tool to Make\". The new section\nshows all the other items which can be made by that tool. For example, the IC2 Macerator shows\na bunch of things like Iron Dust, Gold Dust, etc.\n

2015-02-24

This release changes the crafting page to let you modify the quantity of items in the \"Items You\nWant\" and \"Items You Have\" section. Let's say you want to make 64 Potions of Healing. You add \"Potion of Healing\" just\nas as you always did, but now you can click on the quantity to change it to whatever you want.

At the same time, I've changed the quantity field to allow up to 9999 of any item. Have fun with\nthose huge builds!\n

2015-02-22

Woo hoo! Or, should I say: Choo choo! I just added support for RailCraft! I also pushed up lots\nof performance improvements (55% faster at computing crafting plans)! Hopefully, you won't\nreally notice anything except that entering new items and computing really complicated crafting\nplans don't take so long.\n

2015-02-19

I just made some major updates to the crafting algorithm. Without getting into details, I'll say\nthat there are a few things you should notice:

  1. it will favor recipes which produce more of an item versus those which produce fewer (e.g.,\nIC2 plates get made with the Block Cutter instead of the Forge Hammer)
  2. metal ingots will frequently (but not always) get crafted using 2x recipes instead of\nsmelting ore directly in a furnace
  3. recipes for vanilla items added by mods are now available (e.g., smelting Iron Dust into Iron\ningots)

2015-02-10

I just pushed up some fixes to avoid confusing various items of the same name from different\nmods. The best example of this are the two Wrenches from Buildcraft and IC2, but there are a\nbunch of others.\n

2015-02-09

This release fixes a number of small issues and improves performance in a number of places. Most\nespecially, all links within the site have been changed to update the page in place without the\nneed to re-download anything. This should make browsing between item pages much faster.\n

2015-02-08

This is the singlest largest expansion of the website yet! Each item from each mod now has its\nown page! This will expand in the future, but for now this shows all the recipes for the item as\nwell as all the closely related items and the others items that can be made using the item.

This also changes things so that links to Crafting Guide from other sites will first go to the\nitem's page (instead of to the crafting plan). Not to worry though... there's still a direct\nlink from each item to the full crafting plan for that item.\n

2015-02-02

Crafting Guide now has support for EnderIO! I tend to add new mods in order of those with the\nmost votes, so remember to suggest your favorites!

");;return buf.join(""); }; this["JST"]["inventory"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

");;return buf.join(""); }; this["JST"]["inventory_table"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
");;return buf.join(""); }; this["JST"]["item"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("
");;return buf.join(""); }; this["JST"]["item_group"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

");;return buf.join(""); }; this["JST"]["item_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

See Crafting Plan

\n\n\n\n

from

Description

Recipes

");;return buf.join(""); }; this["JST"]["minimal_recipe"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

");;return buf.join(""); }; this["JST"]["mod"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

");;return buf.join(""); }; this["JST"]["mod_pack"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

Mod Pack

");;return buf.join(""); }; this["JST"]["mod_page"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

Offical Home Page

Documentation

Download

\n\n\n\n

");;return buf.join(""); }; this["JST"]["mod_selector"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("

");;return buf.join(""); }; this["JST"]["stack"] = function template(locals) { var buf = []; var jade_mixins = {}; var jade_interp; buf.push("");;return buf.join(""); }; if (typeof exports === 'object' && exports) {module.exports = this["JST"];}