Add ability to craft multipl items at once
* Remove the old crafting table view * Complete UI/UX of the inventory view
This commit is contained in:
@@ -24,6 +24,8 @@ module.exports = class CraftingTable extends BaseModel
|
||||
attributes.want ?= new Inventory
|
||||
super attributes, options
|
||||
|
||||
Object.defineProperty @prototype, 'need', -> @plan?.need
|
||||
|
||||
# Public Methods ###############################################################################
|
||||
|
||||
craft: ->
|
||||
|
||||
Reference in New Issue
Block a user