Commit Graph
12 Commits
Author SHA1 Message Date
Andrew Miner ba83e8d205 [#14] Add list of crafted items
* This is step toward implementing #14 in that it shows you a list of the items
  which need to be crafted.  However, it still doesn't show you the steps and
  proper order in which to craft everything.
2013-08-19 23:05:26 -07:00
Andrew Miner 214cce6c4f [#19] Sort recipe names within each optgroup 2013-08-19 19:21:05 -07:00
Andrew Miner db0605095f Fix bug with previous change 2013-08-19 18:11:11 -07:00
Andrew Miner 0dbf775f35 [#22] Change page url when changing item
* Update page title when changing items
* Update page URL to reflect proper url when changing items
* Send another pageview to Google Analytics after changing the page
2013-08-19 18:05:44 -07:00
Andrew Miner 50fdab3ff1 Added a partial recipe book for IC2
* Added some missing recipes for the vanilla recipe book
2013-08-19 00:52:54 -07:00
Andrew Miner e16c3c0f68 Fix bug with non-crafted tools being lost
* If a "tool" is also a raw material (e.g., as a "cow" is for producing milk),
  be sure to add it to the inventory so that it shows up as one of the outputs
2013-08-18 19:27:38 -07:00
Andrew Miner 8b3e98c5e7 [#21] Add support for linking to a certain recipe 2013-08-18 17:09:02 -07:00
Andrew Miner bdda57c1eb Re-write craft method
* Re-write the `computeMissingResources` method to be `craft` and refactor how
  it performs calculations to be easier to follow, and to avoid several errors
  in the prior calculation related to recipes which produce more 1 quantity of
  the output items.
2013-08-18 16:31:30 -07:00
Andrew Miner c21ed5c47e Fix bug with recipes that produce multiple items
* When creating a recipe which creates multiple items (e.g., Pipe Wire in
  Buildcraft), the algorithm would add an extra n-1 items to the inventory.
2013-08-18 15:16:29 -07:00
Andrew Miner b8190171d7 [#4] Add the ability to craft multiple items 2013-08-18 11:51:08 -07:00
Andrew Miner c4709c28bd Added initial version of styling to the UI 2013-08-18 01:13:32 -07:00
Andrew Miner 7ea8fcb5ec Change dir structure for deployment 2013-08-17 17:04:36 -07:00