Fix bug where tools status was not in recalculate
This commit is contained in:
@@ -73,4 +73,4 @@ module.exports = class CraftingTableController extends BaseController
|
|||||||
|
|
||||||
_recalculate: ->
|
_recalculate: ->
|
||||||
return if not @_name? or @_name.length is 0
|
return if not @_name? or @_name.length is 0
|
||||||
@model.craft @_name, @_quantity
|
@model.craft @_name, @_quantity, @_includingTools
|
||||||
|
|||||||
Reference in New Issue
Block a user