Update Minecraft recipebook with more recipes

This commit is contained in:
Andrew Miner
2015-01-01 11:06:25 -08:00
parent 57c6cca436
commit a265383630
18 changed files with 2093 additions and 1127 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - item.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - item.coffee
Copyright (c) 2014 by Redwood Labs
All rights reserved.
###
BaseModel = require './base_model'
@@ -45,7 +45,7 @@ module.exports = class Item extends BaseModel
extra -= @stackSize
count += 1
return count:count extra:extra
return count:count, extra:extra
# Object Overrides #############################################################################