* Adjust page change animations to slide the page closed and then open again. * Add Railcraft to the standard set of mods * Change every controller which uses an `ImageLoader` to only accept it from a parent controller (with the router creating the one shared instance). * Fix several places where controllers need to refresh when the mod pack changes * Fix a few places which should be using the `ImageLoader` but were not. * Remove a number of animations which caused performance issues (esp. animating individual items in item group views). * Fix a bug where changing the current version of a mod didn't cause the current crafting plan to be re-evaluated * Simplify the name finder to allow regular expressions instead of the current algorithm
Crafting Guide
Crafting Guide is the ultimate step-by-step guide for making anything in Minecraft. From the your first crafting table all the way up to your IndustrialCraft2 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 a new Mod
Is Crafting Guide missing a mod you use? Check out the Adding a new Mod page for full details on how to add support for your favorite mod.
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!