Commit Graph
6 Commits
Author SHA1 Message Date
Andrew Miner a4120fad2f Fixes to various recipes and pre-rendered pages 2015-04-22 13:57:31 -07:00
Andrew Miner 5a4e9f8c7b Correct recipe for IC2 Reactor Pressure Vessel 2015-04-13 09:57:34 -07:00
Andrew Miner b9912cd85f Update IC2 recipes to use input quantity 2015-04-07 20:26:31 -07:00
Andrew Miner 144aa1bf32 Allow item stacks as input for recipes
* Create the SlotController and refactor it into the various places
  where a crafting grid or crafting output is displayed
* Update the Recipe model to allow each "input" stack to retain the
  count indicated in the data file. This required changing how a few
  other classes interact with it in order for them to get the full
  stack back again for each input (instead of just getting the item
  slug)
* Update the ModVersionParser to allow for full stacks to be given
  as input and refactored common code out for handling input/output/
  tools stacks
2015-04-07 19:21:02 -07:00
Andrew Miner 321cffcdcc Add unit tests to verify data integrity 2015-03-25 19:11:19 -07:00
Andrew Miner 240c35233c Refresh pre-rendered pages 2015-03-10 08:35:13 -07:00