Move mod content into a separate module
This commit is contained in:
@@ -42,5 +42,4 @@ module.exports = class CraftingGridController extends BaseController
|
||||
controller = @slotControllers[i]
|
||||
controller.model = @model?.getStackAtSlot(i)
|
||||
|
||||
@$el.tooltip show:{delay:Duration.snap, duration:Duration.fast}
|
||||
super
|
||||
|
||||
@@ -51,8 +51,6 @@ module.exports = class FullRecipeController extends BaseController
|
||||
refresh: ->
|
||||
@gridController.model = @model
|
||||
|
||||
@$el.tooltip show:{delay:Duration.normal, duration:Duration.normal}
|
||||
|
||||
@_refreshInputs()
|
||||
@_refreshOutputs()
|
||||
@_refreshTools()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user