Improve layout of stacks in crafting table

This commit is contained in:
Andrew Miner
2015-01-04 11:35:43 -08:00
parent e99a688b7e
commit 549abc1224
7 changed files with 43 additions and 38 deletions
@@ -80,9 +80,9 @@ module.exports = class CraftingTableController extends BaseController
@$nameField = @$('input[name="name"]')
@$quantityField = @$('select[name="quantity"]')
@$needList = @$('td.need ul')
@$makeList = @$('td.make ul')
@$resultList = @$('td.result ul')
@$needList = @$('td.need table')
@$makeList = @$('td.make table')
@$resultList = @$('td.result table')
@_updateNameAutocomplete()
@_craft()