Add CraftingPlan to compute resource requirements

This commit is contained in:
Andrew Miner
2015-09-27 13:57:21 -07:00
parent de04c79d17
commit 74e95e614b
16 changed files with 280 additions and 434 deletions
@@ -71,7 +71,7 @@ module.exports = class FullRecipeController extends BaseController
inputs.clear()
if @model?
@model.eachInputStack (stack)->
for stack in @model.input
inputs.add stack.itemSlug, stack.quantity