Add shaped crafing and recipes for MC 1.7.10

This commit is contained in:
Andrew Miner
2015-01-08 22:01:02 -08:00
parent cf9a76df21
commit b8d60ac245
10 changed files with 607 additions and 183 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class ImageLoader
constructor: (options={})->
options.defaultUrl ?= ''
options.onLoading ?= -> @hide()
options.onLoad ?= -> @fadeIn Duration.fast
options.onLoad ?= -> @show()
@defaultUrl = options.defaultUrl
@onLoading = options.onLoading