Move mod content into a separate module

This commit is contained in:
Andrew Miner
2015-04-27 13:30:38 -07:00
parent 36456ba2ab
commit 2d4f60abc2
5020 changed files with 7359 additions and 41322 deletions
@@ -47,7 +47,6 @@ module.exports = class MinimalRecipeController extends BaseController
refresh: ->
@gridController.model = @model
@outputSlotController.model = @model?.output?[0]
@$el.tooltip show:{delay:Duration.snap, duration:Duration.fast}
@_refreshMultiplier()
@_refreshTools()